Override Comment Deadline Security & Risk Analysis

wordpress.org/plugins/override-comment-deadline

Allows you to enable comments on posts which are older than the comment deadline set in discussion settings.

10 active installs v1.0 PHP + WP 3.0+ Updated Unknown
commentsdiscussion
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Override Comment Deadline Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The 'override-comment-deadline' plugin version 1.0 exhibits a generally good security posture, primarily due to the absence of identified vulnerabilities in its history and the presence of some basic security checks. The static analysis reveals a very small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed without authentication. Furthermore, the plugin utilizes prepared statements for all SQL queries and includes a nonce check and a capability check, which are fundamental security practices.

However, there are significant concerns regarding output escaping. With 100% of its identified output points not properly escaped, this plugin presents a risk of Cross-Site Scripting (XSS) vulnerabilities. Any data that is displayed to users and originates from user input or other dynamic sources without proper sanitization could be exploited to inject malicious scripts. The absence of any taint analysis flows is likely due to a lack of detectable data flows in the analyzed code, which could also mean certain vulnerabilities are not being uncovered by this method.

Given the plugin's clean vulnerability history, it's positive that no past issues have been recorded. This suggests that the developers may be attentive to security or that the plugin's functionality is simple enough to avoid common pitfalls. Nevertheless, the unescaped output is a critical weakness that needs immediate attention to prevent potential security breaches.

Key Concerns

  • All identified outputs are unescaped
Vulnerabilities
None known

Override Comment Deadline Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Override Comment Deadline Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Override Comment Deadline Code Analysis

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

Output Escaping

0% escaped3 total outputs
Attack Surface

Override Comment Deadline Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadd_meta_boxesoverride-comment-deadline.php:47
actionsave_postoverride-comment-deadline.php:61
actioncomments_openoverride-comment-deadline.php:76
Maintenance & Trust

Override Comment Deadline Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Override Comment Deadline Developer Profile

Scott Nelle

4 plugins · 5K total installs

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

How We Detect Override Comment Deadline

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
howto
Data Attributes
name="override-comment-deadline"id="override-comment-deadline"name="ocd_nonce"
FAQ

Frequently Asked Questions about Override Comment Deadline