CVE-2026-2495
Published: 18 February 2026
Summary
CVE-2026-2495 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.8th 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-2026-2495 is a SQL injection vulnerability in the WPNakama – Team and multi-Client Collaboration, Editorial and Project Management plugin for WordPress. It affects all versions up to and including 0.6.5 and stems from insufficient escaping of the user-supplied 'order' parameter in the '/wp-json/WPNakama/v1/boards' REST API endpoint, combined with inadequate preparation of the underlying SQL query. Published on 2026-02-18, the flaw is rated 7.5 on the CVSS 3.1 scale (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and maps to CWE-89.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no privileges. By appending malicious SQL queries to the existing ones via the 'order' parameter, they can extract sensitive information from the database, such as user credentials or other confidential data stored by the plugin.
References provided include source code locations in class-wpnakama-api.php (line 209) and class-wpnakama.php (line 215) for both the 0.6.5 tag and trunk, along with changeset 3461315 in the WordPress plugin trac repository, which likely documents the patch applied to address the issue in newer versions.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-8047
Vulnerability details
The WPNakama – Team and multi-Client Collaboration, Editorial and Project Management plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the '/wp-json/WPNakama/v1/boards' REST API endpoint in all versions up to, and including, 0.6.5. This is due…
more
to insufficient escaping on the user supplied parameter and 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
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in unauthenticated public WordPress REST endpoint directly enables remote exploitation of a public-facing application (T1190) and extraction of data from the backend database (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validating and sanitizing user-supplied inputs like the 'order' parameter to prevent SQL injection in the REST API endpoint.
Mandates timely identification, reporting, and patching of the SQL injection flaw in the WPNakama WordPress plugin.
Requires vulnerability scanning that would identify the SQL injection vulnerability in the plugin's API endpoint.