Select Featured Posts Security & Risk Analysis

wordpress.org/plugins/select-featured-posts

A plugin which allows you to select/unselect posts and updates the same using Ajax.

80 active installs v0.2 PHP + WP 2.8+ Updated Nov 18, 2010
ajaxfeaturedfeatured-postpost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Select Featured Posts Safe to Use in 2026?

Generally Safe

Score 85/100

Select Featured Posts 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 '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
Vulnerabilities
None known

Select Featured Posts Security Vulnerabilities

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

Select Featured Posts Code Analysis

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

SQL Query Safety

86% prepared7 total queries

Output Escaping

16% escaped19 total outputs
Attack Surface

Select Featured Posts Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_add_featured_post_idselect_featured_posts.php:86
WordPress Hooks 5
filtermanage_posts_columnsselect_featured_posts.php:35
actionmanage_posts_custom_columnselect_featured_posts.php:42
filterposts_joinselect_featured_posts.php:125
filterposts_orderbyselect_featured_posts.php:126
actionwidgets_initselect_featured_posts.php:152
Maintenance & Trust

Select Featured Posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedNov 18, 2010
PHP min version
Downloads13K

Community Trust

Rating0/100
Number of ratings0
Active installs80
Developer Profile

Select Featured Posts Developer Profile

mediology

2 plugins · 280 total installs

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

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

CSS Classes
widget_featured_entries
Data Attributes
name="featured_post"onclick="add_featured_post(this.value)"
JS Globals
add_featured_postfeatured_posts
REST Endpoints
/wp-ajax.php
FAQ

Frequently Asked Questions about Select Featured Posts