Featured Category Security & Risk Analysis

wordpress.org/plugins/featured-category

Displays recent posts from a specified category in a customizable box on the home page of the blog.

10 active installs v1.1 PHP + WP 2.3.0+ Updated Feb 2, 2011
categoriesdisplay-posts-from-categoryfeaturedrecent
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Featured Category Safe to Use in 2026?

Generally Safe

Score 85/100

Featured Category 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 "featured-category" plugin v1.1 exhibits a concerning security posture despite the absence of known vulnerabilities and a seemingly small attack surface. The static analysis reveals a critical flaw: 100% of output is not properly escaped, presenting a significant risk of Cross-Site Scripting (XSS) vulnerabilities. While the plugin doesn't utilize dangerous functions or direct SQL queries, the lack of output escaping means that any user-supplied data that is later displayed on the front-end or back-end is vulnerable to injection. The taint analysis further highlights this by identifying one flow with unsanitized paths, which, combined with the unescaped output, strongly suggests a potential for XSS. The plugin's vulnerability history is clean, which is a positive sign, but it does not mitigate the immediate risks identified in the code analysis. The lack of any capability checks or nonce checks on entry points, though the number of entry points is zero, suggests a potential lack of defense-in-depth if new entry points are introduced in future versions without proper security considerations.

Key Concerns

  • 0% of outputs properly escaped
  • 1 unsanitized path in taint analysis
  • 0 capability checks
  • 0 nonce checks
Vulnerabilities
None known

Featured Category Security Vulnerabilities

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

Featured Category Release Timeline

v1.1Current
v1.0.2.1
v1.0.2
v1.0.1
v1.0
Code Analysis
Analyzed Mar 17, 2026

Featured Category Code Analysis

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

Output Escaping

0% escaped9 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<featcat_admin> (featcat_admin.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Featured Category Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menufeatured_category.php:72
actioninitfeatured_category.php:81
actionloop_startfeatured_category.php:138
actionwp_headfeatured_category.php:150
Maintenance & Trust

Featured Category Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedFeb 2, 2011
PHP min version
Downloads12K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Featured Category Developer Profile

Clifton Griffin

6 plugins · 3K total installs

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

How We Detect Featured Category

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
featcatfeatcat-style
FAQ

Frequently Asked Questions about Featured Category