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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

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

2752 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-2025-5184 Summer Pearl Group Vacation Rental Management Platform HTTP Response Header information disclosure — Vacation Rental Management Platform 4.3 Medium2025-05-26
CVE-2025-5098 KL-001-2025-003: Mobile Dynamix PrinterShare Mobile Print Gmail Oauth Token Disclosure — PrinterShare Mobile Print 5.3AIMediumAI2025-05-23
CVE-2025-48064 GitHub Desktop vulnerable to maliciously crafted file renames leading to information disclosure — desktop 3.3 Low2025-05-21
CVE-2025-4980 Netgear DGND3700 mini_http currentsetting.htm information disclosure — DGND3700 5.3 Medium2025-05-20
CVE-2025-4977 Netgear DGND3700 BRS_top.html information disclosure — DGND3700 5.3 Medium2025-05-20
CVE-2025-41230 VMware Cloud Foundation Information Disclosure Vulnerability — Cloud Foundation 7.5 High2025-05-20
CVE-2025-4904 D-Link DI-7003GV2 webgl.data sub_41F0FC information disclosure — DI-7003GV2 5.3 Medium2025-05-19
CVE-2025-4902 D-Link DI-7003GV2 versionupdate.data sub_48F4F0 information disclosure — DI-7003GV2 5.3 Medium2025-05-19
CVE-2025-4901 D-Link DI-7003GV2 HTTP Endpoint state_view.data sub_41E304 information disclosure — DI-7003GV2 4.3 Medium2025-05-18
CVE-2024-13613 Wise Chat <= 3.3.3 - Unauthenticated Sensitive Information Exposure Through Unprotected Directory — Wise Chat 7.5 High2025-05-17
CVE-2025-4753 D-Link DI-7003GV2 login.data information disclosure — DI-7003GV2 5.3 Medium2025-05-16
CVE-2025-4752 D-Link DI-7003GV2 install_base.data information disclosure — DI-7003GV2 5.3 Medium2025-05-16
CVE-2025-4751 D-Link DI-7003GV2 index.data information disclosure — DI-7003GV2 5.3 Medium2025-05-16
CVE-2025-4750 D-Link DI-7003GV2 Configuration get_version.data information disclosure — DI-7003GV2 5.3 Medium2025-05-16
CVE-2025-26864 Apache IoTDB: Exposure of Sensitive Information in IoTDB OpenID Authentication — Apache IoTDB 7.5AIHighAI2025-05-14
CVE-2025-26795 Apache IoTDB JDBC driver: Exposure of Sensitive Information in IoTDB JDBC driver — Apache IoTDB JDBC driver 7.5AIHighAI2025-05-14
CVE-2025-4536 Gosuncn Technology Group Audio-Visual Integrated Management Platform listByPage information disclosure — Audio-Visual Integrated Management Platform 5.3 Medium2025-05-11
CVE-2025-4535 Gosuncn Technology Group Audio-Visual Integrated Management Platform Configuration File config.properties information disclosure — Audio-Visual Integrated Management Platform 5.3 Medium2025-05-11
CVE-2025-20221 Cisco IOS XE SD-WAN Software 信息泄露漏洞 — Cisco IOS XE Software 5.3 Medium2025-05-07
CVE-2025-3851 Download Manager and Payment Form WordPress Plugin – WP SmartPay 1.1.0 - 2.7.13 - Authenticated (Subscriber+) Information Exposure — Download Manager and Payment Form WordPress Plugin – WP SmartPay 4.3 Medium2025-05-07
CVE-2025-47418 Recording — Automate VX 8.2AIHighAI2025-05-06
CVE-2025-47417 Enable Debug Images — Automate VX 5.1AIMediumAI2025-05-06
CVE-2025-46820 phpgt/Dom exposes the GITHUB_TOKEN in Dom workflow run artifact — Dom 7.1 High2025-05-06
CVE-2024-58252 Huawei HarmonyOS 安全漏洞 — HarmonyOS 6.2 Medium2025-05-06
CVE-2025-46813 Private data leak on login-required Discourse sites — discourse 5.8 Medium2025-05-05
CVE-2025-4281 Shenzhen Sixun Software Sixun Shanghui Group Business Management System LoadData information disclosure — Sixun Shanghui Group Business Management System 4.3 Medium2025-05-05
CVE-2025-4271 TOTOLINK A720R cstecgi.cgi information disclosure — A720R 5.3 Medium2025-05-05
CVE-2025-4270 TOTOLINK A720R Config cstecgi.cgi information disclosure — A720R 5.3 Medium2025-05-05
CVE-2025-4222 Database Toolset <= 1.8.4 - Unauthenticated Sensitive Information Exposure via Backup Files — Database Toolset 5.9 Medium2025-05-03
CVE-2025-46332 Information Disclosure via Flags override link — flags 6.5 Medium2025-05-02

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