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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-319 (敏感数据的明文传输) — Vulnerability Class 384

384 vulnerabilities classified as CWE-319 (敏感数据的明文传输). AI Chinese analysis included.

CWE-319 represents a critical security weakness where applications transmit sensitive or security-critical data in cleartext over communication channels susceptible to interception. Attackers typically exploit this vulnerability by employing network sniffing tools to capture unencrypted packets, thereby gaining unauthorized access to confidential information such as login credentials, personal identifiable information, or financial data. This exposure occurs because the data lacks encryption during transit, allowing malicious actors to read the contents without authentication. To prevent this, developers must implement robust encryption protocols, such as TLS or SSL, for all data in transit. Additionally, enforcing strict security policies that mandate encrypted connections for all sensitive communications ensures that data remains protected against eavesdropping and man-in-the-middle attacks, maintaining confidentiality and integrity throughout the transmission process.

MITRE CWE 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…
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 i…
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.
Examples (2)
The following code attempts to establish a connection to a site to communicate sensitive information.
try { URL u = new URL("http://www.secret.example.org/"); HttpURLConnection hu = (HttpURLConnection) u.openConnection(); hu.setRequestMethod("PUT"); hu.connect(); OutputStream os = hu.getOutputStream(); hu.disconnect(); } catch (IOException e) { //... }
Bad · Java
In 2022, the OT:ICEFALL study examined products by 10 different Operational Technology (OT) vendors. The researchers reported 56 vulnerabilities and said that the products were "insecure by design" [REF-1283]. If exploited, these vulnerabilities often allowed adversaries to change how the products operated, ranging from denial of service to changing the code that the products executed. Since these…
CVE ID Title CVSS Severity Published
CVE-2026-19683 Unencrypted Credential Transmission in Omada Gateway Dynamic DNS Authentication in Omada Gateways — ER7212PC v2 6.3 Medium 2026-08-20
CVE-2026-76244 stigmem-node Insecure Federation Transport Configuration — stigmem 9.1 Critical 2026-08-19
CVE-2026-15806 `HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching — CPython 6.0 Medium 2026-08-18
CVE-2026-20294 Cisco Catalyst SD-WAN Manager Information Disclosure Vulnerability — Cisco Catalyst SD-WAN Manager 6.5 Medium 2026-08-05
CVE-2026-18536 Data::Entropy versions before 0.010 for Perl read remote entropy sources over plain HTTP — Data::Entropy - - 2026-08-01
CVE-2026-3182 Sensitive Data Exposure — ManageEngine Endpoint Central 4.3 Medium 2026-07-21
CVE-2026-48022 @hapi/wreck: Sensitive credential headers leak across cross-port and cross-scheme redirects — wreck 6.5 Medium 2026-07-17
CVE-2026-34346 Windows Ancillary Function Driver for WinSock Information Disclosure Vulnerability — Windows 10 Version 1607 5.5 Medium 2026-07-14
CVE-2026-53624 Fiber: HSTS header never set in helmet middleware due to incorrect protocol check — fiber 4.8 Medium 2026-07-08
CVE-2025-12530 Vulnerabilities found in Watson Data Intelligence — watsonx.data intelligence 5.9 Medium 2026-06-30
CVE-2025-36336 Cleartext Transmission of Sensitive Information in Watson Data Intelligence — watsonx.data intelligence 5.9 Medium 2026-06-30
CVE-2026-55844 Home Assistant: iOS Companion App ignores internal SSID allowlist for connections – possible leak of access token and sensor data — core 7.5 High 2026-06-29
CVE-2026-49486 Apache Airflow FTP provider: FTP Provider does not protect FTPS data channel (missing PROT_P) — Apache Airflow FTP provider - - 2026-06-26
CVE-2026-44726 Deno: TLS retry copies stale upgrade hook, risking plaintext traffic — deno 7.4 High 2026-06-23
CVE-2026-11833 Yokogawa Electric Corporation FAST/TOOLS 加密问题漏洞 — FAST/TOOLS - - 2026-06-23
CVE-2026-50034 Apollo Pharmacy Blood Glucose Monitoring System APG-01 BT Cleartext Transmission of Sensitive Information — Blood Glucose Monitoring System (Model No. APG-01 BT) 6.5 Medium 2026-06-18
CVE-2026-9741 Client side encryption fails to encrypt values in a $vectorSearch — MongoDB Server 6.5 Medium 2026-06-09
CVE-2026-45432 Cleartext Transmission of Credentials Vulnerability in GX Earth ONT Models — GX Earth 2022 - - 2026-06-04
CVE-2026-7666 Potential unencrypted email transmission via STARTTLS in the SMTP backend — Django 3.1 Low 2026-06-03
CVE-2023-52951 Synology Note Station Client 安全漏洞 — Synology Note Station Client 5.9 Medium 2026-06-03
CVE-2026-10584 HTTPS Fallback to HTTP in Graph Explorer — Graph Explorer 5.9 Medium 2026-06-02
CVE-2026-43625 CodexBar < 0.32.0 Session Cookie Exposure via HTTP Redirect — CodexBar 5.9 Medium 2026-06-01
CVE-2026-34126 Bluetooth Communication Uses Unencrypted Transmission During Initial Setup on TP-Link's Tapo L535E, P300 and D100C — Tapo L535E v1.0, v3.0 - - 2026-05-28
CVE-2024-47269 Synology Surveillance Station 安全漏洞 — Surveillance Station 4.9 Medium 2026-05-27
CVE-2026-24212 NVIDIA Isaac Launchable 安全漏洞 — Isaac Launchable 7.5 High 2026-05-26
CVE-2026-25608 Lack of traffic encryption in STER — STER - - 2026-05-22
CVE-2025-62311 HCL AION is affected by a vulnerability where backend service details may be transmitted over insecure HTTP channels. — AION 4.3 Medium 2026-05-14
CVE-2025-62310 HCL AION is affected by a vulnerability where encryption is not enforced for certain data transmissions or operations — AION 5.4 Medium 2026-05-14
CVE-2026-41281 KDDI あんしんフィルター 安全漏洞 — あんしんフィルター for au - - 2026-05-13
CVE-2026-45180 Catalyst::Plugin::Statsd versions through 0.10.0 for Perl may leak session ids — Catalyst::Plugin::Statsd 7.5 - 2026-05-10

Vulnerabilities classified as CWE-319 (敏感数据的明文传输) represent 384 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.