Property
Languagejava
Severitymedium
CWECWE-319: Cleartext Transmission of Sensitive Information
OWASPA03:2017 - Sensitive Data Exposure
Confidence LevelMedium
Impact LevelMedium
Likelihood LevelMedium

Description#

The application is making HTTP requests using Java Spring’s RestTemplate to URLs that start with ‘http://’, which sends data over an unencrypted connection. This exposes sensitive information to anyone who can intercept the network traffic.

Impact#

If exploited, attackers could eavesdrop on requests and responses, capturing sensitive data such as authentication tokens, personal information, or API keys. This can lead to data breaches, session hijacking, or unauthorized access to user accounts and backend services.