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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-205 (通过行为差异性导致的信息暴露) — Vulnerability Class 2

2 vulnerabilities classified as CWE-205 (通过行为差异性导致的信息暴露). AI Chinese analysis included.

CWE-205 represents an information disclosure weakness where a software system inadvertently reveals its internal state or decision-making processes through observable behavioral differences. Attackers typically exploit this vulnerability by analyzing subtle variations in system responses, such as timing delays or error message nuances, to infer sensitive data or map internal logic without direct access. This side-channel analysis allows adversaries to bypass security controls or identify specific vulnerabilities by distinguishing between successful and failed operations. To mitigate this risk, developers must ensure consistent response times and standardized error handling across all code paths. By eliminating distinguishable behavioral patterns, systems can prevent unauthorized actors from gaining insights into internal operations, thereby maintaining operational secrecy and reducing the attack surface for sophisticated reconnaissance efforts.

MITRE CWE Description
The product's behaviors indicate important differences that may be observed by unauthorized actors in a way that reveals (1) its internal state or decision process, or (2) differences from other products with equivalent functionality. Ideally, a product should provide as little information about its internal operations as possible. Otherwise, attackers could use knowledge of these internal operations to simplify or optimize their attack. In some cases, behavioral discrepancies can be used by attackers to form a side channel.
Common Consequences (1)
Confidentiality, Access ControlRead Application Data, Bypass Protection Mechanism
CVE IDTitleCVSSSeverityPublished
CVE-2024-6129 spa-cartcms Username login observable behavioral discrepancy — spa-cartcms 3.7 Low2024-06-18
CVE-2017-11155 Synology Photo Station 信息泄露漏洞 — Synology Photo Station 7.5 -2017-08-08

Vulnerabilities classified as CWE-205 (通过行为差异性导致的信息暴露) represent 2 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.