Comment-Images Security & Risk Analysis

wordpress.org/plugins/wordpress-comment-images

Comment Image Embedder is a very simple plugin that, once installed, lets your visitors add an image to their comments.

50 active installs v1.5 PHP + WP 2.6+ Updated Dec 2, 2009
commentsimagesphotospictureupload
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comment-Images Safe to Use in 2026?

Generally Safe

Score 85/100

Comment-Images 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 wordpress-comment-images plugin, version 1.5, exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any known CVEs, unpatched vulnerabilities, or recorded common vulnerability types is a significant positive indicator. Furthermore, the code analysis shows a commendable adherence to secure coding practices, with 100% of SQL queries using prepared statements and 100% of outputs being properly escaped. The plugin also demonstrates a limited attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are exposed.

Despite these strengths, a potential area of concern lies within the 'Dangerous functions' category, specifically the presence of `preg_replace(/e)`. While the provided taint analysis indicates no unsanitized flows, the use of this function can, in certain contexts, be prone to regular expression injection vulnerabilities if not handled with extreme care and proper sanitization. The lack of nonce checks and capability checks on any identified entry points (which are zero in this case) is not a deduction as there are no entry points to check. However, it does mean that if future functionality is added that introduces entry points, these security measures will need to be carefully implemented.

In conclusion, the wordpress-comment-images plugin appears to be well-developed from a security perspective, with a clean vulnerability history and good coding practices evident in SQL and output handling. The single identified dangerous function warrants awareness, but without evidence of exploitation or taint flows, it doesn't represent an immediate critical risk. The absence of any found vulnerabilities in its history is a strong testament to its security over time.

Key Concerns

  • Use of preg_replace with /e modifier
Vulnerabilities
None known

Comment-Images Security Vulnerabilities

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

Comment-Images Code Analysis

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

Dangerous Functions Found

preg_replace(/e)preg_replace('/\[img=?\]*(.*?)(\[\/img)?\]/e'wp-comment-images.php:12
Attack Surface

Comment-Images Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filtercomment_textwp-comment-images.php:21
actioncomment_formwp-comment-images.php:22
Maintenance & Trust

Comment-Images Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedDec 2, 2009
PHP min version
Downloads15K

Community Trust

Rating0/100
Number of ratings0
Active installs50
Developer Profile

Comment-Images Developer Profile

fitztrev

3 plugins · 150 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-Images

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wordpress-comment-images/js/comment-images.js
Script Paths
/wp-content/plugins/wordpress-comment-images/js/comment-images.js
Version Parameters
wordpress-comment-images/js/comment-images.js?ver=1.4

HTML / DOM Fingerprints

Shortcode Output
<p>You can add images to your comment by <a id="addCommentImage" href="#">clicking here</a>.</p>
FAQ

Frequently Asked Questions about Comment-Images