CVE-2026-22193
Received Received - Intake

SQL Injection in wpDiscuz getAllSubscriptions Exposes Data

Vulnerability report for CVE-2026-22193, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-03-13

Last updated on: 2026-03-17

Assigner: VulnCheck

Description

wpDiscuz before 7.6.47 contains an SQL injection vulnerability in the getAllSubscriptions() function where string parameters lack proper quote escaping in SQL queries. Attackers can inject malicious SQL code through email, activation_key, subscription_date, and imported_from parameters to manipulate database queries and extract sensitive information.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-03-13
Last Modified
2026-03-17
Generated
2026-07-06
AI Q&A
2026-03-13
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
gvectors wpdiscuz to 7.6.47 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Mitigation Strategies

The immediate step to mitigate this vulnerability is to upgrade wpDiscuz to version 7.6.47 or later, where the SQL injection flaw in the getAllSubscriptions() function has been fixed.

Executive Summary

CVE-2026-22193 is a high-severity SQL injection vulnerability affecting wpDiscuz versions prior to 7.6.47. It exists in the getAllSubscriptions() function where certain string parametersβ€”email, activation_key, subscription_date, and imported_fromβ€”are not properly escaped in SQL queries.

Because of this improper escaping, attackers can inject malicious SQL code through these parameters, allowing them to manipulate database queries and extract sensitive information.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive data stored in the database.

Attackers can manipulate database queries to extract confidential information, potentially compromising confidentiality, integrity, and availability of the affected system.

The CVSS v4 base score of 9.2 indicates a critical risk with network attack vector, low attack complexity, no privileges required, and high impact on confidentiality, integrity, and availability.

Compliance Impact

I don't know

Detection Guidance

I don't know

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-22193. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart