Stick Post Widget Security & Risk Analysis

wordpress.org/plugins/stick-post-widget

Stick Post Widget plugin.Display recent stick post.

10 active installs v1.0 PHP + WP 2.9+ Updated Dec 18, 2015
stick-poststick-post-widgetstick-recent-post-widgetstick-widgetwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Stick Post Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The static analysis of the "stick-post-widget" v1.0 plugin reveals a generally positive security posture, with no identified entry points like AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without authentication. Furthermore, all SQL queries are confirmed to use prepared statements, indicating good practice in database interaction. The absence of any known vulnerabilities (CVEs) in its history also suggests a relatively stable and secure development path.

However, the analysis does highlight some significant concerns. The presence of the `create_function` dangerous function is a notable risk, as it can be a vector for code injection if not handled with extreme care, though no direct taint flows were identified in this analysis. A more widespread issue is the low percentage of properly escaped output. With only 26% of outputs being properly escaped, this creates a substantial risk of Cross-Site Scripting (XSS) vulnerabilities, especially if any of the plugin's functionalities were to become accessible through future updates or integrations.

In conclusion, while the plugin currently presents a low attack surface and robust SQL handling, the prevalent issue of insufficient output escaping and the risky use of `create_function` are significant weaknesses that require immediate attention. The lack of historical vulnerabilities is a positive sign, but it does not mitigate the risks identified in the current code analysis.

Key Concerns

  • Dangerous function 'create_function' used
  • Low percentage of properly escaped output
  • No capability checks found
  • No nonce checks found
Vulnerabilities
None known

Stick Post Widget Security Vulnerabilities

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

Stick Post Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "Stick_Post_Widget" );' ) );stick-post-widget.php:122

Output Escaping

26% escaped23 total outputs
Attack Surface

Stick Post Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initstick-post-widget.php:122
Maintenance & Trust

Stick Post Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedDec 18, 2015
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Stick Post Widget Developer Profile

Shambhu Patnaik

7 plugins · 3K total installs

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

How We Detect Stick Post Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/stick-post-widget/style.css/wp-content/plugins/stick-post-widget/js/sticky.js
Script Paths
/wp-content/plugins/stick-post-widget/js/sticky.js

HTML / DOM Fingerprints

CSS Classes
post-date
Data Attributes
id="stick_post"id="Stick Recent Posts"id="title"id="number"id="show_sticky"id="show_date"
FAQ

Frequently Asked Questions about Stick Post Widget