WP Server Date Time Security & Risk Analysis

wordpress.org/plugins/wp-server-date-time

This plugin shows the server local current date time & timezone in the upper right of your admin screen on every page.

70 active installs v0.5 PHP + WP 2.6+ Updated Jan 3, 2026
dateservertimetimezone
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Server Date Time Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The wp-server-date-time plugin v0.5 presents a generally good security posture based on the static analysis. The absence of direct entry points like AJAX handlers, REST API routes, and shortcodes, along with zero recorded vulnerability history, suggests a low risk of common exploitation vectors. The plugin also demonstrates good practices by using prepared statements for any potential SQL queries, though none were detected, and by not performing file operations or external HTTP requests. This minimal attack surface and lack of historical vulnerabilities are positive indicators.

However, a significant concern arises from the output escaping analysis. With two total outputs and 0% properly escaped, there is a clear risk of Cross-Site Scripting (XSS) vulnerabilities. Any data that the plugin displays to users, especially if it originates from user input or external sources (though none were found to be directly processed), could be manipulated to execute malicious scripts in the user's browser. Furthermore, the complete absence of nonce and capability checks, while not directly exploitable given the limited attack surface, indicates a lack of robust security hardening that could become an issue if the plugin were to expand its functionality or if new entry points were introduced in the future.

In conclusion, while the plugin's current minimal functionality and lack of historical issues are strengths, the unescaped output is a critical weakness that needs immediate attention. The absence of authentication checks, while not currently problematic, represents a potential future risk. The plugin is straightforward and seems to handle its limited scope well, but the XSS vulnerability is a significant oversight.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WP Server Date Time Security Vulnerabilities

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

WP Server Date Time Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

WP Server Date Time Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_noticeswp-server-date-time.php:21
actionadmin_headwp-server-date-time.php:38
Maintenance & Trust

WP Server Date Time Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 3, 2026
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings1
Active installs70
Developer Profile

WP Server Date Time Developer Profile

dhruwal

1 plugin · 70 total installs

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

How We Detect WP Server Date Time

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
server-date-time
Shortcode Output
<p id='server-date-time'><strong>Server Date/Time:</strong><br/><strong>Server Timezone:</strong></p>
FAQ

Frequently Asked Questions about WP Server Date Time