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.
CVE-2026-60137
Score elevated to 9.1 because this CVE is listed on the CISA Known Exploited Vulnerabilities catalog (added 2026-07-21), indicating real-world exploitation has been confirmed by US federal agencies. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 9.1 retained for reference (NVD's own analysis pending). Confidence: HIGH.
- Actively exploited in the wild (CISA-KEV)
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.1
- EG Score
- 9.1(high)
- EG Risk
- 81(Attend)EG Risk 81/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity91% × 45%Exploitation100% × 40%Automatability0% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 78%
- EPSS %ILE
- 100%
- KEV
- ⚠ Exploited
Published
July 17, 2026
Last Modified
July 22, 2026
Advisory Details (2)
Auto-updated Jul 17, 2026WordPress 7.0.2 Release – WordPress News
https://wordpress.org/news/2026/07/wordpress-7-0-2-release/Facilitated SQL injection vulnerability in the `author__not_in` parameter of `WP_Query` · Advisory · WordPress/wordpress-develop · GitHub
https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjfWeakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 30× in last 7d / 40× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-26 16:17 UTCEG score recompute
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 12:38 UTCEG score recompute
- 2026-07-26 01:36 UTCEG score recompute
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-24 14:18 UTCEPSS rescore
- 2026-07-24 14:18 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 03:21 UTCEG score recompute
- 2026-07-22 23:46 UTCEG score recompute
- 2026-07-22 19:40 UTCCISA KEV update
- 2026-07-22 16:21 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-22 05:22 UTCEG score recompute▲ 0.10
- 2026-07-22 05:20 UTCNVD updateCVSS v3 → 9.1 · severity → CRITICAL
- 2026-07-21 20:14 UTCEG score recompute▼ 0.10
- 2026-07-21 20:13 UTCMITRE cvelistV5CVSS v3 → 5.9 · severity → MEDIUM
- 2026-07-21 17:19 UTCEG score recompute▲ 0.10
- 2026-07-21 17:18 UTCNVD updateCVSS v3 → 9.1 · severity → CRITICAL
- 2026-07-21 16:01 UTCEG score recompute▼ 0.10
- 2026-07-21 15:58 UTCMITRE cvelistV5CVSS v3 → 5.9 · severity → MEDIUM
Show 15 moreShow fewer
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-21 14:40 UTCEG score recompute
- 2026-07-21 14:37 UTCCISA KEV update
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 02:29 UTCEPSS rescore
- 2026-07-18 06:05 UTCEG score recompute▲ 3.20
- 2026-07-18 06:02 UTCNVD updateCVSS v3 → 9.1 · severity → CRITICAL
- 2026-07-18 04:20 UTCEG score recompute▼ 3.20
- 2026-07-18 04:19 UTCMITRE cvelistV5CVSS v3 → 5.9 · severity → MEDIUM
- 2026-07-17 20:20 UTCEG score recompute▲ 9.10
- 2026-07-17 20:19 UTCMITRE cvelistV5CVSS v3 → 9.1 · severity → CRITICAL
- 2026-07-17 19:25 UTCEG score recompute
- 2026-07-17 19:24 UTCMITRE cvelistV5first tracked
Publicly available exploits
(2 references)Working exploit code is in the public domain (2 GitHub PoCs). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.
- GitHub PoCColere-Sys/wp2shell-pocFirst seen Jul 21, 2026
Analysis and end-to-end implementation of the patched wordpress RCE vulnerability - CVE-2026-60137 and CVE-2026-63030
Open source ↗ - GitHub PoCcodeb0ssx/Ultimate-wp2shellFirst seen Jul 18, 2026
wp2shell — Pre-authentication RCE in WordPress Core (CVE-2026-60137 + CVE-2026-63030). Chains an SQL injection in author__not_in with batch-route confusion for unauthenticated remote code execution on WP 6.9.0–6.9.4 / 7.0.0–7.0.1.
Open source ↗
Related CVEs(same CWE)
Frequently asked(6)
What is CVE-2026-60137?
When was CVE-2026-60137 disclosed?
Is CVE-2026-60137 actively exploited?
What is the CVSS score of CVE-2026-60137?
Which products are affected by CVE-2026-60137?
How do I remediate CVE-2026-60137?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-60137
Is Your Infrastructure Affected by CVE-2026-60137?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.