Ozh' No Duplicate Comments Security & Risk Analysis

wordpress.org/plugins/ozh-no-duplicate-comments

Prevents spammers from duplicating legit comments but with their commenter name and URL

10 active installs v1.0 PHP + WP 1.5+ Updated Sep 18, 2010
adminauthloginnologinozh
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ozh' No Duplicate Comments Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "ozh-no-duplicate-comments" plugin version 1.0 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface, and the fact that all identified entry points are protected is a positive sign. Furthermore, the code demonstrates good practices with 100% of SQL queries using prepared statements and 100% of outputs being properly escaped, along with no file operations or external HTTP requests. The lack of any known vulnerabilities in its history reinforces this impression of a secure plugin.

However, a notable concern is the presence of the `create_function` dangerous function. While there are no evident taint flows in the current analysis, the use of `create_function` is generally discouraged due to potential security risks if not handled with extreme care, as it can lead to arbitrary code execution in certain contexts. The absence of nonce checks and capability checks, while not directly exploitable due to the limited attack surface, represents a missed opportunity for robust security implementation. Overall, the plugin is secure in its current state due to its minimal attack surface and good code practices, but the presence of `create_function` warrants attention for future development.

Key Concerns

  • Use of dangerous function `create_function`
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Ozh' No Duplicate Comments Security Vulnerabilities

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

Ozh' No Duplicate Comments Code Analysis

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

Dangerous Functions Found

create_functionadd_filter('pre_comment_approved', create_function('$a', 'return \'spam\';'));plugin.php:30

SQL Query Safety

100% prepared1 total queries
Attack Surface

Ozh' No Duplicate Comments Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterpre_comment_approvedplugin.php:30
filtercomment_post_redirectplugin.php:32
filterpre_comment_contentplugin.php:44
Maintenance & Trust

Ozh' No Duplicate Comments Maintenance & Trust

Maintenance Signals

WordPress version tested9.9
Last updatedSep 18, 2010
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Ozh' No Duplicate Comments Developer Profile

Ozh

27 plugins · 5K total installs

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

How We Detect Ozh' No Duplicate Comments

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Ozh' No Duplicate Comments