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

Goal: 1000 CNY · Raised: 1310 CNY

100%

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

2810 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-50705 Exposure of Sensitive Information to an Unauthorized Actor in EFACEC UC 500E — UC 500E 5.3 Medium2023-12-19
CVE-2023-47146 IBM QRadar SIEM information disclosure — QRadar SIEM 4.9 Medium2023-12-19
CVE-2023-44991 WordPress Media File Renamer Plugin <= 5.6.9 is vulnerable to Sensitive Data Exposure — Media File Renamer: Rename Files (Manual, Auto & AI) 6.5 Medium2023-12-19
CVE-2023-44983 WordPress Aruba HiSpeed Cache Plugin <= 2.0.6 is vulnerable to Sensitive Data Exposure — Aruba HiSpeed Cache 5.3 Medium2023-12-19
CVE-2023-44982 WordPress WP Retina 2x Plugin <= 6.4.5 is vulnerable to Sensitive Data Exposure — Perfect Images (Manage Image Sizes, Thumbnails, Replace, Retina) 5.3 Medium2023-12-19
CVE-2023-40691 IBM Cloud Pak for Business Automation information disclosure — Cloud Pak for Business Automation 4.9 Medium2023-12-18
CVE-2023-50271 HP-UX System Management Homepage, Disclosure of Information — HPE System Management Homepage (SMH) 7.2 High2023-12-17
CVE-2023-6894 Hikvision Intercom Broadcasting System Log File system.html information disclosure — Intercom Broadcasting System 4.3 Medium2023-12-17
CVE-2023-27317 Information Disclosure Vulnerability in ONTAP 9 — ONTAP 9 4.3 Medium2023-12-15
CVE-2023-50720 XWiki Platform Solr search discloses email addresses of users — xwiki-platform 5.3 Medium2023-12-15
CVE-2023-50715 User accounts disclosed to unauthenticated actors on the LAN — core 4.3 Medium2023-12-15
CVE-2023-0248 Kantech Gen1 ioSmart card reader — ioSmart Gen1 7.5 High2023-12-14
CVE-2023-48671 Dell Virtual Appliance Manager 安全漏洞 — vApp Manager 7.5 High2023-12-14
CVE-2023-49877 IBM System Storage Virtualization Engine information disclosure — System Storage Virtualization Engine 4.3 Medium2023-12-13
CVE-2023-6757 Thecosy IceCMS API PlanetUser information disclosure — IceCMS 5.3 Medium2023-12-13
CVE-2023-45725 Apache CouchDB, IBM Cloudant: Privilege Escalation Using _design Documents — Apache CouchDB 7.5AIHighAI2023-12-13
CVE-2023-50263 Nautobot allows unauthenticated db-file-storage views — nautobot 3.7 Low2023-12-12
CVE-2023-48225 Laf env causes sensitive information disclosure — laf 8.9 High2023-12-12
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

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