CVE-2026-66430
Received Received - Intake

Subscriber SQL Injection in Visitor Traffic Real Time Statistics Pro

Vulnerability report for CVE-2026-66430, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Patchstack

Description

Subscriber SQL Injection in Visitor Traffic Real Time Statistics Pro <= 11.10 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack visitor_traffic_real_time_statistics_pro to 11.10 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-66430 is a high-severity SQL Injection vulnerability in the WordPress Visitor Traffic Real Time Statistics Pro Plugin affecting versions 11.10 and below. It allows attackers to inject malicious SQL queries into the website's database through subscriber-level access.

Detection Guidance

Detecting this SQL injection vulnerability requires checking for unusual database queries or unauthorized access attempts. Monitor web server logs for suspicious input patterns like single quotes or SQL keywords (e.g., UNION, SELECT). Use tools like grep to search logs: grep -i "union select" /var/log/apache2/access.log. Enable database logging to track abnormal queries.

Impact Analysis

This vulnerability can lead to unauthorized database access, allowing attackers to steal sensitive information such as user credentials, personal data, or other confidential details stored in the website's database.

Mitigation Strategies

Immediately update the Visitor Traffic Real Time Statistics Pro plugin to version 11.11 or later. Apply Patchstack's provided mitigation rule to block attacks until the update is complete. Temporarily restrict database access permissions and review user roles for unnecessary privileges.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-66430. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart