WP Featured Posts Security & Risk Analysis

wordpress.org/plugins/wp-featured-posts

WP Featured Posts is a plugin choose featured posts, sortable and sticky custom post type and compatible with WPML.

300 active installs v1.1.1 PHP 7.4+ WP 4.7+ Updated Feb 20, 2026
feature-postsfeature-postfeatured-postfeatured-posts
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Featured Posts Safe to Use in 2026?

Generally Safe

Score 100/100

WP Featured Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "wp-featured-posts" v1.1.1 plugin exhibits a generally strong security posture based on the provided static analysis. It demonstrates excellent adherence to secure coding practices by utilizing prepared statements for all SQL queries and ensuring a high percentage of output escaping. The absence of dangerous functions, file operations, and external HTTP requests further contributes to a reduced attack surface. Crucially, all identified AJAX handlers are protected with nonce checks, which is a significant mitigating factor against common WordPress exploits. The lack of any recorded vulnerabilities in its history also suggests a history of security consciousness from the developers.

However, a notable concern is the complete absence of capability checks across its entry points. While nonce checks are present, they primarily protect against Cross-Site Request Forgery (CSRF) and do not inherently restrict access based on user roles or permissions. This could allow any authenticated user, regardless of their privileges, to interact with the AJAX handlers. The fact that all 3 AJAX handlers are unprotected by capability checks is a significant weakness. Despite the clean taint analysis and lack of critical vulnerabilities in its history, this missing layer of authorization represents a potential avenue for privilege escalation or unauthorized actions if an attacker can bypass the nonce or exploit a logic flaw within the AJAX handlers themselves.

In conclusion, "wp-featured-posts" v1.1.1 has strong foundational security practices in place, particularly regarding SQL injection prevention and output sanitization. Its vulnerability-free history is commendable. The primary weakness lies in the missing capability checks, which, while not immediately indicative of a exploitable vulnerability without further context, represents a significant oversight in authorization for its AJAX endpoints. This plugin is likely secure against many common threats but could be more robust by implementing role-based access control for its administrative functions.

Key Concerns

  • Missing capability checks on AJAX handlers
Vulnerabilities
None known

WP Featured Posts Security Vulnerabilities

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

WP Featured Posts Code Analysis

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

Output Escaping

91% escaped66 total outputs
Attack Surface

WP Featured Posts Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 3

authwp_ajax_save_featured_sortingwp-featured-posts.php:63
authwp_ajax_delete_featured_sortingwp-featured-posts.php:64
authwp_ajax_order_featured_sortingwp-featured-posts.php:65
WordPress Hooks 11
actionadmin_enqueue_scriptsinc\wp-featured-posts-setting.php:22
actionadmin_menuinc\wp-featured-posts-setting.php:23
actionadmin_initinc\wp-featured-posts-setting.php:24
actionadmin_enqueue_scriptswp-featured-posts.php:60
actionadmin_menuwp-featured-posts.php:61
actionpre_get_postswp-featured-posts.php:67
filterthe_postswp-featured-posts.php:68
actionafter_setup_themewp-featured-posts.php:85
filterthe_titlewp-featured-posts.php:91
actionwp_headwp-featured-posts.php:92
filterthe_postswp-featured-posts.php:641
Maintenance & Trust

WP Featured Posts Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 20, 2026
PHP min version7.4
Downloads4K

Community Trust

Rating86/100
Number of ratings3
Active installs300
Developer Profile

WP Featured Posts Developer Profile

nutttaro

5 plugins · 5K total installs

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

How We Detect WP Featured Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-featured-posts/assets/css/style.min.css/wp-content/plugins/wp-featured-posts/assets/js/main.min.js
Script Paths
/wp-content/plugins/wp-featured-posts/assets/js/main.min.js
Version Parameters
wp-featured-posts/assets/css/style.min.css?ver=wp-featured-posts/assets/js/main.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpfp-delete-featured-sortingwpfp-featured-post-itemwpfp-save-featured-sortingwpfp-delete-btnwpfp-reorder-btn
HTML Comments
<!-- wpfp_no_posts --><!-- wpfp_post_item --><!-- wpfp_post_details -->
Data Attributes
data-featured-iddata-post-typedata-post-id
JS Globals
wtfp_admin_global
FAQ

Frequently Asked Questions about WP Featured Posts