CWE-201: Insertion of Sensitive Information Into Sent Data

low-risk

The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor.

Abstraction: Base

Common Consequences

Confidentiality Read Files or Directories

Detection Methods

Automated Static Analysis

Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.)

Real-World Examples (10)

CVE CVSS EPSS KEV
CVE-2024-43283 7.5 23.7%
CVE-2024-6586 7.3 20.0%
CVE-2026-24477 7.5 11.2%
CVE-2024-50633 0.0 9.0%
CVE-2024-37881 5.3 5.2%
CVE-2024-32782 6.5 3.9%
CVE-2025-60188 7.5 3.2%
CVE-2023-34968 5.3 2.4%
CVE-2023-48240 9.0 1.6%
CVE-2025-26318 5.8 1.5%
1
/ 100
low-risk
Active Threat 1/50 · Minimal
Exploit Availability 0/50 · Minimal