What the vulnerability does
01Description
Unauthenticated SQL Injection in WPGraphQL < 2.11.1 versions.
CVSS base score
CVSS vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:L
What the vulnerability does
Unauthenticated SQL Injection in WPGraphQL < 2.11.1 versions.
Explanation of Vulnerability in Simple Terms
WPGraphQL versions before 2.11.1 contain a SQL injection vulnerability in query processing. An attacker can craft malicious GraphQL queries to extract sensitive data from the WordPress database without authentication. The vulnerability requires specific query conditions but can expose confidential information and degrade site performance.
What an attacker can do
Extract sensitive data from the WordPress database via crafted GraphQL queries.
Potential impact on your site
Unauthorized access to database contents including user data, posts, and configuration; potential site slowdown.
Conditions required to exploit
Network access to the GraphQL endpoint; no authentication or user interaction required.
Key dates
External resources
Related vulnerabilities