
Select Featured Posts Security & Risk Analysis
wordpress.org/plugins/select-featured-postsA plugin which allows you to select/unselect posts and updates the same using Ajax.
Is Select Featured Posts Safe to Use in 2026?
Generally Safe
Score 85/100Select Featured Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'select-featured-posts' plugin v0.2 exhibits a generally good security posture based on the provided static analysis. The plugin has a very limited attack surface, with only one AJAX handler and no REST API routes, shortcodes, or cron events. Crucially, the single AJAX handler appears to have no authentication checks, which represents a significant concern. While there are no identified dangerous functions or file operations, and all SQL queries use prepared statements, the lack of output escaping for a majority of outputs (only 16% properly escaped) suggests a potential for cross-site scripting (XSS) vulnerabilities if the data processed by the AJAX handler is ever displayed on the frontend without proper sanitization.
The vulnerability history shows a clean slate with no known CVEs, which is a positive indicator. However, this should be viewed in conjunction with the static analysis findings. The absence of critical or high severity taint flows is good, but the static analysis itself has revealed weaknesses that could lead to such vulnerabilities in the future, particularly concerning the unauthenticated AJAX handler and insufficient output escaping.
In conclusion, while the plugin benefits from a small attack surface and a lack of known vulnerabilities, the presence of an unauthenticated AJAX entry point and significant output escaping deficiencies are notable weaknesses. Addressing these issues would substantially improve the plugin's security.
Key Concerns
- Unprotected AJAX handler
- Low output escaping percentage
Select Featured Posts Security Vulnerabilities
Select Featured Posts Code Analysis
SQL Query Safety
Output Escaping
Select Featured Posts Attack Surface
AJAX Handlers 1
WordPress Hooks 5
Maintenance & Trust
Select Featured Posts Maintenance & Trust
Maintenance Signals
Community Trust
Select Featured Posts Alternatives
NS Featured Posts
ns-featured-posts
A plugin for making posts, pages, or custom post types featured. Users can enable/disable Featured flags for selected post types.
Feature A Page Widget
feature-a-page-widget
A widget to display an attractive summary of any page in any widget area.
Genesis Featured Widget Amplified
genesis-featured-widget-amplified
Genesis Featured Posts with support for custom post types, taxonomies, and so much more
Featured Post
featured-post
Featured Post Plugin for Wordpress.
Featured Post Creative
featured-post-creative
Display Featured post on your website with 2 shortcode and 1 widget. Also work with Gutenberg shortcode block.
Select Featured Posts Developer Profile
2 plugins · 280 total installs
How We Detect Select Featured Posts
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
widget_featured_entriesname="featured_post"onclick="add_featured_post(this.value)"add_featured_postfeatured_posts/wp-ajax.php