Cyber Posture

CVE-2025-0959

High

Published: 07 March 2025

Published
07 March 2025
Modified
13 March 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0013 31.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

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.

Details

CWE(s)
CWE-564CWE-89

Affected Products

imithemes
eventer
≤ 3.9.9.3

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References