CVE-2025-6970
Published: 09 July 2025
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
- 🇪🇺 ENISA EUVD: EUVD-2025-20877
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
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.