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-2018-10852 SSSD 安全漏洞 — sssd 7.5 -2018-06-26
CVE-2018-1090 Pulp 安全漏洞 — pulp 7.5 -2018-06-18
CVE-2018-0335 Cisco Prime Collaboration Provisioning 信息泄露漏洞 — Cisco Prime Collaboration Provisioning unknown 7.1 -2018-06-07
CVE-2017-16225 aegir 信息泄露漏洞 — aegir node module 7.5 -2018-06-07
CVE-2018-10599 多款Philips产品信息泄露漏洞 — IntelliVue Patient Monitors, Avalon Fetal/Maternal Monitors 8.0 -2018-06-05
CVE-2017-16007 node-jose 安全漏洞 — node-jose node module 5.9 -2018-06-04
CVE-2016-10530 airbrake模块安全漏洞 — airbrake node module 5.9 -2018-05-31
CVE-2016-10533 express-restify-mongoose 安全漏洞 — express-restify-mongoose node module 9.8 -2018-05-31
CVE-2017-2609 CloudBees Jenkins 安全漏洞 — jenkins 5.3 -2018-05-22
CVE-2017-2606 CloudBees Jenkins 信息泄露漏洞 — jenkins 4.3 -2018-05-08
CVE-2018-0245 Cisco 5500和8500 Series Wireless LAN Controller REST API 信息泄露漏洞 — Cisco 5500 and 8500 Series Wireless LAN Controller 5.3 -2018-05-02
CVE-2018-0278 Cisco Firepower System Software management console 信息泄露漏洞 — Cisco Firepower System Software 6.5 -2018-05-02
CVE-2018-0288 Cisco WebEx Business Suite meeting sites和WebEx Meetings sites WebEx Recording Format Player 信息泄露漏洞 — Cisco WebEx Recording Format Player 4.0 -2018-05-02
CVE-2016-9590 puppet-swift 信息泄露漏洞 — puppet-swift 6.5 -2018-04-26
CVE-2018-1074 Red Hat ovirt-engine API和administration web portal 安全漏洞 — ovirt-engine 7.2 -2018-04-26
CVE-2018-1059 DPDK 安全漏洞 — DPDK 7.4 -2018-04-24
CVE-2018-0266 Cisco Unified Communications Manager 信息泄露漏洞 — Cisco Unified Communications Manager 4.3 -2018-04-19
CVE-2018-0267 Cisco Unified Communications Manager 信息泄露漏洞 — Cisco Unified Communications Manager 6.5 -2018-04-19
CVE-2018-0269 Cisco Digital Network Architecture Center 信息泄露漏洞 — Cisco DNA Center 6.1 -2018-04-19
CVE-2018-1097 Foreman 信息泄露漏洞 — foreman 8.8 -2018-04-04
CVE-2017-11510 Wanscam HW0021 信息泄露漏洞 — Wanscam HW0021 9.8 -2018-03-28
CVE-2017-12310 Cisco Spark Hybrid Calendar Service 信息泄露漏洞 — Cisco Spark Hybrid Calendar Service 7.5 -2018-03-27
CVE-2018-7496 OSIsoft PI Vision 信息泄露漏洞 — OSIsoft PI Vision 5.3 -2018-03-14
CVE-2018-0207 Cisco Secure Access Control Server 代码问题漏洞 — Cisco Secure Access Control Server 3.3 -2018-03-08
CVE-2018-0218 Cisco Secure Access Control Server 代码问题漏洞 — Cisco Secure Access Control Server 3.3 -2018-03-08
CVE-2018-5477 ABB netCADOPS Web Application 信息泄露漏洞 — ABB netCADOPS Web Application 4.0 -2018-02-20
CVE-2018-1052 PostgreSQL 安全漏洞 — postgresql 6.5 -2018-02-09
CVE-2018-0127 Cisco RV132W ADSL2+ Wireless-N VPN和RV134W VDSL2 Wireless-AC VPN Routers Web界面信息泄露漏洞 — Cisco RV132W and RV134W Wireless VPN Routers 7.5 -2018-02-08
CVE-2018-0134 Cisco Policy Suite RADIUS身份验证模块信息泄露漏洞 — Cisco Policy Suite 5.3 -2018-02-08
CVE-2018-0140 Cisco Email Security Appliance和Cisco Content Security Management Appliance 信息泄露漏洞 — Cisco Email Security Appliance and Cisco Content Security Management Appliance 4.3 -2018-02-08

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