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-28901 Trip Data Disclosure from Backend — Skoda Connect 5.3 Medium2024-01-18
CVE-2023-28900 Nickname Disclosure on the Backend Automotive Server — Škoda Connect 5.3 Medium2024-01-18
CVE-2023-7031 Avaya Experience Portal Manager Insecure Direct Object Reference Vulnerabilities — Experience Portal Manager 5.7 Medium2024-01-17
CVE-2023-50950 IBM QRadar information disclosure — QRadar SIEM 3.7 Low2024-01-17
CVE-2023-45236 Predictable TCP ISNs in EDK II Network Package — edk2 5.8 Medium2024-01-16
CVE-2024-0569 Totolink T8 Setting cstecgi.cgi getSysStatusCfg information disclosure — T8 4.3 Medium2024-01-16
CVE-2023-44112 Huawei HarmonyOS 安全漏洞 — HarmonyOS 7.5AIHighAI2024-01-16
CVE-2023-50290 Apache Solr: Host environment variables are published via the Metrics API — Apache Solr 7.5 -2024-01-15
CVE-2024-0490 Huaxia ERP getAllList information disclosure — ERP 5.3 Medium2024-01-13
CVE-2024-0472 code-projects Dormitory Management System modifyuser.php information disclosure — Dormitory Management System 3.5 Low2024-01-12
CVE-2023-6266 Backup Migration <= 1.3.6 - Unauthenticated Arbitrary Backup Download to Sensitive Information Exposure — BackupBliss – Backup & Migration with Free Cloud Storage 7.5 High2024-01-11
CVE-2024-21320 Windows Themes Spoofing Vulnerability — Windows 10 Version 1809 6.5 Medium2024-01-09
CVE-2024-0340 Kernel: information disclosure in vhost/vhost.c:vhost_new_msg() 4.4 Medium2024-01-09
CVE-2022-40696 WordPress Advanced Custom Fields Plugin 3.1.1-6.0.2 is vulnerable to Sensitive Data Exposure — Advanced Custom Fields (ACF) 3.7 Low2024-01-08
CVE-2022-45354 WordPress Download Monitor Plugin <= 4.7.60 is vulnerable to Sensitive Data Exposure — Download Monitor 5.3 Medium2024-01-08
CVE-2023-51406 WordPress FastDup Plugin <= 2.1.7 is vulnerable to Sensitive Data Exposure — FastDup – Fastest WordPress Migration & Duplicator 5.3 Medium2024-01-08
CVE-2023-52190 WordPress Coupon Referral Program Plugin <= 1.7.2 is vulnerable to Sensitive Data Exposure — Coupon Referral Program 7.5 High2024-01-08
CVE-2023-52208 WordPress Constant Contact Forms Plugin <= 2.4.2 is vulnerable to Sensitive Data Exposure — Constant Contact Forms 5.3 Medium2024-01-08
CVE-2024-0305 Guangzhou Yingke Electronic Technology Ncast Guest Login IPSetup.php information disclosure — Ncast 5.3 Medium2024-01-08
CVE-2023-52126 WordPress Send Users Email Plugin <= 1.4.3 is vulnerable to Sensitive Data Exposure — Send Users Email 5.3 Medium2024-01-05
CVE-2023-52148 WordPress Affiliates Manager Plugin <= 2.9.30 is vulnerable to Sensitive Data Exposure — Affiliates Manager 5.3 Medium2024-01-05
CVE-2023-52151 WordPress Uncanny Automator Plugin <= 5.1.0.2 is vulnerable to Sensitive Data Exposure — Uncanny Automator – Automate everything with the #1 no-code automation and integration plugin 5.3 Medium2024-01-05
CVE-2023-50253 laf logs leak — laf 9.7 Critical2024-01-03
CVE-2023-46741 CubeFS leaks magic secret key when starting Blobstore access service — cubefs 4.8 Medium2024-01-03
CVE-2023-4164 There is a possible information disclosure due to a missing permission check in Pixel Watch — Pixel Watch 8.4 High2024-01-02
CVE-2023-48732 Keywords that trigger mentions are leaked to other users — Mattermost 4.3 Medium2024-01-02
CVE-2023-52185 WordPress Everest Backup Plugin <= 2.1.9 is vulnerable to Sensitive Data Exposure — Everest Backup – WordPress Cloud Backup, Migration, Restore & Cloning Plugin 5.3 Medium2023-12-31
CVE-2023-51527 WordPress GPT3 AI Content Writer Plugin <= 1.8.2 is vulnerable to Sensitive Data Exposure — AI Power: Complete AI Pack – Powered by GPT-4 5.3 Medium2023-12-29
CVE-2023-51688 WordPress eCommerce Product Catalog Plugin <= 3.3.26 is vulnerable to Sensitive Data Exposure — eCommerce Product Catalog Plugin for WordPress 5.3 Medium2023-12-29
CVE-2023-51687 WordPress Product Catalog Simple Plugin <= 1.7.6 is vulnerable to Sensitive Data Exposure — Product Catalog Simple 5.3 Medium2023-12-29

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