Comment Inform Security & Risk Analysis

wordpress.org/plugins/comment-inform

This plugin for sent information about comment to post author. Infromation about authors gets from custom fields. Custom fields keys are "Author …

10 active installs v1.0 PHP + WP 2.6.0+ Updated Oct 2, 2009
commentnotifyposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comment Inform Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "comment-inform" plugin v1.0 exhibits a concerning security posture despite its small attack surface and lack of reported vulnerabilities. While the static analysis shows no direct entry points for attackers (AJAX, REST API, shortcodes, cron jobs) and no dangerous functions or file operations, significant weaknesses are present in output handling. The fact that 100% of the 7 identified output operations are unescaped is a major concern, potentially leading to cross-site scripting (XSS) vulnerabilities if any user-supplied data is ever displayed without sanitization. The taint analysis revealing two flows with unsanitized paths, even if not flagged as critical or high severity, further reinforces the risk of potential data manipulation or injection if these paths are ever exposed or interact with user input.

The complete absence of vulnerability history suggests the plugin may be new, has not been extensively tested, or has flown under the radar. However, relying solely on the absence of historical CVEs is not a robust security strategy. The plugin demonstrates good practices by utilizing prepared statements for SQL queries and having no external HTTP requests. Nevertheless, the critical flaw in output escaping, coupled with the taint analysis findings, means that even without a large attack surface, attackers could potentially exploit the plugin to inject malicious code into websites that use it, impacting users of those sites. The lack of capability and nonce checks, while not directly exploitable due to the limited attack surface, represents a missed opportunity for robust security controls.

Key Concerns

  • Unescaped output detected (7/7)
  • Taint flow with unsanitized path detected (2 flows)
  • Missing capability checks
  • Missing nonce checks
Vulnerabilities
None known

Comment Inform Security Vulnerabilities

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

Comment Inform Release Timeline

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

Comment Inform Code Analysis

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

Output Escaping

0% escaped7 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
comminform_options (comminform.php:28)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Comment Inform Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menucomminform.php:25
actioncomment_postcomminform.php:124
Maintenance & Trust

Comment Inform Maintenance & Trust

Maintenance Signals

WordPress version tested2.8.4
Last updatedOct 2, 2009
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Comment Inform Developer Profile

ivanchenchov

1 plugin · 10 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 Inform

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name="namekey"name="emailkey"name="subject"name="message"name="comminform" value="savesettings"
FAQ

Frequently Asked Questions about Comment Inform