CVE-2026-63030: WordPress < 7.0.2 - REST API batch-route confusion and SQL injection issue leading to Remote Code Execution
WordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 is affected by a REST API batch endpoint route confusion issue which, combined with the author__not_in WP_Query SQL Injection (CVE-2026-60137), could allow an attacker to perform SQL Injection and achieve Remote Code Execution.
Security readout for executives and security teams
Plain-English summary
This vulnerability affects recent WordPress 6.9.x and 7.0.x installations before fixed releases. An unauthenticated attacker could combine REST API route confusion with a related SQL injection to reach remote code execution. For public WordPress sites, this is an urgent patching issue.
Executive priority
Treat this as emergency remediation for exposed WordPress assets. The combination of unauthenticated network access, possible remote code execution, and KEV status creates material compromise risk if patching is delayed.
Technical view
The issue is described as REST API batch endpoint route confusion in WordPress, chained with CVE-2026-60137 in WP_Query author__not_in handling. The reported impact is SQL injection leading to remote code execution. CVSS is 9.8, network exploitable, low complexity, no privileges, no user interaction.
Likely exposure
Internet-facing WordPress sites running 6.9.x before 6.9.5 or 7.0.x before 7.0.2 are the primary exposure. The bundle lists WordPress 6.9.0 and 7.0.0 as affected examples, with default status otherwise unaffected.
Exploitation context
The bundle marks CVE-2026-63030 as present in CISA KEV, supporting known exploitation. No campaign details, exploit maturity, indicators, or proof-of-concept information are included in the provided sources.
Researcher notes
Evidence is limited to the supplied CVE bundle, GitHub advisory reference, WordPress release note reference, and CISA KEV reference. The bundle identifies CWE-436 and the dependency on CVE-2026-60137, but provides no safe validation payloads or detailed exploit chain.
Mitigation direction
Upgrade affected WordPress 6.9.x sites to 6.9.5 or later.
Upgrade affected WordPress 7.0.x sites to 7.0.2 or later.
Prioritize public, high-traffic, and business-critical WordPress installations.
Review vendor advisory and release notes before applying compensating controls.
Monitor WordPress logs for suspicious REST API activity.
Validation and detection
Inventory WordPress core versions across production and staging sites.
Confirm no site remains on 6.9.0 through 6.9.4.
Confirm no site remains on 7.0.0 or 7.0.1.
Verify patch deployment through WordPress admin, package inventory, or file integrity tooling.
Check whether vulnerability scanners recognize CVE-2026-63030 after updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-436: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-436 · source CWE mapping
Interpretation Conflict
Interpretation Conflict represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.