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-2023-21435 SAMSUNG Mobile devices 日志信息泄露漏洞 — Samsung Mobile Devices 4.4 Medium2023-02-09
CVE-2023-25165 getHostByName Function Information Disclosure — helm 4.3 Medium2023-02-08
CVE-2022-40691 MOXA SDS-3008 安全漏洞 — SDS-3008 Series Industrial Ethernet Switch 7.5 -2023-02-07
CVE-2023-24827 Credential disclosure in syft when SYFT_ATTEST_PASSWORD environment variable set in syft — syft 6.5 Medium2023-02-07
CVE-2022-42439 IBM App Connect Enterprise information disclosure — App Connect Enterprise 6.8 Medium2023-02-06
CVE-2020-36660 paxswill EVE Ship Replacement Program User Information api.py information disclosure — EVE Ship Replacement Program 4.3 Medium2023-02-06
CVE-2022-23498 When query caching is enabled in Grafana users can query another users session — grafana 7.1 High2023-02-03
CVE-2023-0659 BDCOM 1704-WGL Backup File param.file.tgz information disclosure — 1704-WGL 5.3 Medium2023-02-03
CVE-2023-0658 Multilaser RE057/RE170 Backup File param.file.tgz information disclosure — RE057 5.3 Medium2023-02-02
CVE-2021-22786 多款Schneider Electric产品 信息泄露漏洞 — Modicon M340 CPU (part numbers BMXP34*) 7.5 High2023-02-01
CVE-2023-22611 EcoStruxure Geo SCADA Expert 信息泄露漏洞 — EcoStruxure Geo SCADA Expert 2019 - 2021 (formerly known as ClearSCADA) 7.5 High2023-01-31
CVE-2023-23629 Metabase subject to Improper Privilege Management — metabase 6.3 Medium2023-01-28
CVE-2023-23628 Metabase subject to Exposure of Sensitive Information to an Unauthorized Actor — metabase 5.7 Medium2023-01-28
CVE-2023-23624 Discourse's exclude_tags param could leak which topics had a specific hidden tag — discourse 4.3 Medium2023-01-27
CVE-2023-0557 ContentStudio <= 1.2.5 - Information Exposure — ContentStudio 7.5 High2023-01-27
CVE-2023-23620 Discourse restricted tag routes leak topic information — discourse 5.3 Medium2023-01-27
CVE-2023-0321 Disclosure of Sensitive Information on Campbell Scientific Products — CR6 9.1 Critical2023-01-25
CVE-2023-23613 Field-level security issue with .keyword fields in OpenSearch — security 5.7 Medium2023-01-24
CVE-2021-39089 IBM Cloud Pak for Security information disclosure — Cloud Pak for Security 4.3 Medium2023-01-20
CVE-2022-39167 IBM Spectrum Virtualize information disclosure — Spectrum Virtualize 5.9 Medium2023-01-19
CVE-2022-45103 Dell EMC Unisphere for PowerMax 信息泄露漏洞 — Unisphere for PowerMax vApp 6.5 Medium2023-01-18
CVE-2023-22875 IBM Security QRadar SIEM information disclosure — Security QRadar SIEM 8.4 High2023-01-17
CVE-2022-3091 RONDS EPM 信息泄露漏洞 — Equipment Predictive Maintenance Solution 7.5 High2023-01-17
CVE-2022-41859 SUSE Linux Enterprise Server 信息泄露漏洞 — freeradius 7.5 -2023-01-17
CVE-2022-46371 Alotcer - AR7088H-A Information disclosure — AR7088H-A 5.3 Medium2023-01-12
CVE-2022-4457 WARP client manifest misconfiguration leading to Task Hijacking — WARP 5.5 Medium2023-01-11
CVE-2022-0553 Possible to retrieve uncrypted firmware image — zephyr 6.5 Medium2023-01-11
CVE-2022-4415 systemd 信息泄露漏洞 — systemd 5.5 -2023-01-11
CVE-2022-4543 Linux kernel 信息泄露漏洞 — Linux kernel 5.5 -2023-01-11
CVE-2022-46163 travel-support-program vulnerable to data exfiltration via Ransack query injection — travel-support-program 7.5 High2023-01-10

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