WP-Infobox Security & Risk Analysis

wordpress.org/plugins/wp-infobox

Add an info box to individual posts

20 active installs v0.8 PHP + WP 3.0+ Updated Jul 25, 2012
content-filterinfo-boxinfoboxmore-info
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-Infobox Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The wp-infobox plugin v0.8 exhibits a generally good security posture based on the provided static analysis. The plugin has no known vulnerabilities (CVEs) and no recorded history of past security issues, which is a strong positive indicator. The code demonstrates an adherence to secure coding practices with 100% of SQL queries using prepared statements and the presence of a nonce check. Furthermore, the attack surface is reported as zero, with no AJAX handlers, REST API routes, shortcodes, or cron events, meaning there are no direct entry points for attackers to exploit.

However, the static analysis reveals a critical concern regarding output escaping. With 14 total outputs analyzed, 0% were properly escaped. This indicates a significant risk of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed by the plugin that originates from user input or other untrusted sources could be maliciously crafted to execute arbitrary JavaScript in the context of a user's browser session. The taint analysis shows no critical or high severity flows, and no unsanitized paths, which is reassuring, but this is likely due to the lack of identified entry points for the taint analysis to trace. The absence of capability checks on any potential (though unreported) entry points is also a weakness.

In conclusion, while the plugin's lack of known vulnerabilities and its minimal attack surface are strengths, the complete lack of output escaping is a severe weakness that exposes users to XSS attacks. The absence of capability checks, although not directly evidenced by a large attack surface, represents a missed opportunity to enforce proper authorization if any functionalities were to be added or discovered. This plugin should be used with extreme caution until the output escaping issue is addressed.

Key Concerns

  • 0% of outputs properly escaped
  • No capability checks
Vulnerabilities
None known

WP-Infobox Security Vulnerabilities

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

WP-Infobox Code Analysis

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

Output Escaping

0% escaped14 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
wpinfobox_admin_page (wp-infobox.php:53)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP-Infobox Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actioninitwp-infobox.php:274
actionadmin_menuwp-infobox.php:275
actionsave_postwp-infobox.php:276
actionwp_print_styleswp-infobox.php:277
filterthe_contentwp-infobox.php:278
Maintenance & Trust

WP-Infobox Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJul 25, 2012
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

WP-Infobox Developer Profile

windyjonas

3 plugins · 130 total installs

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

How We Detect WP-Infobox

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-infobox/infobox.css/wp-content/plugins/wp-infobox/infobox.js
Script Paths
/wp-content/plugins/wp-infobox/infobox.js
Version Parameters
wp-infobox/infobox.css?ver=wp-infobox/infobox.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-infobox-wrapperwp-infobox-titlewp-infobox-leadwp-infobox-itemwp-infobox-copy
Data Attributes
name="wpinfobox_title"name="wpinfobox_lead"name="wpinfobox_item_name="wpinfobox_copy"id="wpinfobox_title"id="wpinfobox_lead"+3 more
FAQ

Frequently Asked Questions about WP-Infobox