FHDCU Dynamic Counter Update Security & Risk Analysis

wordpress.org/plugins/dynamic-counter-update

A dynamic counter plugin that increments by a random value every minute and saves it in the database for display anywhere on your site.

20 active installs v1.1 PHP 7.2+ WP 5.6+ Updated Jun 30, 2025
countercronrandom-incrementshortcodestatistics
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FHDCU Dynamic Counter Update Safe to Use in 2026?

Generally Safe

Score 100/100

FHDCU Dynamic Counter Update has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9mo ago
Risk Assessment

The "dynamic-counter-update" plugin version 1.1 exhibits a generally good security posture based on the static analysis provided. It demonstrates an absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests. The use of prepared statements for all SQL queries and the presence of nonce checks are positive indicators. However, a key concern is the complete lack of capability checks. While the current analysis shows no unsanitized paths or critical taint flows, the absence of capability checks means that any entry point, including the shortcode and cron event, could potentially be accessed by users who should not have permission to interact with them, depending on their implementation. The clean vulnerability history is a strength, suggesting a history of responsible development, but it does not guarantee future security. The plugin's strengths lie in its secure handling of common web vulnerabilities like SQL injection and cross-site scripting (as indicated by output escaping). Its main weakness is the reliance solely on nonce checks for authorization, which is insufficient on its own. A comprehensive approach would include capability checks to ensure robust access control.

Key Concerns

  • Missing capability checks on entry points
  • 1/3 output escaping not properly escaped
Vulnerabilities
None known

FHDCU Dynamic Counter Update Security Vulnerabilities

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

FHDCU Dynamic Counter Update Code Analysis

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

Output Escaping

67% escaped6 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
fhdcu_counter_settings_page (dynamic-counter-update.php:88)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

FHDCU Dynamic Counter Update Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fhdcu_dynamic_counter] dynamic-counter-update.php:71
WordPress Hooks 3
filtercron_schedulesdynamic-counter-update.php:47
actionfhdcu_minute_incrementdynamic-counter-update.php:55
actionadmin_menudynamic-counter-update.php:85

Scheduled Events 1

fhdcu_minute_increment
Maintenance & Trust

FHDCU Dynamic Counter Update Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedJun 30, 2025
PHP min version7.2
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

FHDCU Dynamic Counter Update Developer Profile

forkanhossain

1 plugin · 20 total installs

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

How We Detect FHDCU Dynamic Counter Update

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dynamic-counter-update/js/fhdcu-counter.js/wp-content/plugins/dynamic-counter-update/css/fhdcu-style.css
Script Paths
/wp-content/plugins/dynamic-counter-update/js/fhdcu-counter.js
Version Parameters
fhdcu-counter-js?ver=fhdcu-counter-style?ver=

HTML / DOM Fingerprints

CSS Classes
fhdcu-transactions-counter
Data Attributes
data-count
Shortcode Output
<div id='fhdcu-counter'><p class='fhdcu-transactions-counter'
FAQ

Frequently Asked Questions about FHDCU Dynamic Counter Update