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

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

3255 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)
Confidentiality Read Application Data
Mitigations (1)
Architecture and Design Compartmentalize 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 ID Title CVSS Severity Published
CVE-2026-45300 async-http-client: Cookie header not stripped on cross-origin redirect — async-http-client 7.4 High 2026-06-05
CVE-2026-46395 HAX CMS Vulnerable to Private Key Disclosure via Broken HMAC Implementation — haxcms-nodejs - - 2026-06-05
CVE-2026-47655 Microsoft Graph Information Disclosure Vulnerability — Microsoft Graph 6.5 Medium 2026-06-04
CVE-2026-45739 Strawberry GraphQL: Default GraphiQL may expose HTTP headers in URLs — strawberry 3.1 Low 2026-06-04
CVE-2026-10864 MISP Dashboard widget field selection may expose restricted user and organisation data — misp - - 2026-06-04
CVE-2026-10854 Unauthorized exposure of private galaxies in MISP event template creation — misp - - 2026-06-04
CVE-2026-50224 Unauthenticated IPv6 WAN Management Exposure — Connect M6E 5G Portable WiFi Router - - 2026-06-04
CVE-2026-50210 Weak Static Cryptographic Initialization Vectors — Connect M6E 5G Portable WiFi Router - - 2026-06-04
CVE-2026-49193 Publicly Readable AWS S3 Telemetry Buckets — Connect M6E 5G Portable WiFi Router - - 2026-06-04
CVE-2026-49187 Hard-coded APK Resource Credentials & Scepters — Connect M6E 5G Portable WiFi Router - - 2026-06-04
CVE-2026-40495 FOSSBilling version exposed via asset cache buster — FOSSBilling - - 2026-06-03
CVE-2026-41032 Phoenix Contact: Unauthenticated log download vulnerability in the firmware of CHARX SEC-3xxx charging controllers — CHARX SEC-3150 7.5 High 2026-06-03
CVE-2026-32625 LibreChat Exfiltrates Server Secrets via MCP Server URL Injection — LibreChat 9.6 Critical 2026-06-02
CVE-2026-45553 NiceGUI: Local file disclosure via Docutils file insertion in ui.restructured_text() — nicegui 7.5 High 2026-06-02
CVE-2026-45080 Klaw: Improper Access Control Allows Disclosure of Password Hash — klaw - - 2026-06-02
CVE-2026-28511 elabftw has entry title leakage through autocompletion search — elabftw 4.3 Medium 2026-06-01
CVE-2026-40965 Cloud Foundry UAA 安全漏洞 — uaa_release 10.0 Critical 2026-06-01
CVE-2026-45286 Nextcloud: Calendar app leaked user identifiers via attendee suggestion endpoint — security-advisories 4.3 Medium 2026-06-01
CVE-2026-45277 Nextcloud: Information disclosure in Nextcloud Approval app via fileId parameter reveals workflow associations — security-advisories 3.3 Low 2026-06-01
CVE-2026-45267 Nextcloud: Missing permission check for from submissions — security-advisories 6.5 Medium 2026-06-01
CVE-2026-42360 Apache Airflow: Rendered template truncation bypasses nested sensitive-key masking — Apache Airflow - - 2026-06-01
CVE-2026-42358 Apache Airflow: Variable masker depth-limit bypass returns cleartext nested secrets — Apache Airflow - - 2026-06-01
CVE-2026-45192 Apache Airflow: Incomplete Redaction of Sensitive Fields in Connection Extra API Response — Apache Airflow - - 2026-06-01
CVE-2026-48189 Bypass DedicatedAgentToCustomerGroups Setting — OTRS 5.7 Medium 2026-06-01
CVE-2026-48210 Possible information disclosure via External Interface — OTRS 5.7 Medium 2026-05-31
CVE-2026-2128 Breeze Cache <= 2.5.2 - Unauthenticated Exposure of Sensitive Information to an Unauthorized Actor via Crafted Login Cookie — Breeze Cache 5.3 Medium 2026-05-29
CVE-2026-8995 Poll Maker by AYS <= 6.3.7 - Authenticated (Subscriber+) Sensitive Information Exposure in 'ays_poll_get_user_information' AJAX Action — Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls 4.3 Medium 2026-05-29
CVE-2026-47136 RustFS: Unauthenticated RustFS console license endpoint exposes license metadata — rustfs - - 2026-05-28
CVE-2026-45332 Automad Broken Access Control: unauthenticated exposure of administrator bcrypt password hashes and TOTP secrets via public API endpoint — automad 7.5 High 2026-05-28
CVE-2026-7526 PDF Embedder <= 4.9.3 - Authenticated (Contributor+) Information Exposure via Block Editor Page — PDF Embedder – PDF Viewer & Embed PDF Files for WordPress 4.3 Medium 2026-05-28

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