WP Last Modified Security & Risk Analysis

wordpress.org/plugins/wp-open-last-modified

This plugins adds the last modified date, current revision and the publication date of your post/page. Simply use the shortcode [last_modified_date]

200 active installs v1.4.6 PHP + WP 2.8.0+ Updated Dec 6, 2019
last-modifiedpagepostrevisiontimestamp
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Last Modified Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "wp-open-last-modified" v1.4.6 plugin exhibits a generally good security posture, with no known vulnerabilities or critical code signals. The absence of dangerous functions, file operations, and external HTTP requests is commendable. Furthermore, all SQL queries are properly prepared, and there are existing nonce checks, indicating an awareness of security best practices. The plugin also presents a very small attack surface with only one shortcode and no unprotected entry points.

However, there are specific areas for concern. The static analysis reveals that only 25% of outputs are properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if user-controlled data is not handled carefully. The taint analysis also identified one flow with an unsanitized path, which, while not rated as critical or high severity in this instance, warrants attention. The absence of capability checks on the shortcode is also a potential weakness, as it means any logged-in user could potentially trigger its functionality.

Overall, the plugin has a strong foundation with robust database handling and a limited attack surface. The primary risks stem from potential output escaping issues and the single unsanitized path identified. The complete lack of a vulnerability history is a positive indicator, suggesting past stability. Addressing the identified output escaping concerns and the unsanitized path would significantly bolster the plugin's security.

Key Concerns

  • Low output escaping coverage
  • Unsanitized path in taint flow
  • No capability checks on shortcode
Vulnerabilities
None known

WP Last Modified Security Vulnerabilities

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

WP Last Modified Release Timeline

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

WP Last Modified Code Analysis

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

Output Escaping

25% escaped24 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<open_last_modified> (open_last_modified.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Last Modified Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[last_modified_date] open_last_modified.php:39
WordPress Hooks 2
actionplugins_loadedopen_last_modified.php:37
actionadmin_menuopen_last_modified.php:38
Maintenance & Trust

WP Last Modified Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedDec 6, 2019
PHP min version
Downloads9K

Community Trust

Rating100/100
Number of ratings1
Active installs200
Developer Profile

WP Last Modified Developer Profile

Dogan Ucar

2 plugins · 210 total installs

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

How We Detect WP Last Modified

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- WP Last Modified by Dogan Ucar (https://www.dogan-ucar.de). --><!-- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;--><!-- 2016 - Y Dogan Ucar. -->
Data Attributes
data-ad-clientdata-ad-slotdata-ad-formatdata-full-width-responsive
Shortcode Output
[last_modified_date]*timestamp**last_modified_timestamp**last_modified_timestamp_gmt*
FAQ

Frequently Asked Questions about WP Last Modified