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

Goal: 1000 CNY · Raised: 1110 CNY

100%

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

2799 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-2024-23193 Open-Xchange App Suite 安全漏洞 — OX App Suite 5.3 Medium2024-05-06
CVE-2023-40511 LG Simple Editor checkServer Authentication Bypass Vulnerability — Simple Editor 9.8 -2024-05-03
CVE-2023-40510 LG Simple Editor getServerSetting Authentication Bypass Vulnerability — Simple Editor 9.8 -2024-05-03
CVE-2023-35750 D-Link DAP-2622 DDP Get SSID List WPA PSK Information Disclosure Vulnerability — DAP-2622 6.5 -2024-05-03
CVE-2024-0615 Content Control <= 2.1.0 - Missing Authorization to Sensitive Information Exposure — Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More 5.3 Medium2024-05-02
CVE-2024-3870 Contact Form 7 Database Addon – CFDB7 <= 1.2.6.8 - Unauthenticated Sensitive Information Exposure — Database Addon for Contact Form 7 – CFDB7 5.3 Medium2024-05-02
CVE-2023-6214 HT Mega – Absolute Addons For Elementor <= 2.4.6 - Sensitive Information Exposure via purchased_products — HT Mega Addons for Elementor – Elementor Widgets & Template Builder 7.5 High2024-05-02
CVE-2024-32967 Zitadel exposes internal database user name and host information — zitadel 5.3 Medium2024-05-01
CVE-2024-32963 Parameter Tampering vulnerability in Navidrome — navidrome 4.2 Medium2024-05-01
CVE-2024-33538 WordPress Assistant – Every Day Productivity Apps plugin <= 1.4.9.1 - Sensitive Data Exposure vulnerability — Assistant – Every Day Productivity Apps 5.3 Medium2024-04-29
CVE-2024-33575 WordPress User Meta plugin <= 3.0 - Sensitive Data Exposure vulnerability — User Meta 5.3 Medium2024-04-29
CVE-2024-4300 E-WEBInformationCo. FS-EZViewer(Web) - Sensitive Data Exposure — FS-EZViewer(Web) 9.8 Critical2024-04-29
CVE-2023-47222 Media Streaming add-on — Media Streaming add-on 9.6 Critical2024-04-26
CVE-2024-3682 WP STAGING <= 3.4.3 and WP STAGING Pro <= 5.4.3 - Sensitive Information Exposure via Log File — WP STAGING – WordPress Backup, Restore & Migration 5.3 Medium2024-04-26
CVE-2024-32046 Detailed error discloses full file path with dev mode off — Mattermost 4.3 Medium2024-04-26
CVE-2024-2920 WP-Members Membership Plugin <= 3.4.9.3 - Unprotected Storage of Potentially Sensitive Files — WP-Members Membership Plugin 5.3 Medium2024-04-26
CVE-2024-32467 Meteraphsere vulnerable to unauthorized viewing by workspace members — metersphere 5.7 Medium2024-04-25
CVE-2024-1139 Cluster-monitoring-operator: credentials leak 7.7 High2024-04-25
CVE-2024-25917 WordPress WP Setup Wizard plugin <= 1.0.8.1 - Auth. Full Database Download Vulnerability — WP Setup Wizard 8.8 High2024-04-25
CVE-2024-3733 Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders <= 5.9.15 - Information Exposure — Essential Addons for Elementor – Popular Elementor Templates & Widgets 5.3 Medium2024-04-25
CVE-2024-4173 SANnav versions exposes Kafka in the wan interface. — Brocade SANnav 7.6 High2024-04-25
CVE-2024-4159 Protection mechanisms — Brocade SANnav 4.3 Medium2024-04-25
CVE-2024-32716 WordPress StreamWeasels Twitch Integration plugin <= 1.7.8 - API Sensitive Data Exposure vulnerability — StreamWeasels Twitch Integration 5.3 Medium2024-04-24
CVE-2024-32726 WordPress Frontend Dashboard plugin <= 2.2.2 - Sensitive Data Exposure on PII vulnerability — Frontend Dashboard 7.5 High2024-04-24
CVE-2024-32780 WordPress VikRentCar Car Rental Management System plugin <= 1.3.2 - Sensitive Data Exposure via Invoices vulnerability — VikRentCar 5.9 Medium2024-04-24
CVE-2024-32781 WordPress Email Customizer for WooCommerce plugin <= 2.6.0 - Sensitive Data Exposure vulnerability — Email Customizer for WooCommerce 7.5 High2024-04-24
CVE-2024-28963 Dell ThinOS 安全漏洞 — Wyse Proprietary OS (Modern ThinOS) 6.2 Medium2024-04-24
CVE-2024-32816 WordPress Combo Blocks plugin <= 2.2.78 - Sensitive Data Exposure via API vulnerability — Post Grid 7.5 High2024-04-24
CVE-2024-4022 Keenetic KN-1010/KN-1410/KN-1711/KN-1810/KN-1910 Version Data version.js information disclosure — KN-1010 5.3 Medium2024-04-21
CVE-2024-4021 Keenetic KN-1010/KN-1410/KN-1711/KN-1810/KN-1910 Configuration Setting ndmComponents.js information disclosure — KN-1010 5.3 Medium2024-04-21

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