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

Description#

The code is making HTTP requests using the ‘sling’ library over unencrypted (http://) connections instead of secure (https://) ones. This exposes any data sent—including sensitive information like personal details or credentials—to interception by attackers.

Impact#

An attacker could intercept and read or modify data transmitted between your application and external services, leading to sensitive information leakage, compromised user privacy, or unauthorized actions. This can result in data breaches, regulatory violations, and loss of user trust.