Last Seen Posts Widget Security & Risk Analysis

wordpress.org/plugins/last-seen-posts-widget

Show title and links to the last 5 posts a user has consulted.

10 active installs v1.3 PHP + WP 2.8+ Updated Aug 8, 2015
breadcrumbslast-seenpostsessionwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Last Seen Posts Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "last-seen-posts-widget" plugin version 1.3 exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL queries, exclusively using prepared statements, and has no recorded vulnerabilities or CVEs, suggesting a generally secure development history. The absence of external HTTP requests, file operations, and a lack of known critical taint flows are also favorable indicators. However, the static analysis reveals significant security concerns. The presence of a `create_function` call is a major red flag, as it can lead to arbitrary code execution if used with user-supplied input, even though no specific tainted flows were identified in this analysis. Furthermore, a very low percentage (11%) of output escaping is deeply concerning, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of nonce and capability checks, while not directly tied to specific entry points in this analysis, leaves the plugin's functionality potentially exposed to unauthorized actions.

Key Concerns

  • Use of create_function
  • Low percentage of output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Last Seen Posts Widget Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Last Seen Posts Widget Release Timeline

v1.2
v1.1
Code Analysis
Analyzed Apr 16, 2026

Last Seen Posts Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("lastSeenPosts");'));lastseenposts.php:147

Output Escaping

11% escaped9 total outputs
Attack Surface

Last Seen Posts Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitlastseenposts.php:35
actionwp_headlastseenposts.php:146
actionwidgets_initlastseenposts.php:147
actionwp_enqueue_scriptslastseenposts.php:157
Maintenance & Trust

Last Seen Posts Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedAug 8, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Last Seen Posts Widget Developer Profile

curlybracket

4 plugins · 40 total installs

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

How We Detect Last Seen Posts Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/last-seen-posts-widget/lsp.css

HTML / DOM Fingerprints

CSS Classes
lsp
Data Attributes
id="lastSeenPosts"
FAQ

Frequently Asked Questions about Last Seen Posts Widget