CVE-2026-22193
8.1gVectors · wpDiscuz
A SQL injection vulnerability in the wpDiscuz plugin allows unauthenticated attackers to manipulate database queries via improper sanitization in the getAllSubscriptions function.
Executive summary
The gVectors wpDiscuz plugin for WordPress is vulnerable to unauthenticated SQL injection, posing a severe risk of unauthorized database access and data exfiltration.
Vulnerability
The vulnerability exists within the getAllSubscriptions function, where multiple parameters including email and activation_key are not properly escaped before being processed in SQL queries. This allows an unauthenticated remote attacker to execute arbitrary SQL commands against the WordPress database.
Business impact
Successful exploitation of this flaw allows an attacker to bypass security controls to access, modify, or delete sensitive information stored in the WordPress database. Given the CVSS score of 8.1, this is classified as a High severity vulnerability that could lead to full compromise of the application data, potentially resulting in significant reputational damage and loss of user privacy.
Remediation
Immediate Action: Update the wpDiscuz plugin to version 7.6.47 or later immediately to incorporate the necessary input sanitization fixes.
Proactive Monitoring: Review database error logs for unusual query syntax or unauthorized access attempts directed at the plugin subscription endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns until the update can be applied.
Exploitation status
Public Exploit Available: False
Analyst recommendation
This vulnerability represents a significant risk to the integrity and confidentiality of the WordPress environment. Administrators must prioritize the update of the wpDiscuz plugin to version 7.6.47 to ensure the vulnerability is remediated, as SQL injection remains a primary vector for total application compromise.
Sources
Originally found and disclosed by Scott Moore - VulnCheck, per the CVE Program record.
- wpDiscuz Changelog Patch commit
- wpDiscuz
- VulnCheck Advisory: wpDiscuz before 7.6.47 - SQL Injection in getAllSubscriptions() Third-party advisory