Fotherplot Security & Risk Analysis

wordpress.org/plugins/fotherplot

A WordPress plugin for plotting some data in a custom field against time. It uses the Google charts API to render a simple line chart.

10 active installs v0.0.9 PHP + WP 2.5+ Updated Mar 4, 2012
chartcustom-fieldsgoogle-chart-apigraphplot
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Fotherplot Safe to Use in 2026?

Generally Safe

Score 85/100

Fotherplot has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The fotherplot plugin version 0.0.9 exhibits a mixed security posture. While it demonstrates good practices by utilizing prepared statements for all SQL queries and has no known vulnerabilities in its history, several significant concerns are raised by the static analysis. The plugin has a complete lack of output escaping, meaning any data rendered to the user interface is not sanitized, creating a high risk of Cross-Site Scripting (XSS) attacks. Furthermore, the taint analysis reveals two flows with unsanitized paths, indicating potential vulnerabilities that could be exploited if they lead to sensitive operations or output. The absence of nonce and capability checks on its single entry point (a shortcode) also leaves it vulnerable to unauthorized actions or data exposure. The lack of a significant attack surface and the absence of dangerous functions are positive, but these are overshadowed by the critical issues in output handling and data sanitization.

Key Concerns

  • 0% output escaping
  • Taint analysis: 2 unsanitized paths
  • 0 nonce checks
  • 0 capability checks
Vulnerabilities
None known

Fotherplot Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

Fotherplot Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
2 prepared
Unescaped Output
5
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared2 total queries

Output Escaping

0% escaped5 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
fotherplot_options (fotherplot.php:131)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Fotherplot Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fotherplot] fotherplot.php:222
WordPress Hooks 1
actionadmin_menufotherplot.php:198
Maintenance & Trust

Fotherplot Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedMar 4, 2012
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Fotherplot Developer Profile

Tom Fotherby

2 plugins · 20 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Fotherplot

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/fotherplot/fotherplot.php

HTML / DOM Fingerprints

CSS Classes
error
Shortcode Output
<h4>Chart</h4><center><img src="http://chart.apis.google.com/chart?</h4><ul>
FAQ

Frequently Asked Questions about Fotherplot