🚀 Submit a Challenge — SecDim AppSec Village CTF at DEF CON 34 and Win a ROG Xbox Ally

Cleartext Transmission of Sensitive Information

The application transmits sensitive or security-critical data over an unencrypted communication channel. Because the data is sent in cleartext, an attacker with access to the network path, intermediary infrastructure, logs, packet captures, or internal traffic monitoring points may be able to intercept and read the transmitted information. This can expose credentials, session tokens, configuration data, personal information, or other sensitive application data. In some cases, an attacker may also be able to modify traffic in transit, leading to unauthorised access, session hijacking, or tampering with application behaviour.

Remediation

Ensure all sensitive communication is protected using secure transport encryption, such as HTTPS/TLS. Disable insecure protocols such as HTTP, FTP, Telnet, and other plaintext channels where sensitive data may be transmitted. Configure services to enforce encrypted connections only, use valid certificates, and apply secure TLS settings across the full session, not only during authentication. Security tests should verify that sensitive data is never transmitted over cleartext channels.

Metadata

  • Severity: high
  • Slug: cleartext-transmission-of-sensitive-information

CWEs

  • 319: Cleartext Transmission of Sensitive Information

OWASP

  • LLM02:2025: Sensitive Information Disclosure

Available Labs

Open Gcp labs in SecDim Play for this vulnerability.

Try it yourself

Find, Hack and Fix Your First Vulnerability

Reading about security bugs is one thing — fixing one is how the skill sticks. Play a free challenge from the wargame, no setup required.