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-11985 Cross-thread FPU register leak on ARM when FPU enabled without register sharing — zephyr 3.6 Low 2026-08-11
CVE-2026-72915 Mastodon: Personally-identifying information disclosure due to incorrect access control validation — mastodon 7.5 High 2026-08-10
CVE-2026-72873 Dokploy: Cross-tenant Git provider secrets are disclosed to low-privileged service readers via `application.one` — dokploy 6.5 Medium 2026-08-10
CVE-2026-72726 Discourse: Unauthorized eavesdropping on private AI bot conversations. — discourse 6.5 Medium 2026-08-10
CVE-2026-72760 cti-transmute Following List Exposes User Email Addresses to Authenticated Users — cti-transmute 5.3 Medium 2026-08-10
CVE-2026-61899 Apache Tapestry: Possible classpath file download through URL manipulation — Apache Tapestry - - 2026-08-10
CVE-2026-19357 MingSoft MCMS ms-mdiy get information disclosure — MCMS 5.3 Medium 2026-08-09
CVE-2026-19356 MingSoft MCMS ms-mdiy list information disclosure — MCMS 5.3 Medium 2026-08-09
CVE-2026-19245 HKUDS nanobot Login-shell Environment shell.py ExecTool._prepare_command information disclosure — nanobot 3.3 Low 2026-08-07
CVE-2026-48007 Element Call reports full URLs of visited pages to analytics server — element-call 8.6 High 2026-08-07
CVE-2026-71849 Hono: Proxy Helper does not remove response headers listed in the `Connection` header — hono 3.7 Low 2026-08-07
CVE-2026-47364 Datadog 信息泄露漏洞 — Android App - - 2026-08-07
CVE-2026-54203 TeamDavid: Memory Leak leaking sensitive information — TeamDavid 9.2 Critical 2026-08-07
CVE-2026-48078 OpenReception's schedule endpoint discloses isPublic=false channels and slot availability to unauthenticated callers — appointment-booking-software 5.3 Medium 2026-08-06
CVE-2026-45378 Decidim: Verification documents can be downloaded through reusable links — decidim 7.5 High 2026-08-06
CVE-2026-64664 Statamic: Missing authorization on Control Panel endpoint allows disclosure of user existence — cms 4.3 Medium 2026-08-06
CVE-2026-71433 LangGraph: Namespace prefix matching crosses segment boundaries in Postgres and SQLite stores — langgraph 5.3 Medium 2026-08-06
CVE-2026-48080 OpenReception's tenant detail endpoint discloses live PostgreSQL connection string, superuser-scoped in the tested official deployment — appointment-booking-software 8.0 High 2026-08-06
CVE-2026-54489 Dell Virtual Storage Integrator for VMware vSphere Client 信息泄露漏洞 — Virtual Storage Integrator for VMware vSphere Client 9.1 Critical 2026-08-06
CVE-2025-13909 Information Disclosure via Multi-Tenant Authentication Flows in WSO2 Identity Server Allows Cross-Tenant PII Exposure — WSO2 Identity Server 4.3 Medium 2026-08-06
CVE-2026-18995 netease-youdao LobsterAI MEDIA Path artifactParser.ts parseMediaTokensFromText information disclosure — LobsterAI 4.3 Medium 2026-08-06
CVE-2026-18974 heshengtao super-agent-party execute_tool_manually Endpoint server.py get_file_content information disclosure — super-agent-party 5.3 Medium 2026-08-06
CVE-2026-10128 Langflow is affected by weaknesses in secret handling and sensitive configuration access — Langflow OSS 6.5 Medium 2026-08-05
CVE-2026-60023 Apache Answer: Unauthorized disclosure of deleted or pending answer content — Apache Answer - - 2026-08-05
CVE-2026-71293 Statamic CMS Unguarded Exposure of 2FA Recovery Codes via Antlers current_user Variable — cms 6.2 Medium 2026-08-05
CVE-2026-70590 Ghost: Blind Password Hash Disclosure in Ghost Admin API — Ghost 4.8 Medium 2026-08-04
CVE-2026-70491 Open WebUI: Tool source code disclosed to read-only users via the tool list and get endpoints — open-webui 6.5 Medium 2026-08-04
CVE-2026-70478 Flowise: Unauthenticated OAuth2 token refresh endpoint returns access tokens — enables token theft for any connected service — Flowise 9.2 Critical 2026-08-04
CVE-2026-70473 Flowise: Information Disclosure in GET /api/v1/upsert-history returns the entire server-wide upsert history — Flowise 8.3 High 2026-08-04
CVE-2026-67357 ArcadeDB before 26.7.3 Information Disclosure via get_server_settings — arcadedb 7.5 High 2026-08-02

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