Super recent posts Security & Risk Analysis

wordpress.org/plugins/super-recent-posts

Widget that can display recent posts from multiple categories, taxonomies, terms custom post types.

90 active installs v0.1 PHP + WP 2.8+ Updated May 1, 2012
recent-custom-post-typesrecent-custom-postsrecent-postsrecent-taxonomy-postsrecent-terms-posts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Super recent posts Safe to Use in 2026?

Generally Safe

Score 85/100

Super recent posts 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 "super-recent-posts" v0.1 plugin exhibits significant security concerns due to its limited attack surface being entirely unprotected. The presence of an unprotected AJAX handler represents a direct entry point for potential attackers, especially since no nonce or capability checks are implemented. This lack of authentication on a critical entry point is a major weakness.

While the plugin utilizes prepared statements for its single SQL query, a substantial number of its outputs (90%) are not properly escaped. This suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed in the context of a user's browser. The taint analysis revealing three flows with unsanitized paths further reinforces the XSS concern, indicating that user-supplied data might be processed in an unsafe manner, potentially leading to code execution.

The plugin has no recorded vulnerability history, which is a positive indicator. However, the static analysis reveals fundamental security flaws that could be exploited regardless of past vulnerabilities. The use of `create_function` is also a deprecated and potentially insecure practice that should be avoided. Overall, the plugin has a weak security posture primarily due to its unprotected entry points and significant risk of XSS, despite its clean vulnerability history and safe SQL practices.

Key Concerns

  • Unprotected AJAX handler
  • Insufficient output escaping (high XSS risk)
  • Flows with unsanitized paths
  • Use of deprecated and unsafe create_function
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Super recent posts Security Vulnerabilities

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

Super recent posts Code Analysis

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

Dangerous Functions Found

create_function$new_excerpt_length = create_function('$length', "return " . $excerpt_length . ";");super-recent-posts.php:137
create_function$new_excerpt_more = create_function('$more', 'return " ";');super-recent-posts.php:142

SQL Query Safety

100% prepared1 total queries

Output Escaping

10% escaped63 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
clean_source (timthumb\timthumb.php:765)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Super recent posts Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_srp_get_taxonomy_termssuper-recent-posts.php:36
WordPress Hooks 3
actionwidgets_initsuper-recent-posts.php:30
filterexcerpt_lengthsuper-recent-posts.php:139
filterexcerpt_moresuper-recent-posts.php:143
Maintenance & Trust

Super recent posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedMay 1, 2012
PHP min version
Downloads9K

Community Trust

Rating100/100
Number of ratings1
Active installs90
Developer Profile

Super recent posts Developer Profile

hmayaktigranyan

3 plugins · 170 total installs

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

How We Detect Super recent posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/super-recent-posts/css/style.css/wp-content/plugins/super-recent-posts/js/script.js/wp-content/plugins/super-recent-posts/timthumb/timthumb.php
Script Paths
/wp-content/plugins/super-recent-posts/js/script.js
Version Parameters
super-recent-posts/css/style.css?ver=super-recent-posts/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
super_recent_postssuper_recent_posts_itemsuper_recent_posts_item_title
Data Attributes
data-srp-termsdata-srp-posttypesdata-srp-postsdata-srp-thumbnail_hdata-srp-thumbnail_wdata-srp-excerpt_length+3 more
JS Globals
super_recent_posts_widget_ajax_object
REST Endpoints
/wp-json/srp_api/v1/get_taxonomy_terms
FAQ

Frequently Asked Questions about Super recent posts