Review Box Security & Risk Analysis

wordpress.org/plugins/review-box

Provides a simple shortcode to generate a box for writing reviews. Supports pros, cons, and a numerical score.

10 active installs v1.5 PHP + WP 2.5+ Updated Oct 8, 2009
boxconspostratingreview
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Review Box Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "review-box" plugin v1.5 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The complete absence of SQL queries without prepared statements, external HTTP requests, and file operations is commendable. The limited attack surface, with only one shortcode and no unprotected entry points, further contributes to its secure design. The lack of any recorded vulnerabilities, including critical or high severity issues, in its history is a significant positive indicator.

However, a critical weakness lies in the complete lack of output escaping. This means that any data rendered by the plugin, even if not directly user-supplied, could potentially be manipulated to execute malicious scripts in the user's browser (e.g., Cross-Site Scripting - XSS). The absence of nonce checks and capability checks on its single shortcode, while not immediately exploitable due to no other identified vulnerabilities, represents a potential entry point for attackers if a vulnerability is introduced in the future or if the shortcode's output becomes susceptible to manipulation.

In conclusion, while the "review-box" plugin has strong foundational security practices, the unescaped output is a significant and immediate risk that needs to be addressed. The lack of historical vulnerabilities is positive, but the identified code signals highlight areas where future development should focus on robust sanitization and validation to maintain this positive security record.

Key Concerns

  • All outputs are unescaped
  • Shortcode lacks nonce checks
  • Shortcode lacks capability checks
Vulnerabilities
None known

Review Box Security Vulnerabilities

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

Review Box Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Review Box Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[review] review-box.php:84
WordPress Hooks 1
actionwp_headreview-box.php:83
Maintenance & Trust

Review Box Maintenance & Trust

Maintenance Signals

WordPress version tested2.8.4
Last updatedOct 8, 2009
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Review Box Developer Profile

paradox460

1 plugin · 10 total installs

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

How We Detect Review Box

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/review-box/review-box.css

HTML / DOM Fingerprints

CSS Classes
reviewmainboxproconsreview_gridreview_labelrating_bgrating_barrating_bar_content
Data Attributes
style
Shortcode Output
<div class="review"><div class="mainbox"><div class="procons"><table
FAQ

Frequently Asked Questions about Review Box