Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2567+ Articles
161+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-32479: Unauthenticated SQL Injection in Visitor Traffic Real Time Statistics Pro
CVE-2026-32479: Unauthenticated SQL Injection in Visitor Traffic Real Time Statistics Pro

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-32479

CVE-2026-32479: Unauthenticated SQL Injection in Visitor Traffic Real Time Statistics Pro

Critical unauthenticated SQL injection (CVSS 9.3) in the WordPress plugin Visitor Traffic Real Time Statistics Pro ≤ 11.17. Patch to 11.18.

Dylan H.

Security Team

August 28, 2026
3 min read

Affected Products

  • Visitor Traffic Real Time Statistics Pro ≤ 11.17 (fixed in 11.18)

Overview

A critical unauthenticated SQL injection vulnerability has been disclosed in Visitor Traffic Real Time Statistics Pro, a WordPress analytics plugin built by CODEPRESS IT Solutions LLC. Tracked as CVE-2026-32479 (CVSS 9.3), the flaw lets an attacker with no account and no interaction from a victim inject arbitrary SQL through the plugin without authenticating first.

Patchstack, which credits researcher Trương Hữu Phúc with the discovery, flagged the bug as "highly dangerous and expected to become exploited" — the classic profile of a WordPress plugin flaw that gets folded into mass-scanning botnets within days of disclosure.


Technical Details

FieldValue
CVE IDCVE-2026-32479
CVSS Score9.3 (Critical)
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
CWECWE-89 — SQL Injection
Attack VectorNetwork
Privileges RequiredNone (unauthenticated)
User InteractionNone
Affected Versions≤ 11.17
Fixed Version11.18
Published2026-08-25 (Patchstack)

How It Works

The plugin's real-time visitor statistics functionality builds a SQL query using attacker-influenced input without adequate sanitization or parameterization. Because the vulnerable endpoint requires no authentication, any remote attacker can send a crafted request directly to the query path and manipulate the underlying SQL statement.

The CVSS vector's S:C (Scope Changed) and C:H (high confidentiality impact) reflect that a successful attacker can extract data beyond what the plugin's own component would normally expose — in a typical WordPress install, that means reading the full wp_users table, application secrets stored in the database, and other site content, with a secondary low-impact hit to availability.


Impact

  • Unauthenticated data theft — full read access to the WordPress database, including hashed credentials and any sensitive data stored in custom tables
  • Mass-exploitability — no login, no user interaction, and no special configuration required makes this an easy target for automated scanners
  • Widespread install base — as a "Pro" analytics plugin marketed to WordPress site owners tracking real-time traffic, exposure spans small blogs to commercial sites

No public proof-of-concept was available at time of disclosure, but Patchstack's own risk assessment anticipates active exploitation attempts targeting unpatched sites.


Remediation

  • Update to version 11.18 or later immediately — this is an unauthenticated, no-interaction bug, so there is no safe window to delay
  • If the plugin cannot be updated right away, disable or remove it until the patch can be applied
  • Audit database logs for anomalous or malformed queries tied to the plugin's statistics endpoints
  • Deploy a WAF rule covering known SQL injection patterns as a stopgap for sites that cannot patch immediately

References

  • NVD — CVE-2026-32479
  • Patchstack — Visitor Traffic Real Time Statistics Pro ≤ 11.17 SQL Injection
#WordPress#SQL Injection#CVE-2026-32479#Web Security#Patchstack

Related Articles

CVE-2026-32566: Unauthenticated Privilege Escalation in ACPT (Pro) Custom Post Types Plugin

Critical unauthenticated privilege escalation (CVSS 9.8) in WordPress plugin ACPT (Pro) ≤ 2.0.63. No official patch yet — Patchstack has a mitigation rule.

3 min read

CVE-2026-8935: WP Maps Pro Unauthenticated Admin Account Creation (CVSS 9.8)

A critical unauthenticated vulnerability in the WP Maps Pro WordPress plugin before 6.1.1 allows any visitor to create an administrator account and...

3 min read

WP ERP Pro SQL Injection via search_key Parameter

A CVSS 7.5 SQL injection vulnerability in the WP ERP Pro WordPress plugin (all versions up to 1.5.1) allows unauthenticated attackers to extract sensitive...

5 min read
Back to all Security Alerts