Check Missing Featured Images Security & Risk Analysis

wordpress.org/plugins/check-missing-featured-images

Checks whether some posts are missing their featured images, tipically after a migration from another site.

30 active installs v1.0 PHP + WP + Updated Mar 3, 2020
checkfeaturedimageimagesmissing
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Check Missing Featured Images Safe to Use in 2026?

Generally Safe

Score 85/100

Check Missing Featured Images has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The 'check-missing-featured-images' plugin version 1.0 exhibits a generally strong security posture based on the provided static analysis. The absence of any exposed AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the potential attack surface. The code also demonstrates good practices by utilizing prepared statements for all SQL queries and including a nonce check. Furthermore, the vulnerability history is clean, with no known CVEs ever recorded for this plugin.

However, a notable concern arises from the output escaping. With 13 total outputs and only 15% properly escaped, there is a substantial risk of cross-site scripting (XSS) vulnerabilities. Any dynamic content being outputted that is not properly escaped could be exploited by an attacker to inject malicious scripts, especially if this content originates from user input or external sources that are not explicitly handled with strict sanitization before output.

In conclusion, while the plugin benefits from a small attack surface and good SQL handling, the poor output escaping is a critical weakness that requires immediate attention. The lack of any past vulnerabilities is positive but does not mitigate the current risk posed by the unescaped output.

Key Concerns

  • Poor output escaping (85% unescaped)
Vulnerabilities
None known

Check Missing Featured Images Security Vulnerabilities

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

Check Missing Featured Images Code Analysis

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

Output Escaping

15% escaped13 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
CMFI_check_featured_images (check-missing-featured-images.php:114)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Check Missing Featured Images Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menucheck-missing-featured-images.php:30
Maintenance & Trust

Check Missing Featured Images Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedMar 3, 2020
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Check Missing Featured Images Developer Profile

termel

14 plugins · 800 total installs

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

How We Detect Check Missing Featured Images

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- Form to handle the upload - The enctype value here is very important -->
FAQ

Frequently Asked Questions about Check Missing Featured Images