Comment URL Control Security & Risk Analysis

wordpress.org/plugins/comment-url-control

This plugin will allow you to remove an unwanted author-URI entered by a commenter with one single click of your mouse.

10 active installs v0.5 PHP + WP 2.3+ Updated Jan 2, 2008
commentmoderationspamtrackback
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comment URL Control Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 18yr ago
Risk Assessment

The "comment-url-control" plugin v0.5 presents a mixed security picture. On the positive side, the plugin has no known past vulnerabilities and a very small attack surface with no apparent public-facing entry points like AJAX handlers, REST API routes, or shortcodes. The code analysis also shows a low number of SQL queries and no dangerous functions or file operations, suggesting a generally safe coding approach in these areas. However, a significant concern arises from the taint analysis, which identified one flow with unsanitized paths of high severity. This indicates a potential for malicious input to be processed in an unsafe manner, despite the absence of direct exploit vectors. Furthermore, the complete lack of output escaping for all identified outputs is a critical weakness, leaving the plugin susceptible to cross-site scripting (XSS) attacks. The presence of only one capability check and no nonce checks across the entire plugin also points to a general lack of robust input validation and authorization mechanisms.

Key Concerns

  • High severity taint flow with unsanitized path
  • 100% of outputs unescaped
  • No nonce checks
  • Only 1 capability check
Vulnerabilities
None known

Comment URL Control Security Vulnerabilities

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

Comment URL Control Code Analysis

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

SQL Query Safety

75% prepared4 total queries

Output Escaping

0% escaped9 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<comment_url_post> (comment_url_post.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Comment URL Control Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menucomment_url_control.php:31
Maintenance & Trust

Comment URL Control Maintenance & Trust

Maintenance Signals

WordPress version tested2.3.2
Last updatedJan 2, 2008
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Comment URL Control Developer Profile

Erunafailaro

5 plugins · 240 total installs

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

How We Detect Comment URL Control

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/comment-url-control/

HTML / DOM Fingerprints

Data Attributes
id="curlc-use-nofollow"name="curlc-use-nofollow"id="curlc-default-url"name="curlc-default-url"
FAQ

Frequently Asked Questions about Comment URL Control