Override Comment Options Security & Risk Analysis

wordpress.org/plugins/override-comment-options

Enables per-post override of "Automatically close comments on posts older than" option in the WP Discussion Settings.

10 active installs v2.8 PHP 5.6.20+ WP 4.7+ Updated Jan 29, 2026
commentsdiscussionoptions
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Override Comment Options Safe to Use in 2026?

Generally Safe

Score 100/100

Override Comment Options 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 "override-comment-options" v2.8 plugin exhibits a generally strong security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, resulting in a zero attack surface from these common entry points. The code also demonstrates good practices by utilizing prepared statements for all SQL queries and including nonce and capability checks. The absence of file operations and external HTTP requests further reduces potential attack vectors.

However, there are areas for concern. With four total output operations, only 50% are properly escaped. This indicates a potential for cross-site scripting (XSS) vulnerabilities if user-supplied data or dynamically generated content is output without adequate sanitization. The taint analysis reporting zero flows with unsanitized paths is positive, but this should be considered in conjunction with the unescaped output signal.

The plugin's vulnerability history is also a significant strength, showing no known CVEs. This, coupled with the lack of critical or high-severity vulnerability types historically, suggests a history of secure development. Despite the identified output escaping issue, the overall security is positive due to the minimal attack surface and lack of past vulnerabilities. The primary recommendation would be to address the output escaping concerns to achieve a more robust security profile.

Key Concerns

  • Half of outputs are not properly escaped
Vulnerabilities
None known

Override Comment Options Security Vulnerabilities

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

Override Comment Options Code Analysis

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

Output Escaping

50% escaped4 total outputs
Attack Surface

Override Comment Options Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadd_meta_boxesoverride-comment-options.php:52
actionsave_postoverride-comment-options.php:67
filtercomments_openoverride-comment-options.php:80
Maintenance & Trust

Override Comment Options Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 29, 2026
PHP min version5.6.20
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Override Comment Options Developer Profile

Jeff Starr

30 plugins · 1.2M total installs

78
trust score
Avg Security Score
98/100
Avg Patch Time
345 days
View full developer profile
Detection Fingerprints

How We Detect Override Comment Options

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/override-comment-options/style.css/wp-content/plugins/override-comment-options/js/override-comment-options.js
Script Paths
/wp-content/plugins/override-comment-options/js/override-comment-options.js
Version Parameters
override-comment-options/style.css?ver=override-comment-options/js/override-comment-options.js?ver=

HTML / DOM Fingerprints

CSS Classes
override-comment-options
HTML Comments
<!-- Override Close Comments -->
Data Attributes
id="override-close-comments"name="override-close-comments"id="override_comment_options_close_comments"name="override_comment_options_close_comments"
FAQ

Frequently Asked Questions about Override Comment Options