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

Goal: 1000 CNY · Raised: 1310 CNY

100%

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

2804 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-1302 Multiple Vulnerabilities in Badger Meter's Monitool — Monitool 7.3 High2024-03-12
CVE-2024-2371 Information exposure vulnerability in Korenix JetI/O 6550 — JetI/O 6550 6.2 Medium2024-03-12
CVE-2024-0906 f(x) Private Site <= 1.2.1 - Sensitive Information Exposure — f(x) Private Site 5.3 Medium2024-03-12
CVE-2024-25114 Sensitive Information Disclosure (JailID) to users in Collabora Online — online 2.6 Low2024-03-11
CVE-2024-1460 MSI Afterburner v4.6.5.16370 - Kernel Memory Leak — MSI Afterburner 5.6 Medium2024-03-07
CVE-2024-24765 CasaOS-UserService allows unauthorized access to any file — CasaOS-UserService 7.5 High2024-03-06
CVE-2024-20292 Cisco Duo 安全漏洞 — Cisco Duo 4.4 Medium2024-03-06
CVE-2024-1769 JM Twitter Cards <= 14 - Information Exposure via Meta Description — JM Twitter Cards 5.3 Medium2024-03-05
CVE-2022-43890 IBM Security Verify Privilege On-Premises information disclosure — Security Verify Privilege On-Premises 5.3 Medium2024-03-04
CVE-2024-0765 Default user role exporting save state of instance — mintplex-labs/anything-llm 6.5 -2024-03-03
CVE-2024-27296 Directus version number disclosure — directus 5.3 Medium2024-03-01
CVE-2023-50324 IBM Cognos Command Center information disclosure — Cognos Command Center 5.3 Medium2024-03-01
CVE-2024-1952 Mattermost 安全漏洞 — Mattermost 3.1 Low2024-02-29
CVE-2024-1949 Mattermost 安全漏洞 — Mattermost 2.6 Low2024-02-29
CVE-2024-23493 Team associated AD/LDAP Groups Leaked due to missing authorization — Mattermost 4.3 Medium2024-02-29
CVE-2023-6922 Under Construction / Maintenance Mode from Acurax <= 2.6 - Authenticated (Subscriber+) Sensitive Information Exposure — Under Construction / Maintenance Mode from Acurax 4.3 Medium2024-02-28
CVE-2024-26144 Possible Sensitive Session Information Leak in Active Storage — rails 5.3 Medium2024-02-27
CVE-2024-27905 Apache Aurora: padding oracle can allow construction an authentication cookie — Apache Aurora 9.8 -2024-02-27
CVE-2024-1436 WordPress WooCommerce Coupon Popup, SmartBar, Slide In | MyShopKit Plugin <= 1.0.9 is vulnerable to Sensitive Data Exposure — WooCommerce Coupon Popup, SmartBar, Slide In | MyShopKit 5.3 Medium2024-02-26
CVE-2024-21501 Apostrophe sanitize-html 安全漏洞 — sanitize-html 5.3 Medium2024-02-24
CVE-2024-25130 Tuleap's mass update clears the permissions on artifact field — tuleap 5.4 Medium2024-02-22
CVE-2024-24817 User can see invitees in events created in PMs and private categories — discourse-calendar 4.3 Medium2024-02-22
CVE-2024-26136 kedi ElectronCord's Discord Token is public — ElectronCord 7.5 High2024-02-20
CVE-2024-0620 PPWP – Password Protect Pages <= 1.8.9 - Protection Mechanism Bypass — PPWP – Password Protect Pages 5.3 Medium2024-02-20
CVE-2024-0616 Passster – Password Protect Pages and Content <= 4.2.6.2 - Missing Authorization to Sensitive Information Exposure — Passster – Password Protect Pages and Content 5.3 Medium2024-02-20
CVE-2024-26132 Element Android can be asked to share internal files. — element-android 4.0 Medium2024-02-20
CVE-2023-52097 Huawei EMUI 安全漏洞 — HarmonyOS 6.5AIMediumAI2024-02-18
CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch in Undici — undici 3.9 Low2024-02-16
CVE-2024-1591 Privilege Management for Windows < 24.1 Information Leak — Privilege Management for Windows 3.3 Low2024-02-16
CVE-2023-44253 Fortinet FortiManager 信息泄露漏洞 — FortiManager 4.7 Medium2024-02-15

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