CVE-2025-9587
Published: 02 October 2025
Summary
CVE-2025-9587 is a high-severity an unspecified weakness vulnerability. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.6th 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-9587 is a SQL injection vulnerability in the CTL Behance Importer Lite WordPress plugin through version 1.0. The flaw arises because the plugin fails to properly sanitize and escape a parameter before incorporating it into a SQL statement via an AJAX action that is accessible to unauthenticated users.
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N). Successful exploitation allows attackers to extract sensitive data from the database, achieving high confidentiality impact due to the cross-scope nature of the attack.
The WPScan advisory at https://wpscan.com/vulnerability/e497f8b3-d70b-4d81-b915-e78ea5c02863/ provides detailed information on the vulnerability.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-32650
Vulnerability details
The CTL Behance Importer Lite WordPress plugin through 1.0 does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in publicly accessible WordPress plugin directly enables remote unauthenticated exploitation of a web application for database data access.
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation and sanitization of untrusted inputs before use in SQL statements, directly preventing the SQL injection vulnerability in CVE-2025-9587.
Mandates timely identification, reporting, and remediation of software flaws like the unsanitized AJAX parameter in the CTL Behance Importer Lite plugin.
Enables vulnerability scanning to identify SQL injection flaws in WordPress plugins such as CVE-2025-9587 prior to exploitation.