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-58425 OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation) — Gitea Open Source Git Server - - 2026-08-13
CVE-2026-58427 Private org member list leaked via /members API endpoint — incomplete fix for PR #38145 — Gitea Open Source Git Server - - 2026-08-13
CVE-2026-57897 Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs — Gitea Open Source Git Server - - 2026-08-13
CVE-2026-55982 OIDC userinfo Endpoint Returns Identity Claims Without Enforcing API Token Scopes — Gitea Open Source Git Server - - 2026-08-13
CVE-2026-50105 RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698) — Gitea Open Source Git Server - - 2026-08-13
CVE-2026-73622 GitPython before 3.1.55 Environment Variable Exfiltration via Remote.add() — GitPython 7.5 High 2026-08-13
CVE-2026-73604 Flowise before 3.1.3 Credential Exposure via API — Flowise 6.5 Medium 2026-08-13
CVE-2026-59503 Priority – CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-359: Exposure of Private Personal Information to an Unauthorized Actor — Portal Generator addon to Priority ERP (developed by Soft Solutions) 9.1 Critical 2026-08-13
CVE-2026-59499 Priority – CWE-200: Exposure of Sensitive Information to an Unauthorized Actor — Portal Generator addon to Priority ERP (developed by Soft Solutions). 8.6 High 2026-08-13
CVE-2026-72804 SiYuan before v3.7.4 Authentication Bypass via Graph Endpoints — siyuan 8.6 High 2026-08-12
CVE-2026-73406 Budibase: Unauthenticated user information disclosure via public tenant user lookup endpoint — budibase 7.5 High 2026-08-12
CVE-2026-73308 Budibase: OAuth2 Token Disclosure via Automation Test Results Broadcast to Other Builders — budibase 5.7 Medium 2026-08-12
CVE-2026-18673 Kong Mesh: the kuma-dp readiness service exposes the Envoy admin API without authentication — Kong Mesh 5.3 Medium 2026-08-12
CVE-2026-54183 Apache Airflow: Airflow Variables were not masked in the UI for authenticated users — Apache Airflow - - 2026-08-12
CVE-2026-65017 Apache Airflow: Config API: team-scoped Celery broker secret disclosed to a Viewer (multi-team masking bypass) — Apache Airflow - - 2026-08-12
CVE-2026-47234 Admidio writes session IDs and auto-login cookie values to application logs — admidio 4.4 Medium 2026-08-12
CVE-2026-73246 Kestra: Unauthenticated management `/worker` endpoint exposes live task configuration and plaintext credentials — kestra 7.5 High 2026-08-11
CVE-2026-73230 Ente: 2of3 cards v1 contain a checksum that enables offline guessing of low-entropy secrets — ente 5.9 Medium 2026-08-11
CVE-2026-73229 Django REST framework: AdminRenderer may disclose GET-protected data when rendering invalid write requests — django-rest-framework 4.3 Medium 2026-08-11
CVE-2026-48771 ishankportfolio: Stored Contact Form Submission Exposure via Public Client-Side Database Configuration — ishankportfolio 8.2 High 2026-08-11
CVE-2026-48767 Google Sheets OAuth access token disclosure to guest members via getAccessToken — typebot.io 7.6 High 2026-08-11
CVE-2026-66301 Microsoft Dynamics 365 (On-Premises) Information Disclosure Vulnerability — Microsoft Dynamics 365 (on-premises) version 9.1 6.5 Medium 2026-08-11
CVE-2026-65769 Microsoft Teams iOS Information Disclosure Vulnerability — Microsoft Teams for iOS 6.5 Medium 2026-08-11
CVE-2026-54123 Microsoft Defender for Endpoint for Mac Information Disclosure Vulnerability — Microsoft Defender for Endpoint for Mac 5.5 Medium 2026-08-11
CVE-2026-73082 Activepieces: Server-side request forgery in MCP tool validation endpoint — activepieces 5.3 Medium 2026-08-11
CVE-2026-48766 TypeBot vulnerable to OpenAI API key exfiltration in listModels via attacker-controlled baseUrl — typebot.io 7.6 High 2026-08-11
CVE-2026-72744 Nuxt before 4.5.1 Information Disclosure via Chrome DevTools — nuxt 6.2 Medium 2026-08-11
CVE-2026-72549 OpenSignLabs OpenSign - Information Disclosure — OpenSign 5.3 Medium 2026-08-11
CVE-2026-72548 OpenSignLabs OpenSign - Information Disclosure — OpenSign 7.5 High 2026-08-11
CVE-2026-72539 Windmill Labs Windmill - Information Disclosure — Windmill 6.5 Medium 2026-08-11

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