CWE•Base•Draft•20 recent CVEs
CWE-319Cleartext Transmission of Sensitive Information
Description
The product transmits sensitive or security-critical data in cleartext in a communication channel that can be sniffed by unauthorized actors.
Common consequences
- Integrity,Confidentiality→Read Application Data,Modify Files or DirectoriesAnyone can read the information by gaining access to the channel being used for communication. Many communication channels can be "sniffed" (monitored) by adversaries during data transmission. For example, in networking, packets can travers
- Integrity,Confidentiality→Read Application Data,Modify Files or Directories,OtherWhen full communications are recorded or logged, such as with a packet dump, an adversary could attempt to obtain the dump long after the transmission has occurred and try to "sniff" the cleartext from the recorded communications in the dum
Potential mitigations
- Architecture and DesignBefore transmitting, encrypt the data using reliable, confidentiality-protecting cryptographic protocols.
- ImplementationWhen using web applications with SSL, use SSL for the entire session from login to logout, not just for the initial login page.
- ImplementationWhen designing hardware platforms, ensure that approved encryption algorithms (such as those recommended by NIST) protect paths from security critical data to trusted user applications.
- TestingUse tools and techniques that require manual (human) analysis, such as penetration testing, threat modeling, and interactive tools that allow the tester to record and modify an active session. These may be more effective than strictly automated techniques. This is especially the case with weaknesses that are related to design and business rules.
- OperationConfigure servers to use encrypted channels for communication, which may include SSL or other secure protocols.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-500346.52026-06-19CVE-2026-502007.52026-06-17CVE-2026-97416.52026-06-09CVE-2026-454322026-06-04CVE-2026-88747.12026-06-03CVE-2026-366105.92026-06-03CVE-2026-76663.12026-06-03CVE-2023-529515.92026-06-03CVE-2026-105845.92026-06-02CVE-2026-436255.92026-06-01CVE-2026-255996.32026-06-01CVE-2026-341267.52026-05-28CVE-2024-472694.92026-05-27CVE-2026-489029.82026-05-26CVE-2026-242127.52026-05-26CVE-2026-256082026-05-22CVE-2026-387405.32026-05-14CVE-2025-623114.32026-05-14CVE-2025-623105.42026-05-14CVE-2026-412814.82026-05-14