CVE-2026-60137
Received
Received - Intake
WordPress SQL Injection via WP_Query Author Parameter
Vulnerability report for CVE-2026-60137, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-17
Last updated on: 2026-07-17
Assigner: WPScan
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | wordpress | to 6.8.6 (exc) |
| wordpress | wordpress | to 6.9.5 (exc) |
| wordpress | wordpress | to 7.0.2 (exc) |
| wordpress | wordpress | From 6.8.0 (inc) to 6.8.6 (exc) |
| wordpress | wordpress | From 6.9.0 (inc) to 6.9.5 (exc) |
| wordpress | wordpress | From 7.0.0 (inc) to 7.0.2 (exc) |
| wordpress | wordpress | 7.1_beta2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |