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-2024-5202 Dimensions RM - Arbitrary File Read — Dimensions RM 7.7 High2024-05-23
CVE-2024-28188 jupyter-scheduler's endpoint is missing authentication — jupyter-scheduler 5.3 Medium2024-05-23
CVE-2024-35223 Dapr API Token Exposure — dapr 5.3 Medium2024-05-23
CVE-2024-5230 EnvaySoft FleetCart information disclosure — FleetCart 5.3 Medium2024-05-23
CVE-2024-1968 Authorization Header Leakage in scrapy/scrapy on Scheme Change Redirects — scrapy/scrapy 5.3AIMediumAI2024-05-20
CVE-2024-5096 Hipcam Device MAC Address wifi.mac information disclosure — Device 5.3 Medium2024-05-19
CVE-2024-32131 WordPress Download Manager plugin <= 3.2.82 - File Password Lock Bypass vulnerability — Download Manager 5.3 Medium2024-05-17
CVE-2024-4837 Trust Boundary Violation Vulnerability — Telerik Report Server 5.3 Medium2024-05-15
CVE-2024-34717 Anonymous PrestaShop customer can download other customers' invoices — PrestaShop 5.3 Medium2024-05-14
CVE-2024-27947 Siemens RUGGEDCOM CROSSBOW 信息泄露漏洞 — RUGGEDCOM CROSSBOW 5.3 Medium2024-05-14
CVE-2024-34708 Directus allows redacted data extraction on the API through "alias" — directus 4.9 Medium2024-05-13
CVE-2024-34080 MantisBT Vulnerable to Exposure of Sensitive Information to an Unauthorized Actor — mantisbt 5.3 Medium2024-05-13
CVE-2024-32100 WordPress Easy Digital Downloads plugin <= 3.2.11 - Sensitive Data Exposure vulnerability — Easy Digital Downloads 5.3 Medium2024-05-13
CVE-2024-35165 WordPress Gutenify plugin <= 1.4.0 - Sensitive Data Exposure via API vulnerability — Gutenify 5.3 Medium2024-05-13
CVE-2024-35166 WordPress FileBird – WordPress Media Library Folders & File Manager plugin <= 5.6.3 - Sensitive Data Exposure vulnerability — Filebird 5.3 Medium2024-05-13
CVE-2024-35171 WordPress Academy LMS plugin <= 1.9.25 - Sensitive Data Exposure vulnerability — Academy LMS 5.3 Medium2024-05-13
CVE-2024-34549 WordPress WP Job Manager plugin <= 2.2.2 - Sensitive Data Exposure vulnerability — WP Job Manager 5.3 Medium2024-05-09
CVE-2024-4596 Kimai Session information disclosure — Kimai 3.7 Low2024-05-07
CVE-2024-4584 Faraday GM8181/GM828x command_port.ini information disclosure — GM8181 5.3 Medium2024-05-07
CVE-2024-4583 Faraday GM8181/GM828x Request information disclosure — GM8181 5.3 Medium2024-05-07
CVE-2024-34368 WordPress Mooberry Book Manager plugin <= 4.15.12 - Sensitive Data Exposure vulnerability — Mooberry Book Manager 5.3 Medium2024-05-06
CVE-2024-34382 WordPress Photo Gallery, Images, Slider in Rbs Image Gallery plugin <= 3.2.18 - Sensitive Data Exposure vulnerability — Robo Gallery 5.3 Medium2024-05-06
CVE-2024-34388 WordPress GDPR Compliance plugin <= 1.2.5 - Sensitive Data Exposure vulnerability — GDPR Compliance 7.5 High2024-05-06
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

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