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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-550 (通过服务器错误消息导致的信息暴露) — Vulnerability Class 3

3 vulnerabilities classified as CWE-550 (通过服务器错误消息导致的信息暴露). AI Chinese analysis included.

CWE-550 represents a critical information disclosure vulnerability where servers inadvertently expose sensitive internal details through error messages triggered by conditions like network failures or invalid inputs. Attackers typically exploit this weakness by inducing specific error states to harvest valuable intelligence, such as database schemas, file paths, or stack traces, which facilitate further targeted attacks like SQL injection or directory traversal. To mitigate this risk, developers must implement robust error handling mechanisms that separate internal diagnostic data from user-facing responses. This involves configuring generic, non-descriptive error pages for public consumption while logging detailed technical information securely on the server side. By ensuring that error messages contain only necessary, high-level feedback, organizations prevent adversaries from leveraging server-side insights to compromise system integrity or confidentiality.

MITRE CWE Description
Certain conditions, such as network failure, will cause a server error message to be displayed. While error messages in and of themselves are not dangerous, per se, it is what an attacker can glean from them that might cause eventual problems.
Common Consequences (1)
ConfidentialityRead Application Data
Mitigations (1)
Architecture and Design, System ConfigurationRecommendations include designing and adding consistent error handling mechanisms which are capable of handling any user input to your web application, providing meaningful detail to end-users, and preventing error messages that might provide information useful to an attacker from being displayed.

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