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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-209 (通过错误消息导致的信息暴露) — Vulnerability Class 349

349 vulnerabilities classified as CWE-209 (通过错误消息导致的信息暴露). AI Chinese analysis included.

CWE-209 represents a critical information disclosure weakness where software inadvertently exposes sensitive internal details through error messages. This flaw typically occurs when applications return verbose stack traces, database paths, or user-specific data to end-users during failure states. Attackers exploit this by triggering specific errors to gather reconnaissance information, such as server architecture, file structures, or valid user identifiers, which facilitates further targeted attacks like SQL injection or privilege escalation. To mitigate this risk, developers must implement robust error handling mechanisms that separate internal diagnostic logs from user-facing messages. By standardizing generic, non-descriptive error responses for external users while retaining detailed logs for internal debugging, organizations can prevent attackers from leveraging error output to map system vulnerabilities or compromise sensitive data integrity.

MITRE CWE Description
The product generates an error message that includes sensitive information about its environment, users, or associated data.
Common Consequences (1)
Confidentiality Read Application Data
Often this will either reveal sensitive information which may be used to launch another, more focused attack or disclose private information stored in the server. For example, an attempt to exploit a path traversal weakness (CWE-22) might yield the full pathname of the installed application. In tur…
Mitigations (5)
Implementation Ensure that error messages only contain minimal details that are useful to the intended audience and no one else. The messages need to strike the balance between being too cryptic (which can confuse users) or being too detailed (which may reveal more than intended). The messages should not reveal the methods that were used to determine the error. Attackers can use detailed information to refine or…
Implementation Handle exceptions internally and do not display errors containing potentially sensitive information to a user.
Implementation Use naming conventions and strong types to make it easier to spot when sensitive data is being used. When creating structures, objects, or other complex entities, separate the sensitive and non-sensitive data as much as possible.
Effectiveness: Defense in Depth
Implementation, Build and Compilation Debugging information should not make its way into a production release.
Implementation, Build and Compilation Debugging information should not make its way into a production release.
Examples (2)
In the following example, sensitive information might be printed depending on the exception that occurs.
try { /.../ } catch (Exception e) { System.out.println(e); }
Bad · Java
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-11873 Pki-core: dogtag-pki: empty request to dogtag /ca/rest/certrequests causes http 500, java exception, and stacktrace disclosure — Red Hat Certificate System 9 6.5 Medium 2026-09-01
CVE-2026-82739 Ash.Resource.Validation.Confirm leaks a confirmed field's stored value in the atomic mismatch error — ash 2.1 Low 2026-09-01
CVE-2026-82733 Route handler return value echoed into AshTypescript error response — ash_typescript 6.3 Medium 2026-09-01
CVE-2026-77950 RPC error handler fails open in AshTypescript, disclosing unredacted errors — ash_typescript 6.3 Medium 2026-09-01
CVE-2026-82727 AshPhoenix Form.Auto leaks submitted params in an unknown _union_type error message — ash_phoenix 2.3 Low 2026-08-31
CVE-2026-75760 AshAi vectorize change leaks raw embedding-provider errors, including credentials, in a user-facing error — ash_ai 7.1 High 2026-08-31
CVE-2026-82580 AshAi echoes raw tool exception messages into the conversation, disclosing internal details — ash_ai 5.3 Medium 2026-08-31
CVE-2026-78693 Incomplete redaction re-attaches the original error path in AshGraphql, leaking internal field names — ash_graphql 6.9 Medium 2026-08-30
CVE-2026-21809 HCL BigFix Quantum Risk Analyzer is affected by generating error messages with sensitive information — BigFix Quantum Risk Analyzer 3.9 Low 2026-08-26
CVE-2026-79777 rclone before v1.75.0 Information Disclosure via RC API — rclone 2.7 Low 2026-08-25
CVE-2026-8173 Information Disclosure via 'Copy learned MAC Addresses' Function — Xelity 4TX M GE 5.3 Medium 2026-08-24
CVE-2026-33333 Combodo iTop: Information disclosure in ajax.render.php — iTop 3.5 Low 2026-08-21
CVE-2026-77076 n8n before 1.123.69 Credential Leak via GraphQL Node Error — n8n 7.1 High 2026-08-20
CVE-2026-53458 Blueprint Studio API exposed internal exception details — blueprint-studio 5.3 Medium 2026-08-18
CVE-2026-74879 openssl_encrypt before 1.4.0 Information Disclosure via /ready endpoint — openssl_encrypt 7.5 High 2026-08-17
CVE-2026-73844 CKAN MCP Server: Information disclosure via verbose error reflection — ckan-mcp-server 3.7 Low 2026-08-14
CVE-2026-73555 vLLM: Unauthenticated Internal Path and Username Disclosure via Validation Error Messages — vllm 5.3 Medium 2026-08-13
CVE-2026-56620 HCL BigFix Mobile is vulnerable to information disclosure — HCL BigFix Mobile 4.3 Medium 2026-08-10
CVE-2026-47622 NVIDIA Dynamo 信息泄露漏洞 — Dynamo 5.3 Medium 2026-08-04
CVE-2026-56571 HCL iControl is affected by multiple security vulnerabilities. — HCL iControl 3.7 Low 2026-07-31
CVE-2026-56568 HCL iControl is affected by multiple security vulnerabilities. — HCL iControl 3.7 Low 2026-07-31
CVE-2026-11904 Security vulnerabilities have been found in IBM Verify Identity Access and IBM Security Verify Access — Verify Identity Access 5.3 Medium 2026-07-30
CVE-2026-59943 Dompdf: Embedded SVG images can leak existence of files and directories within the filesystem — dompdf 6.3 Medium 2026-07-28
CVE-2025-59177 Generation of Error Message Containing Sensitive Information Vulnerability — Ericsson Packet Core Controller (PCC) 6.8 Medium 2026-07-27
CVE-2026-56537 HCL Connections is vulnerable to information disclosure — Connections 3.5 Low 2026-07-27
CVE-2026-66009 Parse Server 9.0.0 Information Disclosure via GraphQL Error Messages — parse-server 6.3 Medium 2026-07-24
CVE-2026-66008 Parse Server 9.0.0 Information Disclosure via GraphQL Error Messages — parse-server 6.3 Medium 2026-07-24
CVE-2026-13182 RadAsyncUpload Client-State Decrypt-vs-Parse Oracle Vulnerability in Telerik UI for ASP.NET AJAX — Telerik UI for ASP.NET AJAX 7.5 High 2026-07-22
CVE-2026-64627 Parse Server 9.0.0 Schema Disclosure via GraphQL Variable Coercion — parse-server 6.9 Medium 2026-07-21
CVE-2026-63748 SurrealDB before 3.1.0 Information Disclosure via Error Messages — surrealdb 4.3 Medium 2026-07-20

Vulnerabilities classified as CWE-209 (通过错误消息导致的信息暴露) represent 349 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.