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-49278 Umbraco CMS brute force exploit can be used to collect valid usernames — Umbraco-CMS 5.3 Medium2023-12-12
CVE-2023-49274 Umbraco CMS SMTP misconfiguration exposes potential registered user email — Umbraco-CMS 3.7 Low2023-12-12
CVE-2023-35636 Microsoft Outlook Information Disclosure Vulnerability — Microsoft Office 2019 6.5 Medium2023-12-12
CVE-2023-35625 Azure Machine Learning Compute Instance for SDK Users Information Disclosure Vulnerability — Azure Machine Learning 4.7 Medium2023-12-12
CVE-2023-6727 Leak Inaccessible Playbook Information via Channel Action IDOR — Mattermost 3.1 Low2023-12-12
CVE-2023-46701 Inaccessible Post Information Leak via Run Timeline IDOR — Mattermost 6.5 Medium2023-12-12
CVE-2023-6615 Typecho manage-users.php information disclosure — Typecho 3.5 Low2023-12-08
CVE-2023-6393 Quarkus: potential invalid reuse of context when @cacheresult on a uni is used — Red Hat build of Quarkus 2.13.9.Final 5.3 Medium2023-12-06
CVE-2023-6459 Public endpoint /metrics of Calls plugin reveals channel IDs — Mattermost 5.3 Medium2023-12-06
CVE-2023-49283 Test code in published microsoft-graph-core package exposes phpinfo() — msgraph-sdk-php-core 5.4 Medium2023-12-05
CVE-2023-49282 Test code in published microsoft-graph package exposes phpinfo() — msgraph-sdk-php 5.4 Medium2023-12-05
CVE-2023-49292 Possible private key restoration in go package github.com/ecies/go — go 4.9 Medium2023-12-04
CVE-2023-25057 WordPress Libsyn Publisher Hub Plugin <= 1.3.2 is vulnerable to Sensitive Data Exposure — Libsyn Publisher Hub 5.3 Medium2023-11-30
CVE-2023-26533 WordPress Zippy Plugin <= 1.6.1 is vulnerable to Sensitive Data Exposure — Zippy 6.5 Medium2023-11-30
CVE-2023-36507 WordPress BookingPress Plugin <= 1.0.64 is vulnerable to Sensitive Data Exposure — BookingPress – Appointment Booking Calendar Plugin and Online Scheduling Plugin 5.3 Medium2023-11-30
CVE-2023-36523 WordPress Email download link Plugin <= 3.7 is vulnerable to Sensitive Data Exposure — Email download link 5.3 Medium2023-11-30
CVE-2023-37868 WordPress Premium Addons PRO Plugin <= 2.9.0 is vulnerable to Sensitive Data Exposure — Premium Addons PRO 6.5 Medium2023-11-30
CVE-2023-37972 WordPress WooCommerce Product Stock Alert Plugin <= 2.0.1 is vulnerable to Sensitive Data Exposure — Product Stock Manager & Notifier for WooCommerce 5.3 Medium2023-11-30
CVE-2023-40211 WordPress Post Grid Plugin <= 2.2.50 is vulnerable to Sensitive Data Exposure — Post Grid Combo – 36+ Gutenberg Blocks 7.5 High2023-11-30
CVE-2023-40600 WordPress EWWW Image Optimizer Plugin <= 7.2.0 is vulnerable to Sensitive Data Exposure — EWWW Image Optimizer 5.3 Medium2023-11-30
CVE-2023-40662 WordPress Cookies and Content Security Policy Plugin <= 2.15 is vulnerable to Sensitive Data Exposure — Cookies and Content Security Policy 5.3 Medium2023-11-30
CVE-2023-41735 WordPress Email posts to subscribers Plugin <= 6.2 is vulnerable to Sensitive Data Exposure — Email posts to subscribers 5.3 Medium2023-11-30
CVE-2023-44150 WordPress ProfilePress Plugin <= 4.13.2 is vulnerable to Sensitive Data Exposure — Paid Membership Plugin, Ecommerce, Registration Form, Login Form, User Profile & Restrict Content – ProfilePress 7.5 High2023-11-30
CVE-2023-45066 WordPress WP Ultimate Exporter Plugin <= 2.4.1 is vulnerable to Sensitive Data Exposure — Export All Posts, Products, Orders, Refunds & Users 5.9 Medium2023-11-30
CVE-2023-45834 WordPress Libsyn Publisher Hub Plugin <= 1.4.4 is vulnerable to Sensitive Data Exposure — Libsyn Publisher Hub 5.3 Medium2023-11-30
CVE-2023-46820 WordPress Image Regenerate & Select Crop Plugin <= 7.3.0 is vulnerable to Sensitive Data Exposure — Image Regenerate & Select Crop 5.3 Medium2023-11-30
CVE-2023-48333 WordPress Booster for WooCommerce Plugin <= 7.1.1 is vulnerable to Sensitive Data Exposure — Booster for WooCommerce 6.5 Medium2023-11-30
CVE-2023-6136 WordPress Debug Log Manager Plugin <= 2.3.0 is vulnerable to Sensitive Data Exposure — Debug Log Manager 5.3 Medium2023-11-30
CVE-2023-42505 Apache Superset: Sensitive information disclosure on db connection details — Apache Superset 4.3 Medium2023-11-28
CVE-2023-49068 Apache DolphinScheduler: Information Leakage Vulnerability — Apache DolphinScheduler 7.5 -2023-11-27

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