Last Edited Posts Security & Risk Analysis

wordpress.org/plugins/last-edited-posts

This Plugin add widget that Show last updated posts list by category.

0 active installs v1.0 PHP + WP 4.4+ Updated Apr 9, 2025
last-edited-postslast-updated-postswidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Last Edited Posts Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 11mo ago
Risk Assessment

The "last-edited-posts" v1.0 plugin exhibits a generally positive security posture based on the static analysis provided. Notably, there are no identified AJAX handlers, REST API routes, shortcodes, or cron events that constitute an attack surface, and consequently, no unprotected entry points. The absence of dangerous functions, file operations, and external HTTP requests further strengthens this. However, the code analysis reveals significant areas of concern regarding data handling and security checks. A single SQL query is present and it does not utilize prepared statements, introducing a potential for SQL injection vulnerabilities. Furthermore, a very low percentage (15%) of output escaping is properly implemented, suggesting a high risk of Cross-Site Scripting (XSS) vulnerabilities across the plugin's outputs. The complete lack of nonce checks and capability checks indicates a fundamental weakness in authorization and protection against various malicious actions. The plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator of past security diligence or a lack of past scrutiny. Despite the lack of a significant attack surface and known vulnerabilities, the identified code quality issues in SQL handling and output escaping, coupled with the absence of crucial security checks, represent substantial risks that need immediate attention.

Key Concerns

  • SQL query without prepared statements
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Last Edited Posts Security Vulnerabilities

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

Last Edited Posts Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

15% escaped13 total outputs
Attack Surface

Last Edited Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_initlast-edited-posts.php:18
actioninitlast-edited-posts.php:19
actionwidgets_initlast-edited-posts.php:20
actionadmin_initlast-edited-posts.php:21
Maintenance & Trust

Last Edited Posts Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedApr 9, 2025
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Last Edited Posts Developer Profile

iampsp.com

6 plugins · 60 total installs

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

How We Detect Last Edited Posts

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
lep_widget
Shortcode Output
<ul id="lasteditedposts"><li><a href="
FAQ

Frequently Asked Questions about Last Edited Posts