The application has android:usesCleartextTraffic set to true, which allows it to access resources that do not use encryption, a situation that could be exploited by an attacker to perform MitM attacks and compromise the confidentiality and integrity of the application.
- Obtain sensitive information through MitM attacks.
- Modify intercepted information with the aim of deceiving an application user.
The android:usesCleartextTraffic must be set to false.
Attacker without credentials from the same network segment as an application user.
⌚ 15 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The application manifest has usesCleartextTraffic set to false
The application manifest has usesCleartextTraffic set to true