CVE-2026-60137
WordPress Core contains a SQL injection vulnerability when a plugin or theme passes untrusted input to the parameter. This vulnerability can be chained with CVE-2026-63030 to allow an unauthenticated attacker to gain remote code execution on default WordPress installations.
View on NVDAnalysis
Esta vulnerabilidad en el núcleo de WordPress permite realizar inyección SQL a través del parámetro author__not_in en WP_Query y está siendo explotada activamente. Al combinarse con otros fallos, permite a un atacante no autenticado ejecutar código de forma remota (RCE) en instalaciones vulnerables. Es fundamental actualizar de inmediato a las versiones 6.8.6, 6.9.5 o 7.0.2 para evitar el compromiso total del servidor.
Relevant roles
Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:NCWE-89CISA KEV
Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.
EPSS
Technical description
WordPress 6.8.x before 6.8.6, 6.9.x before 6.9.5, and 7.0.x before 7.0.2 does not properly sanitise the author__not_in parameter of WP_Query, which could allow SQL Injection when a plugin or theme passes untrusted input to the parameter.