Summary
CVE-2026-42639 is a critical unauthenticated SQL injection vulnerability (CWE-89) in the GD Rating System WordPress plugin, developed by Dev4Press, affecting all versions up to and including 3.6.2. The flaw enables any unauthenticated, network-accessible attacker to inject arbitrary SQL commands without any user interaction, earning a CVSS v3.1 base score of 9.3 (Critical). A patched version (3.7) has been released and site administrators running the affected plugin should update immediately.
Technical details
- Root cause: Insufficient validation and sanitization of user-supplied input within the plugin’s SQL query-building logic, allowing SQL metacharacters to pass through to the underlying database layer without proper neutralization.
- Trigger conditions: The vulnerability requires no authentication, no user account, and no user interaction — any unauthenticated remote actor can trigger the injection over a standard HTTP/HTTPS request.
- Attack vector: Network-based (Attack Complexity: Low). No local access, special configuration, or race conditions are required to exploit the flaw.
- Impact: The CVSS vector’s Scope: Changed and Confidentiality: High metrics indicate that exploitation can extract sensitive database contents — including WordPress user credentials and personal data — and that the impact may propagate to database-backed components beyond the vulnerable plugin itself. A Low availability impact is also present, reflecting potential disruption to normal site operation during exploitation.
Affected software
- GD Rating System WordPress plugin by Dev4Press — all versions ≤ 3.6.2
Severity
- CVSS v3.1 Base Score: 9.3 — Critical
- Vector String:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Mitigation and recommended actions
- Immediate: Update the GD Rating System plugin to version 3.7 or later (released April 27, 2026). The 3.7 changelog explicitly documents improvements to SQL query building and validation, and fixes for improper sanitization of input data.
- If immediate patching is not feasible: Temporarily deactivate the plugin to eliminate the attack surface, or deploy web application firewall (WAF) rules to block SQL injection payloads targeting WordPress plugin endpoints.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

