LastPostsImage Security & Risk Analysis

wordpress.org/plugins/lastpostsimage

This WordPress plugin provides a customizable image always showing the last posts of your blog. You can use it as signature in communities for example …

10 active installs v0.1.2 PHP + WP + Updated Jun 25, 2009
imagespostpostsstatistics
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is LastPostsImage Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "lastpostsimage" plugin v0.1.2 exhibits a concerning security posture despite a lack of reported vulnerabilities and a seemingly small attack surface. While the static analysis reports zero AJAX handlers, REST API routes, shortcodes, or cron events, this can be misleading. The critical finding of 100% of outputs being unescaped presents a significant risk. This means that any data processed or displayed by the plugin could be vulnerable to cross-site scripting (XSS) attacks, as user-supplied data is not being properly sanitized before being rendered in the browser. Additionally, the taint analysis revealed two flows with unsanitized paths, indicating potential for path traversal vulnerabilities, even though they are not classified as critical or high severity in this analysis. The absence of capability checks and nonce checks on any potential entry points (though none are identified) further exacerbates these risks, as there are no built-in mechanisms to verify user permissions or prevent request forgery. The plugin's vulnerability history is clean, which is a positive sign, but it cannot compensate for the identified weaknesses in code implementation. The lack of any identified dangerous functions or raw SQL queries suggests some level of care, but the severe lack of output escaping is a fundamental security flaw that overshadows these positive aspects.

Key Concerns

  • 0% output escaping
  • 2 flows with unsanitized paths
  • 0 capability checks
  • 0 nonce checks
Vulnerabilities
None known

LastPostsImage Security Vulnerabilities

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

LastPostsImage Code Analysis

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

Output Escaping

0% escaped14 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
lpi_submenupage (last-posts-image\last-posts-image.php:138)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

LastPostsImage Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menulast-posts-image\last-posts-image.php:269
Maintenance & Trust

LastPostsImage Maintenance & Trust

Maintenance Signals

WordPress version tested2.99999
Last updatedJun 25, 2009
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

LastPostsImage Developer Profile

reneade

5 plugins · 90 total installs

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

How We Detect LastPostsImage

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lastpostsimage/last-posts-image.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about LastPostsImage