Category Featured Images Security & Risk Analysis

wordpress.org/plugins/category-featured-images

Set a featured image for all the posts of a category.

700 active installs v1.1.8 PHP + WP 3.5.0+ Updated Jan 29, 2015
categoriesimagespostposts
63
C · Use Caution
CVEs total1
Unpatched1
Last CVESep 22, 2025
Safety Verdict

Is Category Featured Images Safe to Use in 2026?

Use With Caution

Score 63/100

Category Featured Images has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Sep 22, 2025Updated 11yr ago
Risk Assessment

The "category-featured-images" plugin version 1.1.8 presents a mixed security posture. On the positive side, the static analysis shows no dangerous functions, no file operations, no external HTTP requests, and all SQL queries utilize prepared statements, which are excellent security practices. The total attack surface is minimal, consisting of a single shortcode, and importantly, it appears to have no unprotected entry points. Taint analysis also revealed no vulnerabilities.

However, significant concerns arise from the vulnerability history. The plugin has one known medium-severity CVE, which is currently unpatched. This indicates a past issue related to Cross-Site Scripting (XSS), a common and impactful vulnerability type. The fact that this CVE is recent (September 2025) and unpatched is a major red flag, suggesting a lack of active maintenance or a delayed response to security advisories. Furthermore, the static analysis shows that not all output is properly escaped (63% proper escaping), which, combined with the XSS history, increases the risk of latent XSS vulnerabilities even if not immediately apparent in the taint analysis.

In conclusion, while the code itself demonstrates some good security fundamentals like prepared statements and a limited attack surface, the presence of an unpatched medium-severity CVE and incomplete output escaping significantly detract from its overall security. Users should be cautious, and developers should prioritize patching the known vulnerability and improving output escaping.

Key Concerns

  • Unpatched medium severity CVE
  • Incomplete output escaping
Vulnerabilities
1

Category Featured Images Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-58655medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Category Featured Images <= 1.1.8 - Authenticated (Author+) Stored Cross-Site Scripting

Sep 22, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

Category Featured Images Code Analysis

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

Output Escaping

63% escaped8 total outputs
Attack Surface

Category Featured Images Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cfi_featured_image] category-featured-images.php:26
WordPress Hooks 5
actionadmin_print_scriptscategory-featured-images.php:17
actionadmin_print_stylescategory-featured-images.php:18
actioncategory_edit_formcategory-featured-images.php:19
actionedited_categorycategory-featured-images.php:20
filterget_post_metadatacategory-featured-images.php:23
Maintenance & Trust

Category Featured Images Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedJan 29, 2015
PHP min version
Downloads21K

Community Trust

Rating90/100
Number of ratings11
Active installs700
Developer Profile

Category Featured Images Developer Profile

Mat

3 plugins · 910 total installs

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

How We Detect Category Featured Images

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/category-featured-images/cfi-styles.css/wp-content/plugins/category-featured-images/category-featured-images.js
Script Paths
/wp-content/plugins/category-featured-images/category-featured-images.js
Version Parameters
category-featured-images/cfi-styles.css?ver=category-featured-images/category-featured-images.js?ver=

HTML / DOM Fingerprints

CSS Classes
cfi-featured-image
Data Attributes
id="cfi-featured-image"id="cfi-remove-image"id="cfi-change-image"id="cfi-thumbnail"
Shortcode Output
<span class="cfi-featured-image">
FAQ

Frequently Asked Questions about Category Featured Images