Skip to main content

WordPress CVE-2026-60137

| EUVDEUVD-2026-45279 MEDIUM
SQL Injection (CWE-89)
2026-07-17 WPScan
Medium
Disputed · 5.9 Vendor: WPScan
Share

Severity by source

Sources disagree (Medium–Critical)
Vendor (WPScan) PRIMARY
5.9 MEDIUM
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
ENISA EUVD
CRITICAL
qualitative
vuln.today AI
6.5 MEDIUM

Unauthenticated network SQLi (PR:N) but requires a non-default vulnerable plugin/theme path so AC:H; enables data extraction (C:H) with limited write in a SELECT context (I:L), no availability impact.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

8
Added to CISA KEV
Jul 21, 2026 - 19:03 CISA
Severity Changed
Jul 18, 2026 - 05:22 NVD
CRITICAL MEDIUM
CVSS changed
Jul 18, 2026 - 05:22 NVD
9.1 (CRITICAL) 5.9 (MEDIUM)
Analysis Generated
Jul 17, 2026 - 21:51 vuln.today
Patch available
Jul 17, 2026 - 21:03 EUVD
CVSS changed
Jul 17, 2026 - 20:22 NVD
9.1 (CRITICAL)
CVE Published
Jul 17, 2026 - 19:14 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 17, 2026 - 19:14 cve.org
CRITICAL 9.1

DescriptionCVE.org

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.

AnalysisAI

SQL injection in WordPress core (6.8.x before 6.8.6, 6.9.x before 6.9.5, 7.0.x before 7.0.2) arises from improper sanitisation of the author__not_in parameter in WP_Query, allowing an attacker to inject SQL when a plugin or theme forwards untrusted input into that parameter. Reported by WPScan and rated CVSS 9.1, it can lead to full database disclosure on affected sites, but exploitation is not reachable through unmodified core alone - a vulnerable plugin or theme code path is required. No public exploit identified at time of analysis and it is not listed in CISA KEV, though CISA SSVC flags the technical impact as total and the flaw as automatable.

Technical ContextAI

The vulnerability is a classic CWE-89 SQL injection in WP_Query, the central database query abstraction used throughout WordPress core, plugins, and themes to retrieve posts. The author__not_in argument is intended to accept an array of author IDs to exclude and is normally cast to integers before being folded into the generated SQL WHERE clause; in the affected builds this value is not properly sanitised, so a string containing SQL metacharacters is concatenated into the query. Because WP_Query queries execute against the wp_posts/wp_users schema via the shared $wpdb connection, a successful injection runs with the database privileges the WordPress site itself holds. The single affected CPE is cpe:2.3:a:wordpress:wordpress (all versions wildcard in the feed), with the concrete affected ranges enumerated by ENISA EUVD (EUVD-2026-45279).

RemediationAI

Vendor-released patch: upgrade WordPress core to 6.8.6, 6.9.5, or 7.0.2 depending on your branch, as described in the WordPress 7.0.2 release announcement (https://wordpress.org/news/2026/07/wordpress-7-0-2-release/) and advisory GHSA-fpp7-x2x2-2mjf; sites with automatic minor-version updates enabled will typically receive the fix without action. Where immediate core patching is not possible, audit plugins and themes for any code that passes user-controlled data into WP_Query's author__not_in argument and cast those values to integers (for example wrapping input in array_map('intval', ...)) before the query, since this closes the specific injection path at the cost of a small code change. As a compensating control, a WAF rule that inspects request parameters for SQL metacharacters reaching author-exclusion query strings can reduce exposure, though it risks false positives and will not catch every plugin-specific parameter name; restricting or disabling untrusted plugins/themes that expose raw query arguments is the more reliable interim measure.

CVE-2016-10033 CRITICAL POC
9.8 Dec 30

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2026-63030 CRITICAL POC
9.8 Jul 17

Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r

Share

CVE-2026-60137 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy