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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

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

2783 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-34696 GeoServer's Server Status shows sensitive environmental variables and Java properties — geoserver 4.5 Medium2024-07-01
CVE-2024-30135 Sensitive Information Disclosure vulnerability affects DRYiCE AEX v10 — DRYiCE AEX 3.3 Low2024-06-28
CVE-2024-2795 SEO SIMPLE PACK <= 3.2.1 - Information Exposure — SEO SIMPLE PACK 5.3 Medium2024-06-28
CVE-2024-5010 WhatsUp Gold TestController multiple information disclosure vulnerabilities — WhatsUp Gold 7.5 High2024-06-25
CVE-2024-6294 udn News App - Sensitive Information Exposure — udn News App 3.9 Low2024-06-25
CVE-2024-35776 WordPress phpinfo() WP plugin <= 5.0 - Unauthenticated Data Exposure vulnerability — phpinfo() WP 5.3 Medium2024-06-21
CVE-2024-5059 WordPress Event Monster Plugin <= 1.4.0 - Sensitive Data Exposure vulnerability — Event Management Tickets Booking 5.3 Medium2024-06-21
CVE-2024-37895 API Key Leak in lobe-chat — lobe-chat 5.7 Medium2024-06-17
CVE-2024-5464 Huawei 手机安全漏洞 — HarmonyOS 4.0 Medium2024-06-14
CVE-2024-0093 CVE — vGPU software and Cloud Gaming 6.5 Medium2024-06-13
CVE-2024-37307 Cilium leaks sensitive information in cilium-bugtool — cilium 7.9 High2024-06-13
CVE-2024-30300 Tenable Vulnerability Disclosure | Sensitive Information Disclosure Via Fake FMPS Worker — Adobe Framemaker Publishing Server 9.8 Critical2024-06-13
CVE-2024-30472 Dell ThinOS 信息泄露漏洞 — Wyse 5070 Thin Client 7.5 High2024-06-13
CVE-2024-37325 Azure Science Virtual Machine (DSVM) Elevation of Privilege Vulnerability — Azure Data Science Virtual Machines 8.1 High2024-06-11
CVE-2024-35263 Microsoft Dynamics 365 (On-Premises) Information Disclosure Vulnerability — Microsoft Dynamics 365 (on-premises) version 9.1 5.7 Medium2024-06-11
CVE-2024-30096 Windows Cryptographic Services Information Disclosure Vulnerability — Windows 10 Version 1809 5.5 Medium2024-06-11
CVE-2024-5813 SSH Private Key Leak in BeyondInsight PasswordSafe — BeyondInsight PasswordSafe 5.9 Medium2024-06-11
CVE-2024-4266 MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor <= 3.8.8 - Unauthenticated Sensitive Information Exposure — MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor 5.3 Medium2024-06-11
CVE-2020-11843 Potential information leakage in administrator enabled debug mode — NetIQ Access Manager 6.5 Medium2024-06-11
CVE-2024-34684 Information Disclosure vulnerability in SAP BusinessObjects Business Intelligence Platform (Scheduling) — SAP BusinessObjects Business Intelligence Platform 3.7 Low2024-06-11
CVE-2024-28164 Information Disclosure vulnerability in SAP NetWeaver AS Java (Guided Procedures) — SAP NetWeaver AS Java 5.3 Medium2024-06-11
CVE-2024-35682 WordPress Otter Blocks PRO plugin <= 2.6.11 - Authenticated Sensitive Data Exposure vulnerability — Otter Blocks PRO 4.3 Medium2024-06-08
CVE-2024-35691 WordPress Widget Options - Extended plugin <= 5.1.0 - Multiple Data Exposure Vulnerability — Widget Options - Extended 6.5 Medium2024-06-08
CVE-2024-35710 WordPress Podlove Web Player plugin <= 5.7.3 - Sensitive Data Exposure vulnerability — Podlove Web Player 5.3 Medium2024-06-08
CVE-2024-5133 Account Takeover via Exposed Recovery Token in lunary-ai/lunary — lunary-ai/lunary 8.0AIHighAI2024-06-06
CVE-2024-35178 Jupyter server on Windows discloses Windows user password hash — jupyter_server 7.5 High2024-06-06
CVE-2024-37150 Private npm registry support used scope auth token for downloading tarballs — deno 7.6 High2024-06-06
CVE-2024-5615 Open Graph <= 1.11.2 - Unauthenticated Sensitive Information Exposure — Open Graph 5.3 Medium2024-06-06
CVE-2024-0910 Restrict for Elementor <= 1.0.7 - Protection Mechanism Bypass — Restrict for Elementor 5.3 Medium2024-06-06
CVE-2024-3716 Foreman-installer: candlepin database password being leaked to local users via the process list 6.2 Medium2024-06-05

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