Comment Archive Security & Risk Analysis

wordpress.org/plugins/comment-archive

allow comments to be archived.

10 active installs v0.3 PHP + WP 3.3+ Updated Feb 21, 2012
archivecomments
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Comment Archive Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The comment-archive v0.3 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices regarding output escaping and the use of prepared statements for SQL queries, with 100% of outputs properly escaped and 83% of SQL queries utilizing prepared statements. Furthermore, its vulnerability history is clean, with no recorded CVEs, indicating a potentially stable and well-maintained codebase.

However, significant concerns arise from the analysis of its attack surface and taint analysis. The plugin exposes two AJAX handlers, both of which lack any authentication or capability checks. This creates a substantial risk, as any unauthenticated user could potentially trigger these handlers. The taint analysis further highlights this by revealing four high-severity taint flows with unsanitized paths, directly linked to these unprotected entry points. This strongly suggests a potential for Cross-Site Scripting (XSS) or other injection vulnerabilities if user-controlled data is processed by these AJAX handlers without proper sanitization.

In conclusion, while the plugin avoids common pitfalls like unpatched vulnerabilities or dangerous functions, the unprotected AJAX endpoints combined with high-severity unsanitized taint flows present a critical security risk. The lack of any capability checks on these entry points is a major weakness that needs immediate attention to prevent exploitation.

Key Concerns

  • AJAX handlers without auth checks
  • High severity unsanitized taint flows
  • Total entry points without auth: 2
  • Capability checks: 0
Vulnerabilities
None known

Comment Archive Security Vulnerabilities

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

Comment Archive Code Analysis

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

SQL Query Safety

83% prepared6 total queries

Output Escaping

100% escaped4 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
comment_archive_archive_comment (comment-arhcive.php:126)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Comment Archive Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_comment_archivecomment-arhcive.php:42
authwp_ajax_comment_unarchivecomment-arhcive.php:43
WordPress Hooks 6
actioninitcomment-arhcive.php:34
actionwp_footercomment-arhcive.php:35
filtercomment_status_linkscomment-arhcive.php:37
filtercomments_clausescomment-arhcive.php:38
filtercomment_row_actionscomment-arhcive.php:39
actionadmin_action_archivecommentcomment-arhcive.php:40
Maintenance & Trust

Comment Archive Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedFeb 21, 2012
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Comment Archive Developer Profile

dexxaye

3 plugins · 30 total installs

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

How We Detect Comment Archive

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/comment-archive/css/comment_archive.css/wp-content/plugins/comment-archive/js/comment_archive.js
Script Paths
/wp-content/plugins/comment-archive/js/comment_archive.js
Version Parameters
comment-archive/style.css?ver=comment-archive/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
archive-count
Data Attributes
rel="{$comment->comment_ID}"rel="{$comment->comment_ID}"
JS Globals
ajaxurl
FAQ

Frequently Asked Questions about Comment Archive