Local Time Clock Security & Risk Analysis

wordpress.org/plugins/local-time-clock

Display a clock on your sidebar set automatically to your location's timezone. Select from a choice of clocks, colors and sizes.

1K active installs v1.3 PHP + WP 2.8+ Updated May 14, 2024
clockclock-widgetflash-clockhtml5-clockmobile-clock
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Local Time Clock Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "local-time-clock" v1.3 plugin exhibits a mixed security posture. On one hand, the absence of known CVEs and the use of prepared statements for SQL queries are positive indicators of good development practices. Furthermore, the lack of identified critical or high-severity taint flows suggests that common injection vulnerabilities are not present.

However, significant concerns arise from the static code analysis. The presence of the `unserialize` function, a known risk for deserialization vulnerabilities if not handled with extreme caution and input validation, is a major red flag. Compounding this, the analysis reveals a complete lack of output escaping. This means any data rendered by the plugin could potentially be manipulated by an attacker, leading to cross-site scripting (XSS) vulnerabilities. The absence of nonce and capability checks on what are likely entry points (though the attack surface is reported as zero, which is unusual if there are file operations or other code execution paths) also raises questions about authorization and integrity.

In conclusion, while the plugin benefits from a clean vulnerability history and secure SQL practices, the identified risks of `unserialize` usage and the pervasive lack of output escaping present substantial security weaknesses that require immediate attention. The plugin's overall security is compromised by these critical oversight.

Key Concerns

  • Dangerous function unserialize detected
  • Output escaping not used
  • No nonce checks detected
  • No capability checks detected
Vulnerabilities
None known

Local Time Clock Security Vulnerabilities

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

Local Time Clock Code Analysis

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

Dangerous Functions Found

unserialize$country_list = unserialize($country_list_ser);functions.php:17
unserialize$province_list = unserialize($province_list_ser);functions.php:56
unserialize$province_list = unserialize($province_list_ser);functions.php:81
unserialize$country_list = unserialize($country_list_ser);local_time_clock.php:81

Output Escaping

0% escaped35 total outputs
Attack Surface

Local Time Clock Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initlocal_time_clock.php:20
Maintenance & Trust

Local Time Clock Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedMay 14, 2024
PHP min version
Downloads117K

Community Trust

Rating62/100
Number of ratings10
Active installs1K
Developer Profile

Local Time Clock Developer Profile

enclick

8 plugins · 3K total installs

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

How We Detect Local Time Clock

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/local-time-clock/local-time-clock.css/wp-content/plugins/local-time-clock/local-time-clock.js
Script Paths
/wp-content/plugins/local-time-clock/local-time-clock.js
Version Parameters
local-time-clock/local-time-clock.css?ver=local-time-clock/local-time-clock.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Local Time Clock widget --><!-- Local Time Clock class. --><!-- Widget setup. --><!-- Widget control settings -->+18 more
Data Attributes
data-timezonedata-clock-typedata-text-colordata-border-colordata-background-colordata-transparent+4 more
JS Globals
window.local_time_clock_widgets
FAQ

Frequently Asked Questions about Local Time Clock