criticalZero-Day

WordPress Core SQL Injection Vulnerability (CVE-2026-60137)

First seen Jul 22, 2026 · Updated Jul 22, 2026

wordpresssql-injectionrcecmscisa-kevunauthenticatedchained-exploitagent-relevant

WordPress Core contains a SQL injection flaw triggered when plugins or themes pass untrusted input to an affected parameter, and this has been added to CISA's Known Exploited Vulnerabilities catalog indicating active exploitation. When chained with CVE-2026-63030, it enables unauthenticated remote code execution on default WordPress installations, posing a severe risk to any internet-facing WordPress site.

Technical Analysis

CVE-2026-60137 is a SQL injection vulnerability in WordPress Core arising from improper sanitization of user-supplied input that is passed through by third-party plugins or themes into database queries. On its own this allows data exfiltration or manipulation via the database layer, but when chained with CVE-2026-63030 an unauthenticated attacker can escalate to full remote code execution on default, unpatched WordPress installations, making this a critical pre-authentication exploit chain. The vulnerability affects the widely deployed WordPress CMS and, given the platform's ubiquity, exposure spans shared hosting, enterprise CMS deployments, and any web front-end infrastructure. Organizations running AI agents, RAG pipelines, or LLM-powered chatbots that use WordPress as a content backend, CMS integration point, or as a host for internal tooling and dashboards are at risk of credential theft, database compromise, or full server takeover, which could expose API keys, agent configuration secrets, or embedding/vector store credentials stored in the WordPress database or on the same host.

Affected Systems

WordPress Core (all versions prior to the vendor patch addressing CVE-2026-60137); default WordPress installations combined with vulnerable plugins/themes that pass untrusted input to affected database query parameters; sites also vulnerable to CVE-2026-63030 are at highest risk of full RCE chain.

Indicators of Compromise

  • No specific hashes, IPs, or domains published at time of disclosure; monitor CISA KEV and WordPress security advisories for updated IOCs
  • Unusual SQL error responses or malformed query strings in WordPress access logs
  • Unexpected admin user creation or privilege escalation events in wp-users table
  • Suspicious POST requests to wp-admin/admin-ajax.php or REST API endpoints with SQL metacharacters

Remediation Steps

  1. 1

    Apply WordPress Core Patch

    Update WordPress Core to the latest patched version addressing CVE-2026-60137 immediately, per CISA KEV due date of 2026-08-04.

  2. 2

    Patch Chained Vulnerability

    Ensure CVE-2026-63030 is also remediated to break the exploit chain that enables unauthenticated RCE.

  3. 3

    Audit Plugins and Themes

    Review installed plugins and themes for unsanitized input handling that could pass untrusted data into SQL queries; disable or update any vulnerable extensions.

  4. 4

    Web Application Firewall (WAF) Rules

    Deploy or update WAF rules to detect and block SQL injection patterns targeting WordPress endpoints until patching is complete.

  5. 5

    Rotate Credentials and Secrets

    Rotate database credentials, API keys, and any secrets stored in or accessible via the WordPress environment, especially if the host also supports AI agent or automation workflows.

  6. 6

    Monitor for Exploitation

    Review logs for signs of SQL injection attempts, unauthorized admin accounts, or unexpected file modifications indicative of RCE exploitation.

CVE / Advisory IDs

CVE-2026-60137CVE-2026-63030

Industries Most Exposed

TechnologyMediaE-commerceEducationGovernmentHealthcareFinancial Services

Sources

Respond to this threat

Pro subscribers get a full AI-generated incident-response playbook for this threat — detection, containment, eradication, and recovery steps — plus an unlimited AI Threat Advisor for questions about your environment.