Recent Posts Security & Risk Analysis

wordpress.org/plugins/recent-posts-plugin

Displays a list of recent posts.

500 active installs v2.6.2.0 PHP + WP 1.5+ Updated Sep 9, 2008
latestnewestpostsrecentrecent-posts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Recent Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 17yr ago
Risk Assessment

The plugin "recent-posts-plugin" v2.6.2.0 presents a generally good security posture based on the provided static analysis. The absence of any recorded CVEs and the reported lack of vulnerabilities in its history suggest a well-maintained and secure codebase. Furthermore, the static analysis indicates a limited attack surface with no discovered AJAX handlers, REST API routes, shortcodes, or cron events that are accessible without authentication. The use of prepared statements for all SQL queries is a significant strength, mitigating the risk of SQL injection vulnerabilities.

However, a critical concern arises from the output escaping. With 14 total outputs and 0% properly escaped, this represents a significant risk of Cross-Site Scripting (XSS) vulnerabilities. Any dynamic content displayed by the plugin that is not properly escaped before rendering could allow an attacker to inject malicious scripts into the user's browser. The presence of nonce checks is positive, but their effectiveness is diminished if they are not coupled with proper output escaping to prevent XSS. The lack of recorded vulnerabilities historically is a positive indicator, but the identified output escaping issue needs immediate attention to maintain this strong security record.

Key Concerns

  • All outputs are unescaped (XSS risk)
Vulnerabilities
None known

Recent Posts Security Vulnerabilities

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

Recent Posts Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped14 total outputs
Attack Surface

Recent Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menurecent-posts-admin.php:9
actionin_admin_footerrecent-posts-admin.php:27
actionplugins_loadedrecent-posts.php:230
actioninitrecent-posts.php:247
Maintenance & Trust

Recent Posts Maintenance & Trust

Maintenance Signals

WordPress version tested2.6.2
Last updatedSep 9, 2008
PHP min version
Downloads73K

Community Trust

Rating0/100
Number of ratings0
Active installs500
Developer Profile

Recent Posts Developer Profile

RobMarsh

5 plugins · 2K total installs

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

How We Detect 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/recent-posts-plugin/recent-posts.css/wp-content/plugins/recent-posts-plugin/recent-posts.js
Script Paths
/wp-content/plugins/recent-posts-plugin/recent-posts.js
Version Parameters
recent-posts-plugin/recent-posts.css?ver=recent-posts-plugin/recent-posts.js?ver=

HTML / DOM Fingerprints

CSS Classes
rrm-recent-posts-widget
HTML Comments
<!-- Recent Posts took %.3f ms (cached) --><!-- Recent Posts took %.3f ms -->
Data Attributes
data-widget-id
JS Globals
recent_posts_current_ID
Shortcode Output
<li></li>
FAQ

Frequently Asked Questions about Recent Posts