CVE-2026-22203
Received Received - Intake
Information Disclosure in wpDiscuz Plugin Exposes OAuth Secrets

Publication date: 2026-03-13

Last updated on: 2026-03-17

Assigner: VulnCheck

Description
wpDiscuz before 7.6.47 contains an information disclosure vulnerability that allows administrators to inadvertently expose OAuth secrets by exporting plugin options as JSON. Attackers can obtain exported files containing plaintext API secrets like fbAppSecret, googleClientSecret, twitterAppSecret, and other social login credentials from support tickets, backups, or version control repositories.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-13
Last Modified
2026-03-17
Generated
2026-06-16
AI Q&A
2026-03-13
EPSS Evaluated
2026-06-15
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-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-22203 is an information disclosure vulnerability in wpDiscuz versions before 7.6.47. It occurs because the plugin allows administrators to export plugin options as JSON files, which unintentionally include sensitive OAuth secrets in plaintext.

These secrets include API credentials such as fbAppSecret, googleClientSecret, twitterAppSecret, and other social login credentials. Attackers can obtain these exported files from sources like support tickets, backups, or version control repositories.

The vulnerability requires administrator privileges but no user interaction and can be exploited remotely with low attack complexity.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive OAuth credentials, such as API secrets for Facebook, Google, and Twitter integrations.

If attackers gain access to these secrets, they could potentially misuse social login credentials, impersonate users, or access connected services, leading to compromised accounts or data breaches.

Since the vulnerability requires administrator access to export the options, the risk is higher if an attacker already has elevated privileges or can access exported files through backups or support channels.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by searching for exported JSON files from the wpDiscuz plugin that contain plaintext OAuth secrets such as fbAppSecret, googleClientSecret, and twitterAppSecret.'}, {'type': 'paragraph', 'content': 'You can check support tickets, backups, or version control repositories for such exported files.'}, {'type': 'paragraph', 'content': 'On your system, you might use commands to search for JSON files containing these keywords. For example, using grep on a Linux system:'}, {'type': 'list_item', 'content': "grep -r -i 'fbAppSecret' /path/to/wpdiscuz/exports/"}, {'type': 'list_item', 'content': "grep -r -i 'googleClientSecret' /path/to/wpdiscuz/exports/"}, {'type': 'list_item', 'content': "grep -r -i 'twitterAppSecret' /path/to/wpdiscuz/exports/"}, {'type': 'paragraph', 'content': 'These commands help identify if any exported JSON files contain sensitive OAuth secrets, indicating the presence of the vulnerability.'}] [1]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to upgrade the wpDiscuz plugin to version 7.6.47 or later, where the issue has been fixed.

Additionally, review and remove any exported JSON files that contain sensitive OAuth secrets from support tickets, backups, or version control repositories to prevent unauthorized access.

Limit administrator access to trusted personnel only, as the vulnerability requires high privileges to exploit.

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