Featured Post Type Security & Risk Analysis

wordpress.org/plugins/featured-post-type-widget

Displays most recent posts from a specific post type and a drop down to select previous entries.

10 active installs v1.0 PHP + WP 3.0+ Updated Jun 21, 2010
categoryfeaturedmulti-widgetpostsuser-options
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Featured Post Type Safe to Use in 2026?

Generally Safe

Score 85/100

Featured Post Type 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-post-type-widget" plugin v1.0 exhibits a generally weak security posture despite a lack of recorded historical vulnerabilities and a seemingly small attack surface. The static analysis reveals a significant concern with output escaping, as 0% of the 61 identified outputs are properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the site's output, impacting users and administrators. While there are no direct SQL injection risks detected due to the use of prepared statements, and no file operations or external HTTP requests were found, the unescaped output remains a critical flaw.

The taint analysis identified one flow with unsanitized paths, but it was not classified as critical or high severity. This suggests that while there might be pathways for data to be processed without proper sanitization, the immediate risk might be mitigated by other factors or the specific nature of the data flow. However, the absence of capability checks and nonce checks on any potential entry points (though none are explicitly listed) is a concern, as it means any discovered entry point could be exploited without proper authorization. The plugin's vulnerability history being clean is positive, but it doesn't negate the direct risks identified in the current code analysis. Therefore, the plugin has a high risk of immediate exploitation due to unescaped output.

Key Concerns

  • Unescaped output
  • Missing capability checks
  • Missing nonce checks
  • Flow with unsanitized paths
Vulnerabilities
None known

Featured Post Type Security Vulnerabilities

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

Featured Post Type Code Analysis

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

Bundled Libraries

jQuery

Output Escaping

0% escaped61 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

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

Featured Post Type Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwidgets_initfeatured-post-type.php:39
actionwp_headfeatured-post-type.php:41
Maintenance & Trust

Featured Post Type Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJun 21, 2010
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Featured Post Type Developer Profile

Ranjith Siji

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 Featured Post Type

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/featured-post-type-widget/js/featured.js
Script Paths
/wp-content/plugins/featured-post-type-widget/js/featured.js

HTML / DOM Fingerprints

CSS Classes
featured-post-typefeatured-post-class-post-detailstxtBox
Data Attributes
id="pBox_id="pDrop_
FAQ

Frequently Asked Questions about Featured Post Type