Cyber Resilience

CVE-2025-6970

High

Published: 09 July 2025

Published
09 July 2025
Modified
11 July 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.4049 97.4th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-6970 is a high-severity SQL Injection (CWE-89) vulnerability in Pixelite Events Manager. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 2.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Events Manager – Calendar, Bookings, Tickets, and more! plugin for WordPress is affected by a time-based SQL injection vulnerability in all versions through 7.0.3. The flaw exists in the orderby parameter because user input is not properly escaped and the existing SQL query lacks sufficient parameterization, allowing an attacker to alter query logic.

Unauthenticated remote attackers can supply a crafted orderby value to append additional SQL statements to existing queries. Successful exploitation enables extraction of sensitive information from the database without requiring authentication or user interaction, corresponding to the CVSS 7.5 rating that reflects high confidentiality impact over the network.

Public references include the Wordfence threat intelligence entry and WordPress plugin repository changesets that document the corrective update released after version 7.0.3. The EPSS score has reached a peak of 0.4243 with a current value of 0.4049, indicating moderate and relatively stable exploitation interest following disclosure.

EU & UK References

Vulnerability details

The Events Manager – Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to time-based SQL Injection via the ‘orderby’ parameter in all versions up to, and including, 7.0.3 due to insufficient escaping on the user supplied parameter and…

more

lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

pixelite
events manager
≤ 6.6.5 · 7.0.1 — 7.0.4

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References