ReplyBox – Better WordPress Comments Security & Risk Analysis

wordpress.org/plugins/replybox

A simple, privacy-focused comment system that's lightweight and blazingly-fast.

70 active installs v1.4.3 PHP 7.0+ WP 4.7+ Updated Jan 7, 2026
commentcomments
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is ReplyBox – Better WordPress Comments Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The Replybox plugin v1.4.3 exhibits a mixed security posture, with several concerning areas overshadowing its positive aspects. The plugin has a significant attack surface exposed without any authentication or permission checks, particularly with 4 unprotected REST API routes. This represents a critical weakness, as any unauthenticated user could potentially interact with these endpoints. While the code signals show good practices like using prepared statements for all SQL queries and no external HTTP requests, the low percentage of properly escaped output (56%) is a significant concern, suggesting potential for cross-site scripting (XSS) vulnerabilities.

The vulnerability history is currently clean, with no recorded CVEs, which is a positive indicator. However, this can sometimes be misleading if the plugin hasn't been thoroughly audited or if past vulnerabilities were not publicly disclosed. The lack of nonce checks and capability checks on entry points, combined with the unprotected REST API routes, creates a fertile ground for potential exploits, even if none have been publicly documented. The plugin's strengths lie in its use of prepared statements and absence of dangerous functions. However, the high number of unprotected entry points and the moderate output escaping deficiency are substantial risks that require immediate attention.

Key Concerns

  • REST API routes without permission callbacks
  • Low percentage of properly escaped output
  • Lack of capability checks
  • Unprotected entry points (REST API)
Vulnerabilities
None known

ReplyBox – Better WordPress Comments Security Vulnerabilities

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

ReplyBox – Better WordPress Comments Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

56% escaped16 total outputs
Data Flows
All sanitized

Data Flow Analysis

1 flows
<replybox> (replybox.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
4 unprotected

ReplyBox – Better WordPress Comments Attack Surface

Entry Points4
Unprotected4

REST API Routes 4

GET/wp-json/replybox/v1/commentsreplybox.php:206
POST/wp-json/replybox/v1/commentsreplybox.php:230
PATCH/wp-json/replybox/v1/commentsreplybox.php:242
DELETE/wp-json/replybox/v1/commentsreplybox.php:254
WordPress Hooks 18
actionadmin_initinc\class-welcome.php:30
actionadmin_menuinc\class-welcome.php:31
actionadmin_headinc\class-welcome.php:32
actionadmin_menureplybox.php:59
actionadmin_post_replybox_settingsreplybox.php:60
actionrest_api_initreplybox.php:61
filtercomments_templatereplybox.php:65
filterget_comment_linkreplybox.php:66
filterget_comments_linkreplybox.php:67
filterpre_render_blockreplybox.php:68
actionadmin_bar_menureplybox.php:71
filterwp_count_commentsreplybox.php:72
filtermanage_edit-comments_columnsreplybox.php:73
filterbulk_actions-edit-commentsreplybox.php:74
filtercomment_row_actionsreplybox.php:75
filtercomment_status_linksreplybox.php:76
actionadmin_noticesreplybox.php:77
actioninitreplybox.php:78
Maintenance & Trust

ReplyBox – Better WordPress Comments Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 7, 2026
PHP min version7.0
Downloads16K

Community Trust

Rating96/100
Number of ratings6
Active installs70
Developer Profile

ReplyBox – Better WordPress Comments Developer Profile

ReplyBox

2 plugins · 70 total installs

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

How We Detect ReplyBox – Better WordPress Comments

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
replybox-commentsreplybox-comment-form
Data Attributes
data-replybox-site-iddata-replybox-langdata-replybox-order
JS Globals
ReplyBox
REST Endpoints
/wp-json/replybox/v1/comments
FAQ

Frequently Asked Questions about ReplyBox – Better WordPress Comments