Simple Graph Security & Risk Analysis

wordpress.org/plugins/simple-graph

Draws a line graph of single set of date related data. Graph can be made public (i.e. sidebar widget or static page) and the data can be edited throug …

20 active installs v1.0.5 PHP + WP 2.0.1+ Updated Mar 18, 2011
chartgoogle-chart-apigraphweight-losswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Graph Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "simple-graph" v1.0.5 plugin presents a mixed security picture. On the positive side, the plugin has no recorded vulnerabilities (CVEs) and a seemingly small attack surface with no apparent direct entry points like AJAX handlers, REST API routes, or shortcodes. The code also demonstrates some good practices, such as the majority of SQL queries using prepared statements and the presence of capability checks.

However, significant concerns arise from the static analysis. The most critical issue is the complete lack of output escaping, meaning any data rendered to the user could be vulnerable to cross-site scripting (XSS) attacks. While the taint analysis shows no critical severity issues, it does highlight one high severity flow with unsanitized paths, which could potentially lead to unintended behavior or data exposure if exploited. The absence of nonce checks on any potential entry points (though none were identified) is a missed opportunity for standard WordPress security. Given the lack of recorded CVEs, the plugin might have been historically secure, but the current analysis indicates potential weaknesses that need addressing.

Key Concerns

  • All output unescaped
  • Taint analysis: 1 High severity flow
  • Taint analysis: 2 unsanitized paths
  • No nonce checks
Vulnerabilities
None known

Simple Graph Security Vulnerabilities

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

Simple Graph Code Analysis

Dangerous Functions
0
Raw SQL Queries
4
15 prepared
Unescaped Output
57
0 escaped
Nonce Checks
0
Capability Checks
3
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

79% prepared19 total queries

Output Escaping

0% escaped57 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
pjm_show_settings_panel (pjm_graph.php:573)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Graph Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionsidebar_admin_setuppjm_graph.php:255
actionsidebar_admin_pagepjm_graph.php:256
filterthe_contentpjm_graph.php:263
actionplugins_loadedpjm_graph.php:286
actionadmin_menupjm_graph.php:373
Maintenance & Trust

Simple Graph Maintenance & Trust

Maintenance Signals

WordPress version tested2.3.1
Last updatedMar 18, 2011
PHP min version
Downloads10K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Simple Graph Developer Profile

pacius

1 plugin · 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 Simple Graph

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-graph/pjm_graph.css

HTML / DOM Fingerprints

Data Attributes
id="pjm_graph_user_table_id-name="pjm_graph_user_table_id-id="pjm_graph_title-name="pjm_graph_title-id="pjm_graph_text-name="pjm_graph_text-+32 more
Shortcode Output
<p><?php /*pjm_graph($number);*/pjm_graph($number,$options[$number]['width'],$options[$number]['height'],$options[$number]['show_trend'],$options[$number]['show_target'],FALSE,FALSE,FALSE,$options[$number]['user_id'],$options[$number]['table_id'],FALSE,$options[$number]['gchart']); ?></p><?php if ($options[$number]['show_text']) echo pjm_graph_tags($options[$number]['text'],$tags); ?>
FAQ

Frequently Asked Questions about Simple Graph