CVE-2025-14124
Published: 05 January 2026
Description
The Team WordPress plugin before 5.0.11 does not properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection.
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation and sanitization of the unauthenticated AJAX parameter before its use in SQL statements, preventing SQL injection execution.
Mandates identification, reporting, and timely remediation of the SQL injection flaw by patching The Team WordPress plugin to version 5.0.11 or later.
Implements boundary protection such as web application firewalls to monitor and block SQL injection attempts in publicly accessible unauthenticated AJAX endpoints.
Security SummaryAI
CVE-2025-14124 is a SQL injection vulnerability affecting The Team WordPress plugin in versions before 5.0.11. The plugin fails to properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action that is available to unauthenticated users, enabling arbitrary SQL query execution.
Unauthenticated attackers can exploit this vulnerability remotely over the network (AV:N) with low attack complexity (AC:L), requiring no privileges (PR:N) or user interaction (UI:N). Exploitation results in a changed scope (S:C) with high confidentiality impact (C:H) but no integrity (I:N) or availability (A:N) impact, as reflected in its CVSS v3.1 base score of 8.6. Attackers can achieve unauthorized extraction of sensitive data from the database.
The WPScan advisory (https://wpscan.com/vulnerability/fdd19027-b70e-45a4-882b-77ab1819af91/) details this issue, published on 2026-01-05. Mitigation requires updating The Team WordPress plugin to version 5.0.11 or later to properly sanitize the affected parameter.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing WordPress plugin enables unauthenticated remote exploitation of public-facing application (T1190) and arbitrary database queries for sensitive data extraction (T1213.006).