Featured Post Security & Risk Analysis

wordpress.org/plugins/featured-post

Featured Post Plugin for Wordpress.

1K active installs v3.2.1 PHP + WP 3.8+ Updated Nov 28, 2017
featuredfeatured-custom-postsfeatured-postpostposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Featured Post Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'featured-post' plugin version 3.2.1 presents a mixed security posture. While it demonstrates good practices by using prepared statements for all SQL queries and having no recorded vulnerabilities, several concerning findings in the static analysis warrant attention. The plugin exposes a single AJAX handler without authentication checks, creating a significant entry point for potential unauthorized actions. Furthermore, a concerning use of the `create_function` is present, which can lead to security vulnerabilities if not handled with extreme care. The low percentage of properly escaped output is also a notable weakness, increasing the risk of cross-site scripting (XSS) vulnerabilities.

Given the absence of known CVEs and taint flows, the immediate risk from known exploits is low. However, the identified weaknesses in authentication, output escaping, and the use of a dangerous function create potential avenues for novel attacks. The lack of any recorded vulnerabilities in its history could indicate a well-maintained codebase or simply a lack of targeted analysis. The plugin's strengths lie in its secure SQL handling and lack of historical vulnerabilities, but the identified static analysis issues represent clear areas for improvement to strengthen its overall security posture.

Key Concerns

  • AJAX handler without auth check
  • Use of dangerous function 'create_function'
  • Low percentage of properly escaped output
  • No nonce checks on AJAX
Vulnerabilities
None known

Featured Post Security Vulnerabilities

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

Featured Post Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("Featured_Post_Widget");') , featured-post.php:295

Output Escaping

15% escaped20 total outputs
Attack Surface
1 unprotected

Featured Post Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_toggle-featured-postfeatured-post.php:43
WordPress Hooks 8
actioninitfeatured-post.php:37
actionadmin_initfeatured-post.php:40
filterquery_varsfeatured-post.php:49
actionpre_get_postsfeatured-post.php:52
filtercurrent_screenfeatured-post.php:57
actionadmin_head-edit.phpfeatured-post.php:61
filterpre_get_postsfeatured-post.php:64
actionwidgets_initfeatured-post.php:295
Maintenance & Trust

Featured Post Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedNov 28, 2017
PHP min version
Downloads40K

Community Trust

Rating92/100
Number of ratings14
Active installs1K
Developer Profile

Featured Post Developer Profile

Sovit Tamrakar

2 plugins · 1K 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

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
featured-post-toggle
Data Attributes
data-post-id
FAQ

Frequently Asked Questions about Featured Post