CWE•Base•Draft•20 recent CVEs
CWE-201Insertion of Sensitive Information Into Sent Data
Description
The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor.
Common consequences
- Confidentiality→Read Files or Directories,Read Memory,Read Application DataSensitive data may be exposed to attackers.
Potential mitigations
- RequirementsSpecify which data in the software should be regarded as sensitive. Consider which types of users should have access to which types of data.
- ImplementationEnsure that any possibly sensitive data specified in the requirements is verified with designers to ensure that it is either a calculated risk or mitigated elsewhere. Any information that is not necessary to the functionality should be removed in order to lower both the overhead and the possibility of security sensitive data being sent.
- System ConfigurationSetup default error messages so that unexpected errors do not disclose sensitive information.
- Architecture and Design[object Object]
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-464818.32026-06-08CVE-2026-425396.52026-06-04CVE-2026-457393.12026-06-04CVE-2026-40357.72026-06-03CVE-2026-446536.52026-06-02CVE-2026-354472026-06-02CVE-2026-426737.52026-06-01CVE-2026-493703.42026-05-29CVE-2026-101016.32026-05-29CVE-2026-455826.52026-05-29CVE-2026-427467.32026-05-27CVE-2026-488776.52026-05-27CVE-2026-411815.82026-05-15CVE-2025-623092.62026-05-14CVE-2025-623085.12026-05-14CVE-2025-623055.12026-05-14CVE-2026-452155.32026-05-12CVE-2025-319784.62026-05-06CVE-2026-423797.72026-04-27CVE-2026-420425.42026-04-24