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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

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

2752 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-2019-7619 Elasticsearch 加密问题漏洞 — Elasticsearch 5.3 -2019-10-30
CVE-2019-6850 多款Schneider Electric产品信息泄露漏洞 — Modicon M580, Modicon BMENOC 0311, Modicon BMENOC 0321 7.5 -2019-10-29
CVE-2019-6849 Schneider Electric Modicon M580、Modicon BMENOC 0311和BMENOC 0321 信息泄露漏洞 — Modicon M580, Modicon BMENOC 0311, Modicon BMENOC 0321 7.5 -2019-10-29
CVE-2019-11282 UAA is vulnerable to a Blind SCIM injection leading to information disclosure — UAA Release 4.3 -2019-10-23
CVE-2019-13410 TOPMeeting version before version 8.8 (2019/08/19) allows an attacker to obtain sensitive information — TOPMeeting 7.5 -2019-10-17
CVE-2019-15257 Cisco SPA100 Series Analog Telephone Adapters Running Configuration Information Disclosure Vulnerability — Cisco SPA112 2-Port Phone Adapter 6.5 -2019-10-16
CVE-2019-12708 Cisco SPA100 Series Analog Telephone Adapters Administrative Credentials Information Disclosure Vulnerability — Cisco SPA112 2-Port Phone Adapter 6.5 -2019-10-16
CVE-2019-12704 Cisco SPA100 Series Analog Telephone Adapters Web-Based Management Interface File Disclosure Vulnerability — Cisco SPA112 2-Port Phone Adapter 6.5 -2019-10-16
CVE-2019-3767 Dell ImageAssist 信息泄露漏洞 — ImageAssist 6.0 -2019-10-14
CVE-2019-13523 霍尼韦尔 Honeywell Performance HEN08104 访问控制错误漏洞 — Performance IP Cameras 5.3 -2019-09-26
CVE-2019-12664 Cisco IOS XE Software ISDN Data Leak Vulnerability — Cisco IOS XE Software 6.5 -2019-09-25
CVE-2019-5463 GitLab 授权问题漏洞 — GitLab CE/EE 4.3 -2019-09-09
CVE-2019-1976 Cisco Industrial Network Director Configuration Data Information Disclosure Vulnerability — Cisco Industrial Network Director 9.8 -2019-09-05
CVE-2019-11064 A vulnerability of remote credential disclosure was discovered in Advan VD-1 — Advan VD-1 firmware 9.8 -2019-08-29
CVE-2019-1908 Cisco Integrated Management Controller Information Disclosure Vulnerability — Cisco Unified Computing System (Management Software) 7.5 -2019-08-21
CVE-2019-13511 罗克韦尔 Rockwell Automation Arena Simulation Software 资源管理错误漏洞 — Rockwell Automation Arena Simulation Software versions 16.00.00 and earlier 3.3 -2019-08-15
CVE-2019-10156 Ansible 信息泄露漏洞 — ansible 5.4 -2019-07-30
CVE-2019-0202 Apache Storm 日志信息泄露漏洞 — Storm 7.5 -2019-07-25
CVE-2019-1010299 Rust Programming Language Standard Library 信息泄露漏洞 — Standard Library 5.3 -2019-07-15
CVE-2019-0048 EX4300 Series: When a firewall filter is applied to a loopback interface, other firewall filters for multicast traffic may fail — Junos OS--2019-07-11
CVE-2019-11268 UAA SQL Identity Zone Vulnerability — UAA Release (OSS) 6.5 -2019-07-11
CVE-2019-10183 virt-manager 信息泄露漏洞 — virt-install 3.3 -2019-07-03
CVE-2019-5017 KCodes NetUSB.ko 信息泄露漏洞 — KCodes 5.3 -2019-06-17
CVE-2019-5016 KCodes NetUSB.ko 信息泄露漏洞 — KCodes 9.1 -2019-06-17
CVE-2019-1731 Cisco NX-OS Software SSH Key Information Disclosure Vulnerability — Cisco NX-OS Software 4.4 -2019-05-15
CVE-2019-6572 多款Siemens产品信任管理问题漏洞 — SIMATIC HMI Comfort Panels 4" - 22" 7.5 -2019-05-14
CVE-2019-6574 多款Siemens产品访问控制错误漏洞 — SINAMICS PERFECT HARMONY GH180 with NXG I control, MLFBs: 6SR2...-, 6SR3...-, 6SR4...- 7.5 -2019-05-14
CVE-2019-1692 Cisco Application Policy Infrastructure Controller Web-Based Management Interface Usage Information Disclosure Vulnerability — Cisco Application Policy Infrastructure Controller (APIC) 5.3 -2019-05-03
CVE-2019-1589 Cisco Nexus 9000 Series Fabric Switches Application Centric Infrastructure Mode Unmeasured Boot Vulnerability — Cisco NX-OS Software for Nexus 9000 Series Fabric Switches ACI Mode 4.6 -2019-05-03
CVE-2019-3868 Red Hat Keycloak 信息泄露漏洞 — keycloak 3.8 -2019-04-24

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