BaseDraft

CWE-319Cleartext Transmission of Sensitive Information

Category: data-exposure

Description

The product transmits sensitive or security-critical data in cleartext in a communication channel that can be sniffed by unauthorized actors.

Common consequences· 2

  • Integrity / Confidentiality — Read Application Data, Modify Files or Directories
    Anyone 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 traverse many intermediary nodes from the source to the destination, whether across the internet, an internal network, the cloud, etc. Some actors might have privileged access to a network interface or any link along the channel, such as a router, but they might not be authorized to collect the underlying data. As a result, network traffic could be sniffed by adversaries, spilling security-critical data.
  • Integrity / Confidentiality — Read Application Data, Modify Files or Directories, Other
    When 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 dump itself. Even if the information is encoded in a way that is not human-readable, certain techniques could determine which encoding is being used, then decode the information.

Potential mitigations· 5

  • [Architecture and Design]Before transmitting, encrypt the data using reliable, confidentiality-protecting cryptographic protocols.
  • [Implementation]When using web applications with SSL, use SSL for the entire session from login to logout, not just for the initial login page.
  • [Implementation]When designing hardware platforms, ensure that approved encryption algorithms (such as those recommended by NIST) protect paths from security critical data to trusted user applications.
  • [Testing]Use 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.
  • [Operation]Configure servers to use encrypted channels for communication, which may include SSL or other secure protocols.

Related CAPEC attack patterns· 5

CAPEC-102CAPEC-117CAPEC-383CAPEC-477CAPEC-65

References

  1. https://cwe.mitre.org/data/definitions/319.html

Exploits (incoming)5

TypeTargetConfidenceTier
AttackPatternInterceptioncapec-117100%live
AttackPatternSniff Application Codecapec-65100%live
AttackPatternHarvesting Information via API Event Monitoringcapec-383100%live
AttackPatternSession Sidejackingcapec-102100%live
AttackPatternSignature Spoofing by Mixing Signed and Unsigned Contentcapec-477100%live

Compliance frameworks addressing this (incoming)6

TypeTargetConfidenceTier
ComplianceControlgdpr-art25100%live
ComplianceControlnis2-art21h100%live
ComplianceControlpci_dss_v4-r4100%live
ComplianceControlcra-annexi-1100%live
ComplianceControlnis2-art21j100%live
ComplianceControlowasp_top10-a02100%live

(incoming)22

TypeTargetConfidenceTier
VulnerabilityCVE-2025-10174cve-2025-101740%live
VulnerabilityCVE-2025-12508cve-2025-125080%live
VulnerabilityCVE-2025-23060cve-2025-230600%live
VulnerabilityCVE-2025-2311cve-2025-23110%live
VulnerabilityCVE-2025-26199cve-2025-261990%live
VulnerabilityCVE-2025-32880cve-2025-328800%live
VulnerabilityCVE-2025-34271cve-2025-342710%live
VulnerabilityCVE-2025-4378cve-2025-43780%live
VulnerabilityCVE-2025-50110cve-2025-501100%live
VulnerabilityCVE-2025-52351cve-2025-523510%live
VulnerabilityCVE-2025-54818cve-2025-548180%live
VulnerabilityCVE-2025-55976cve-2025-559760%live
VulnerabilityCVE-2025-56447cve-2025-564470%live
VulnerabilityCVE-2025-59852cve-2025-598520%live
VulnerabilityCVE-2025-61481cve-2025-614810%live
VulnerabilityCVE-2025-62643cve-2025-626430%live
VulnerabilityCVE-2025-65827cve-2025-658270%live
VulnerabilityCVE-2025-69969cve-2025-699690%live
VulnerabilityCVE-2025-7743cve-2025-77430%live
VulnerabilityCVE-2026-24060cve-2026-240600%live
VulnerabilityCVE-2026-5119cve-2026-51190%live
VulnerabilityCVE-2026-7610cve-2026-76100%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CWE
Cleartext Storage of Sensitive Information
CWE
Insufficiently Protected Credentials
CWE
Exposure of Sensitive System Information to an Unauthorized Control Sphere
CWE
Improper Enforcement of Message Integrity During Transmission in a Communication Channel
CWE
Cleartext Storage of Sensitive Information in Memory
CWE
Exposure of Sensitive Information to an Unauthorized Actor
Sourced from MITRE CWE 4.20. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.