
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-6970 is a time-based SQL injection vulnerability in the Events Manager – Calendar, Bookings, Tickets, and more! plugin for WordPress. It affects all versions up to and including 7.0.3 (as well as versions prior to 6.6.5 in the legacy branch), allowing unauthenticated remote attackers to extract sensitive data from the WordPress database via the unsanitized orderby parameter. The vulnerability was published on July 9, 2025, with a patch released on July 11, 2025. It carries a CVSS v3.1 base score of 7.5 (High) (Wordfence, Red Hat CVE).
The root cause is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The plugin fails to properly escape or prepare the user-supplied orderby parameter before incorporating it into SQL queries, enabling an attacker to append arbitrary SQL statements. Because the injection is time-based (blind), the attacker infers database contents by measuring server response delays rather than receiving direct output. No authentication or user interaction is required, and the attack is conducted entirely over the network. The vulnerable code path is visible in classes/em-object.php at line 1060 of the 7.0.3 tag (Wordfence, WordPress Trac).
Successful exploitation allows unauthenticated attackers to extract the entire contents of the WordPress database, including user credentials (hashed passwords), email addresses, session tokens, personal data stored by the plugin (bookings, ticket purchaser information), and any other sensitive information in the database. While the CVSS score reflects a confidentiality-only impact (no direct integrity or availability impact), stolen credentials could enable account takeover and subsequent lateral movement within the WordPress environment or connected systems (Wordfence, ENISA EUVD).
A public proof-of-concept exploit is available on GitHub (PoC), and a Nuclei detection template has been added to the ProjectDiscovery nuclei-templates repository. The EPSS score is approximately 0.068%, indicating a relatively low (but non-zero) probability of exploitation in the near term. There is no confirmed evidence of active in-the-wild exploitation at this time, and the vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Wordfence, PoC).
readme.txt file at /wp-content/plugins/events-manager/readme.txt.orderby parameter (e.g., event listing pages or AJAX handlers).orderby parameter, such as orderby=IF(1=1,SLEEP(5),0), to confirm the injection point by observing a delayed server response.sqlmap with the identified endpoint and parameter (e.g., sqlmap -u 'https://target.com/?orderby=1' --dbms=mysql --technique=T --level=3) to enumerate databases, tables, and extract sensitive records such as wp_users.wp_users table to obtain usernames and hashed passwords, then attempt offline cracking or credential stuffing against the WordPress admin panel or other services (PoC, Wordfence).SLEEP, BENCHMARK, IF, UNION, SELECT) in the orderby parameter; repeated requests with incrementally varying time delays suggesting blind SQL injection probing.orderby values; abnormally high response times (e.g., 5+ seconds) for specific requests to Events Manager pages.SLEEP() or BENCHMARK() functions visible in MySQL slow query logs or general query logs.sqlmap/1.x).Update the Events Manager plugin immediately to version 7.0.4 or later (for the 7.x branch) or version 6.6.5 or later (for the legacy 6.x branch). The patch was committed on July 11, 2025, and is available via the WordPress plugin repository (WordPress Trac). If immediate patching is not possible, disable the Events Manager plugin or deploy WAF rules to block SQL injection attempts targeting the orderby parameter. Additionally, review database access logs for signs of prior exploitation and consider rotating WordPress user credentials as a precaution (Wordfence).
The vulnerability was discovered and disclosed by Wordfence, which published the advisory on July 9, 2025. Sucuri included it in their July 2025 WordPress vulnerability patch roundup (Sucuri Blog). Check Point also published a defense advisory referencing the CVE (Check Point). Community discussion was noted on Mastodon via RedPacketSecurity, and the vulnerability was indexed by multiple threat intelligence aggregators shortly after disclosure.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."