Comment Recovery Security & Risk Analysis

wordpress.org/plugins/comment-recovery

Recovers lost comments by copy/pasteing your new comment notification emails

10 active installs v1.1 PHP + WP 1.5+ Updated Aug 20, 2007
admincommentsemailrecovery
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comment Recovery Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 18yr ago
Risk Assessment

The "comment-recovery" plugin v1.1 presents a mixed security posture. On the positive side, the plugin has no known vulnerabilities (CVEs) and demonstrates good practices by exclusively using prepared statements for its SQL queries and not making external HTTP requests or performing file operations. It also boasts a small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed. However, significant concerns arise from the static analysis. A critical weakness is the complete lack of output escaping for all 12 identified output points. This could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is displayed without proper sanitization. Furthermore, the taint analysis reveals two flows with unsanitized paths, indicating potential vulnerabilities where data could be improperly handled or lead to unexpected behavior, although they are not categorized as critical or high severity by the provided data. The absence of nonce and capability checks, while not directly tied to an exposed attack surface in this version, leaves the door open for future vulnerabilities if new entry points are introduced without corresponding security measures. The lack of any recorded vulnerability history is a positive indicator, suggesting diligent maintenance or a lack of prior exploitation, but it does not negate the current code-level risks.

In conclusion, while "comment-recovery" v1.1 has strengths in its SQL handling and limited attack surface, the pervasive lack of output escaping and the presence of unsanitized taint flows are significant security concerns that require immediate attention. The absence of checks for nonces and capabilities, while not immediately exploitable, represents a potential future risk.

Key Concerns

  • 0% output escaping
  • 2 flows with unsanitized paths
  • 0 nonce checks
  • 0 capability checks
Vulnerabilities
None known

Comment Recovery Security Vulnerabilities

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

Comment Recovery Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

0% escaped12 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
dprx_comment_rec_options_page (comment-recovery.php:25)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Comment Recovery Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitcomment-recovery.php:12
actionadmin_menucomment-recovery.php:19
Maintenance & Trust

Comment Recovery Maintenance & Trust

Maintenance Signals

WordPress version tested2.2
Last updatedAug 20, 2007
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Comment Recovery Developer Profile

Roland Rust

9 plugins · 180 total installs

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

How We Detect Comment Recovery

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrap
Data Attributes
name="dprx_comment_rec_save"id="dprx_comment_rec_save"name="dprx_comment_rec"id="dprx_comment_rec"name="dprx_comment_rec_postid"id="dprx_comment_rec_postid"+12 more
FAQ

Frequently Asked Questions about Comment Recovery