Last Revision Date Widget Security & Risk Analysis

wordpress.org/plugins/last-revision-widget

Easily add a last revision date widget to your WordPress site sidebar.

10 active installs v1.0.0 PHP + WP 3.0+ Updated Nov 19, 2014
datelastrevisionsidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Last Revision Date Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "last-revision-widget" plugin v1.0.0 exhibits a concerning security posture despite a lack of known historical vulnerabilities or taint analysis findings. The static analysis reveals significant weaknesses, particularly in output escaping, where 100% of outputs are not properly escaped. This presents a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the WordPress admin area or publicly visible pages, depending on where the widget is displayed. Additionally, the presence of the deprecated and inherently insecure `create_function` is a notable concern, as it can be exploited in certain contexts to achieve arbitrary code execution if not handled with extreme caution. The absence of any capability checks or nonce checks on potential entry points, while currently an attack surface of zero, still indicates a lack of defense-in-depth that could be problematic if the attack surface were to expand in future versions. The plugin's zero-known CVE history is a positive sign, but it does not negate the critical flaws identified in the static analysis. The plugin currently has significant potential for vulnerabilities due to poor output sanitization and the use of insecure code constructs, requiring immediate attention.

Key Concerns

  • 100% of outputs are not properly escaped
  • Use of dangerous function: create_function
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Last Revision Date Widget Security Vulnerabilities

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

Last Revision Date Widget Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Last Revision Date Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
10
0 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("LastRevisionDateWidget");')last-revision-widget.php:89

Output Escaping

0% escaped10 total outputs
Attack Surface

Last Revision Date Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initlast-revision-widget.php:89
Maintenance & Trust

Last Revision Date Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedNov 19, 2014
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Last Revision Date Widget Developer Profile

alci1969

1 plugin · 10 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 Revision Date 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-revision-widget/last-revision-widget.php

HTML / DOM Fingerprints

CSS Classes
LastRevisionDateWidgetpostrevisionpostmetadata
HTML Comments
I take just the last revision
Data Attributes
id="post-class="postmetadata"class="small"
FAQ

Frequently Asked Questions about Last Revision Date Widget