Simple PHP Info Security & Risk Analysis

wordpress.org/plugins/simple-php-info

Displays the phpinfo() table in the WordPress dashboard and creates a shortcode for use in posts and pages.

100 active installs v1.0.4 PHP 7.4+ WP 5.9+ Updated Apr 28, 2025
debugphpphpinfo
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple PHP Info Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The 'simple-php-info' plugin version 1.0.4 exhibits a strong security posture based on the provided static analysis and vulnerability history. The code adheres to excellent security practices, with all SQL queries utilizing prepared statements, 100% of output being properly escaped, and the presence of nonce checks. The absence of dangerous functions, file operations, and external HTTP requests further contributes to its safety. The limited attack surface, consisting of a single shortcode with no explicitly detailed permission checks (though nonce is present), is well-managed.

The vulnerability history is completely clean, with no recorded CVEs of any severity. This lack of past vulnerabilities, combined with the current code's robust protections, suggests a well-maintained and secure plugin. There are no identified taint flows indicating potential issues with unsanitized paths or malicious data handling. The only potential area for consideration is the lack of explicit capability checks on the shortcode. While the presence of a nonce check mitigates direct cross-site request forgery for actions performed through the shortcode, it doesn't restrict who can *trigger* the shortcode's output if the shortcode itself is intended for administrative use or sensitive information display.

In conclusion, 'simple-php-info' v1.0.4 is a highly secure plugin. Its strengths lie in its adherence to fundamental WordPress security best practices, particularly regarding data handling and output escaping. The absence of any historical vulnerabilities is a significant positive indicator. The minor point of consideration regarding the lack of explicit capability checks on the shortcode is a nuanced observation rather than a critical flaw, given the overall robust security of the code.

Key Concerns

  • No explicit capability checks on shortcode
Vulnerabilities
None known

Simple PHP Info Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Simple PHP Info Release Timeline

v1.0.4Current
v1.0.3
v1.0.2
Code Analysis
Analyzed Mar 16, 2026

Simple PHP Info Code Analysis

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

Output Escaping

100% escaped18 total outputs
Attack Surface

Simple PHP Info Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[phpinfo] simple-php-info.php:54
WordPress Hooks 3
actionadmin_menusimple-php-info.php:46
actionadmin_initsimple-php-info.php:47
actionwp_dashboard_setupsimple-php-info.php:51
Maintenance & Trust

Simple PHP Info Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedApr 28, 2025
PHP min version7.4
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs100
Developer Profile

Simple PHP Info Developer Profile

Josh Mckibbin

2 plugins · 120 total installs

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

How We Detect Simple PHP Info

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-php-info/css/main.min.css
Version Parameters
simple-php-info/css/main.min.css?ver=

HTML / DOM Fingerprints

CSS Classes
simple-php-info__widgetsimple-php-info__shortcode
Data Attributes
id="simple-php-info__shortcode"
Shortcode Output
<div id="simple-php-info__shortcode"><?php _e('Simple PHP Info', 'simple-php-info')
FAQ

Frequently Asked Questions about Simple PHP Info