← Back to Daily Briefing

WordPress Core is affected by a critical RCE chain dubbed "wp2shell," combining CVE-2026-60137 (SQL injection in WP_Query's author__not_in parameter) and CVE-2026-63030 (REST API batch-route confusion). Unauthenticated remote attackers can exploit the /wp-json/batch/v1 endpoint to bypass security controls and execute arbitrary code without user interaction or plugin dependencies. The vulnerability is exacerbated in environments lacking persistent object caching. Immediate remediation requires updating to versions 6.9.5, 7.0.2, or 7.1 Beta 2. Active exploitation is confirmed, with AI-assisted tools accelerating PoC development and patch diffing.

  • Overview: The wp2shell Exploit Chain

    • Combines two distinct vulnerabilities to achieve full server compromise.
    • Targets default WordPress installations; no third-party plugins are required for execution.
    • Affects an estimated 500 million+ websites globally due to the prevalence of WordPress Core.
  • Technical Deep Dive: Vulnerability Mechanics

    • CVE-2026-60137: A medium-severity SQL injection located in the author__not_in parameter of the WP_Query class.
    • CVE-2026-63030: A critical route confusion flaw within the REST API batch endpoint introduced in version 6.9.
    • Primary attack vector utilizes the /wp-json/batch/v1 or ?rest_route=/batch/v1 endpoints to trigger the RCE.
  • Exploitation Status & AI Acceleration

    • Confirmed active in-the-wild exploitation by security firms Patchstack and Hexastrike.
    • Rapid proliferation of public Proof-of-Concept (PoC) exploits across GitHub.
    • Threat actors are utilizing advanced AI models (e.g., GPT-5.6) to accelerate patch diffing and refine exploit payloads.
  • Environmental Factors & Impact

    • Vulnerability path is significantly more reachable in environments where a persistent object cache is not implemented.
    • Attack complexity is rated as low; requires no authentication, no login, and zero user interaction.
    • Successful exploitation leads to full website takeover, sensitive data compromise, and complete server-level access.
  • Remediation & Mitigation

    • Branch 6.9 installations must be upgraded to version 6.9.5 immediately.
    • Branch 7.0 installations must be upgraded to version 7.0.2.
    • Beta testers on branch 7.1 must upgrade to 7.1 Beta 2.

Related posts

  1. rapid7.com — CVE-2026-63030: wp2shell a Critical Remote Code Execution Vulnerability in WordPress Core
  2. simplysecuregroup.com — New wp2shell RCE Vulnerability Hits Millions of WordPress Sites, Emergency Patch Released
  3. Cybersecurity News — New wp2shell RCE Vulnerability Hits Millions of WordPress Sites, Emergency Patch Released
  4. cyberinsider.com — WordPress releases emergency update for critical ‘wp2shell’ RCE flaw
  5. gbhackers.com — Critical WordPress Core Flaw Lets Anonymous Hackers Gain Remote Code Execution
  6. falconinternet.net — wp2shell: Pre-Auth RCE in WordPress Core — Check Your Version Now
  7. bleepingcomputer.com — WordPress Core "wp2shell" RCE flaws get public exploits, patch now
  8. Security Affairs — Attackers Can Take Over WordPress Sites Using Newly Released wp2shell Exploits
  9. TechNadu — Wp2shell: The Unauthenticated WordPress Exploit That Needs No Login, No Plugins, Just a Vulnerable Core
  10. gbhackers.com
  11. cyberinsider.com — AI helped uncover WordPress ‘wp2shell’ RCE now exploited in attacks
  12. feeds.feedburner.com — wp2shell (CVE-2026-63030, CVE-2026-60137): Frequently asked questions about remote code execution chain in WordPress Core
  13. Cybersecurity News — Critical wp2shell RCE Vulnerability – Complete Coverage Including PoC and Active Exploitation Details
  14. Infosecurity-magazine
  15. Techzine
  16. Strobes
  17. Radicaldatascience
  18. Esecurityplanet
  19. Cyberpress

LINK COPIED TO CLIPBOARD