CVE-2025-0959
Published: 07 March 2025
Summary
CVE-2025-0959 is a high-severity SQL Injection: Hibernate (CWE-564) vulnerability in Imithemes Eventer. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 31.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-0959 is a SQL injection vulnerability in the Eventer - WordPress Event & Booking Manager Plugin for WordPress, affecting all versions up to and including 3.9.9.2. The flaw arises from insufficient escaping of the user-supplied reg_id parameter and lack of sufficient preparation in the existing SQL query, allowing injection of malicious SQL code. It is associated with CWE-564 (SQL Injection: Unprepared Statement) and CWE-89 (SQL Injection), and carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility, low complexity, and significant impacts on confidentiality, integrity, and availability.
Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability by manipulating the reg_id parameter to append additional SQL queries to existing ones. This enables extraction of sensitive information from the database, such as user credentials, event data, or other confidential records stored in the WordPress database.
Mitigation details are available in advisories referenced by Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/bd42c89e-57db-458f-910c-404a5615f280?source=cve and the plugin's CodeCanyon page at https://codecanyon.net/item/eventer-wordpress-event-manager-plugin/20972534, published on 2025-03-07. Security practitioners should review these for patch information and update affected installations beyond version 3.9.9.2.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7376
Vulnerability details
The Eventer - WordPress Event & Booking Manager Plugin plugin for WordPress is vulnerable to SQL Injection via the reg_id parameter in all versions up to, and including, 3.9.9.2 due to insufficient escaping on the user supplied parameter and lack…
more
of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing WordPress plugin enables T1190 (Exploit Public-Facing Application) for initial access/data access; directly facilitates T1213.006 (Data from Databases) via arbitrary SQL queries to extract credentials and sensitive records.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the SQL injection by requiring validation and escaping of user-supplied reg_id parameter to prevent malicious SQL query appendage.
Requires timely identification, reporting, and patching of the SQL injection flaw in Eventer plugin versions up to 3.9.9.2.
Enables discovery of the SQL injection vulnerability through ongoing monitoring and scanning of WordPress plugins and components.