Single Post Widget Security & Risk Analysis

wordpress.org/plugins/single-post-widget

Display single post from url on sidebar widget.

200 active installs v0.4.0 PHP + WP 3.2+ Updated Feb 2, 2013
widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Single Post Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The 'single-post-widget' plugin v0.4.0 exhibits a generally good security posture based on the provided static analysis. There are no identified dangerous functions, SQL queries are all prepared, and no file operations or external HTTP requests are made, significantly reducing common attack vectors. The absence of any recorded vulnerabilities in its history is also a positive indicator.

However, a key area of concern is the low percentage of properly escaped output (29%). This indicates a substantial risk of Cross-Site Scripting (XSS) vulnerabilities, where user-supplied data could be injected into the page without proper sanitization. The lack of nonce checks and capability checks, while not directly indicated as issues given the zero attack surface, means that if any entry points were added in future versions without proper security, they would be immediately vulnerable. The plugin's strengths lie in its minimal attack surface and secure handling of database operations, but the output escaping weakness is a critical oversight that requires immediate attention.

Key Concerns

  • Low output escaping percentage
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Single Post Widget Security Vulnerabilities

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

Single Post Widget Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
12
5 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

29% escaped17 total outputs
Attack Surface

Single Post Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwidgets_initsingle-post-widget.php:158
actionplugins_loadedsingle-post-widget.php:159
actionwp_headsingle-post-widget.php:160
Maintenance & Trust

Single Post Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedFeb 2, 2013
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs200
Developer Profile

Single Post Widget Developer Profile

Takayuki Miyauchi

20 plugins · 41K total installs

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

How We Detect Single 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/single-post-widget/style.css

HTML / DOM Fingerprints

CSS Classes
single-post-widget
Data Attributes
id="postid"name="postid"id="size"name="size"id="tpl"name="tpl"
Shortcode Output
<div class="%class%"><div class="post-thumb"><a href="%post_url%"><div class="post-excerpt">%post_excerpt% <a href="%post_url%">&raquo; Read More</a></div></div>
FAQ

Frequently Asked Questions about Single Post Widget