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

Goal: 1000 CNY · Raised: 1310 CNY

100%

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

2810 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-2023-25912 Webreport disclosure to unauthorized actor in Danfoss AK-EM100 — AK-EM100 5.3 Medium2023-06-11
CVE-2023-32312 Client secret not mandatory in UmbracoIdentityExtensions — UmbracoIdentityExtensions 3.7 Low2023-06-09
CVE-2023-34243 Windows user name disclosure in TGstation — tgstation-server 5.8 Medium2023-06-08
CVE-2023-33848 IBM CICS TX information disclosure — TXSeries for Multiplatforms 4.9 Medium2023-06-07
CVE-2021-4377 Doneren met Mollie <= 2.8.4 - Information Disclosure — Doneren met Mollie 6.5 Medium2023-06-07
CVE-2020-36723 ListingPro - WordPress Directory & Listing Theme < 2.6.1 - Sensitive Information Disclosure — ListingPro - WordPress Directory & Listing Theme 5.3 Medium2023-06-07
CVE-2022-40525 Information Exposure in Linux Networking Firmware — Snapdragon 7.1 High2023-06-06
CVE-2022-40523 Information exposure in Kernel — Snapdragon 7.1 High2023-06-06
CVE-2013-10030 Exit Box Lite Plugin wordpress-exit-box-lite.php information disclosure — Exit Box Lite Plugin 4.3 Medium2023-06-05
CVE-2023-33956 Parameter based Indirect Object Referencing leading to private file exposure in Kanboard — kanboard 4.3 Medium2023-06-05
CVE-2023-3064 Mobatime mobile application - Sensitive information disclosure — Mobatime mobile application AMXGT100 7.5 High2023-06-05
CVE-2023-34094 ChuanhuChatGPT vulnerable to unauthorized configuration file access — ChuanhuChatGPT 7.5 High2023-06-02
CVE-2023-32710 Information Disclosure via the ‘copyresults’ SPL Command — Splunk Enterprise 4.8 Medium2023-06-01
CVE-2023-33960 OpenProject vulnerable to project identifier information leakage through robots.txt — openproject 7.5 High2023-06-01
CVE-2023-33979 gpt_academic's Configuration File vulnerable to File Information Disclosure — gpt_academic 6.5 Medium2023-05-31
CVE-2023-2749 A Gain Information vulnerability was found on Download Center. — Download Center 8.6 High2023-05-31
CVE-2023-33955 Minio console object names with RIGHT-TO-LEFT OVERRIDE unicode character can be exploited — console 4.3 Medium2023-05-30
CVE-2023-31185 ROZCOM server framework — server framework 7.5 High2023-05-30
CVE-2014-125102 Bestwebsoft Relevant Plugin Thumbnail information disclosure — Relevant Plugin 4.3 Medium2023-05-29
CVE-2023-32681 Unintended leak of Proxy-Authorization header in requests — requests 6.1 Medium2023-05-26
CVE-2022-39335 Synapse does not apply enough checks to servers requesting auth events of events in a room — synapse 5.0 Medium2023-05-26
CVE-2023-28322 libcurl 安全漏洞 — https://github.com/curl/curl 9.1 -2023-05-26
CVE-2023-2025 Exposure of Sensitive Information in OpenBlue Enterprise Manager Data Collector — OpenBlue Enterprise Manager Data Collector 5.0 Medium2023-05-18
CVE-2022-45459 Acronis Agent和Acronis Cyber Protect 安全漏洞 — Acronis Agent 6.5 -2023-05-18
CVE-2023-27863 IBM Spectrum Protect Plus Server information disclosure — Spectrum Protect Plus Server 4.4 Medium2023-05-12
CVE-2023-2514 DB username/password revealed in application logs — Mattermost 6.7 Medium2023-05-12
CVE-2023-27870 IBM Spectrum Virtualize information disclosure — Spectrum Virtualize 5.9 Medium2023-05-11
CVE-2023-32082 etcd key name can be accessed via LeaseTimeToLive API — etcd 3.1 Low2023-05-11
CVE-2023-28357 Rocket.Chat 信息泄露漏洞 — Rocket.Chat 4.3 -2023-05-11
CVE-2023-29106 Siemens SIMATIC Cloud Connect 信息泄露漏洞 — SIMATIC Cloud Connect 7 CC712 5.3 Medium2023-05-09

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