Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CWE-200 (信息暴露) — Vulnerability Class 2822

2822 vulnerabilities classified as CWE-200 (信息暴露). AI Chinese analysis included.

CWE-200 represents a critical information disclosure weakness where software inadvertently reveals sensitive data to unauthorized entities. This vulnerability is typically exploited by attackers who leverage insufficient access controls, insecure direct object references, or verbose error messages to harvest credentials, personal identifiable information, or internal system details. By analyzing network traffic or manipulating application inputs, adversaries can extract this exposed data to facilitate further attacks, such as identity theft or privilege escalation. To mitigate this risk, developers must implement strict access control mechanisms, ensuring that data retrieval is validated against user permissions. Additionally, employing robust encryption for data at rest and in transit, along with sanitizing error outputs to prevent information leakage, significantly reduces the attack surface. Regular security audits and adherence to the principle of least privilege further ensure that sensitive information remains protected from unauthorized exposure.

MITRE CWE Description
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. There are many different kinds of mistakes that introduce information exposures. The severity of the error can range widely, depending on the context in which the product operates, the type of sensitive information that is revealed, and the benefits it may provide to an attacker. Some kinds of sensitive information include: private, personal information, such as personal messages, financial data, health records, geographic location, or contact details system status and environment, such as the operating system and installed packages business secrets and intellectual property network status and configuration the product's own code or internal state metadata, e.g. logging of connections or message headers indirect information, such as a discrepancy between two internal operations that can be observed by an outsider Information might be sensitive to different parties, each of which may have their own expectations for whether the information should be protected. These parties include: the product's own users people or organizations whose information is created or used by the product, even if they are not direct product users the product's administrators, including the admins of the system(s) and/or networks on which the product operates the developer Information exposures can occur in different ways: the code explicitly inserts sensitive information into …
Common Consequences (1)
ConfidentialityRead Application Data
Mitigations (1)
Architecture and DesignCompartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area. Ensure that appropriate compartmentalization is built into the system design, and the compartmentalization allows for and reinforces privilege separatio…
Examples (2)
The following code checks validity of the supplied username and password and notifies the user of a successful or failed login.
my $username=param('username'); my $password=param('password'); if (IsValidUsername($username) == 1) { if (IsValidPassword($username, $password) == 1) { print "Login Successful"; } else { print "Login Failed - incorrect password"; } } else { print "Login Failed - unknown username"; }
Bad · Perl
"Login Failed - incorrect username or password"
Result
This code tries to open a database connection, and prints any exceptions that occur.
try { openDbConnection(); } //print exception message that includes exception message and configuration file location catch (Exception $e) { echo 'Caught exception: ', $e->getMessage(), '\n'; echo 'Check credentials in config file at: ', $Mysql_config_location, '\n'; }
Bad · PHP
CVE IDTitleCVSSSeverityPublished
CVE-2022-39030 Smart eVision - Exposure of Sensitive Information to an Unauthorized Actor -2 — Smart eVision 7.5 High2022-09-28
CVE-2022-39029 Smart eVision - Exposure of Sensitive Information to an Unauthorized Actor -1 — Smart eVision 6.5 Medium2022-09-28
CVE-2022-32219 Rocket.Chat 信息泄露漏洞 — Rocket.Chat 4.3 -2022-09-23
CVE-2022-32220 Rocket.Chat 信息泄露漏洞 — Rocket.Chat 6.5 -2022-09-23
CVE-2022-32218 Rocket.Chat 信息泄露漏洞 — Rocket.chat 4.3 -2022-09-23
CVE-2022-32228 Rocket.Chat 安全漏洞 — Rocket.Chat 4.3 -2022-09-23
CVE-2022-32229 Rocket.Chat 安全漏洞 — Rocket.Chat 4.3 -2022-09-23
CVE-2022-35247 Rocket.Chat 安全漏洞 — Rocket.Chat 4.3 -2022-09-23
CVE-2022-35246 Rocket.Chat 安全漏洞 — Rocket.Chat 4.3 -2022-09-23
CVE-2022-35249 Rocket.Chat 信息泄露漏洞 — Rocket.Chat 6.5 -2022-09-23
CVE-2022-40629 Sensitive Information Disclosure Vulnerability in Tacitine Firewall — Firewall 7.5 High2022-09-23
CVE-2022-40194 WordPress Customer Reviews for WooCommerce plugin <= 5.3.5 - Sensitive Information Disclosure vulnerability — Customer Reviews for WooCommerce (WordPress plugin) 5.3 Medium2022-09-23
CVE-2022-39230 Security issue in fhir-works-on-aws-authz-smart — fhir-works-on-aws-authz-smart 6.5 Medium2022-09-23
CVE-2021-39190 SCCM plugin for GLPI vulnerable to Exposure of Sensitive Information to an Unauthorized Actor — sccm 5.3 Medium2022-09-22
CVE-2022-23952 Keylime 安全漏洞 — keylime 7.5 -2022-09-21
CVE-2022-23948 Keylime 安全漏洞 — keylime 7.5 -2022-09-21
CVE-2019-5641 Rapid7 InsightVM Information Disclosure after Logout — InsightVM 3.3 Low2022-09-21
CVE-2022-39212 Last video frame is still sent after video is disabled in a call in Nextcloud Talk — security-advisories 4.3 Medium2022-09-16
CVE-2022-36074 Authentication headers exposed on by Nextcloud Server — security-advisories 6.4 Medium2022-09-15
CVE-2022-36075 File list exposure in Nextcloud Files Access Control — security-advisories 2.6 Low2022-09-15
CVE-2022-31143 Leak of sensitive information through login page error in GLPI — glpi 5.3 Medium2022-09-14
CVE-2022-32244 SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform (Commentary DB) 5.2 -2022-09-13
CVE-2022-36101 Sensitive data in backend customer module — shopware 5.4 Medium2022-09-12
CVE-2022-31221 Dell BIOS 信息泄露漏洞 — CPG BIOS 2.3 Low2022-09-12
CVE-2022-36877 SAMSUNG Mobile devices 日志信息泄露漏洞 — Samsung Members 2.8 Low2022-09-09
CVE-2022-36878 SAMSUNG Mobile devices 信息泄露漏洞 — Find My Mobile 3.3 Low2022-09-09
CVE-2022-36079 Parse Server vulnerable to brute force guessing of user sensitive data via search patterns — parse-server 8.6 High2022-09-07
CVE-2022-2939 WP Cerber Security <= 9.0 - User Enumeration Bypass — WP Cerber Security, Anti-spam & Malware Scan 5.3 Medium2022-09-06
CVE-2022-2462 Transposh WordPress Translation <= 1.0.9.6 - Sensitive Information Disclosure — Transposh WordPress Translation 5.3 Medium2022-09-06
CVE-2022-34867 WordPress WP Libre Form 2 plugin <= 2.0.8 - Unauthenticated Sensitive Information Disclosure vulnerability — WP Libre Form 2 (WordPress plugin) 7.3 High2022-09-06

Vulnerabilities classified as CWE-200 (信息暴露) represent 2822 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.