AJAX Comments Refueled Security & Risk Analysis

wordpress.org/plugins/ajax-comments-refueled

An all-AJAX drop-in for the stock comments system.

0 active installs v1.2.1 PHP 5.4+ WP 4.6+ Updated Sep 26, 2022
ajaxcomments
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AJAX Comments Refueled Safe to Use in 2026?

Generally Safe

Score 85/100

AJAX Comments Refueled has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

The 'ajax-comments-refueled' v1.2.1 plugin exhibits a concerning security posture primarily due to its unprotected AJAX handlers. While the plugin demonstrates good practices by using prepared statements for all SQL queries and properly escaping all output, the complete lack of authentication or capability checks on its two AJAX entry points represents a significant risk. This means any unauthenticated user can potentially interact with these AJAX handlers, opening the door for various attacks if the handlers perform sensitive operations or expose information.

The static analysis shows no dangerous functions, file operations, or external HTTP requests, which are positive indicators. The absence of any recorded vulnerabilities in its history is also a strength, suggesting a historically stable codebase. However, the lack of nonce checks on the AJAX handlers is a critical omission. Without these, attackers could potentially trigger these actions maliciously, leading to denial-of-service or other unintended consequences depending on the functionality of the AJAX endpoints.

In conclusion, while the plugin avoids common pitfalls like raw SQL or unescaped output, the unprotected AJAX handlers are a serious weakness. The attack surface, though small, is entirely exposed, making it vulnerable to abuse. It's strongly recommended to implement proper authentication and authorization mechanisms for these AJAX endpoints to mitigate the identified risks.

Key Concerns

  • Unprotected AJAX handlers
  • Missing nonce checks on AJAX handlers
Vulnerabilities
None known

AJAX Comments Refueled Security Vulnerabilities

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

AJAX Comments Refueled Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface
2 unprotected

AJAX Comments Refueled Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_wac_load_commentsplugin.php:37
noprivwp_ajax_wac_load_commentsplugin.php:38
WordPress Hooks 2
actionwp_enqueue_scriptsplugin.php:21
filtercomments_templateplugin.php:33
Maintenance & Trust

AJAX Comments Refueled Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedSep 26, 2022
PHP min version5.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

AJAX Comments Refueled Developer Profile

Jon Weatherhead

4 plugins · 50 total installs

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

How We Detect AJAX Comments Refueled

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ajax-comments-refueled/comments.php
Script Paths
/wp-content/plugins/ajax-comments-refueled/scripts.min.js

HTML / DOM Fingerprints

JS Globals
wac_envwac_script
FAQ

Frequently Asked Questions about AJAX Comments Refueled