The application allows backups via ADB (Android Debug Bridge). The backups performed by this functionality are not encrypted. Sensitive data of authenticated users can be included in the backup, and this data can be extracted by a non-authenticated attacker. Additionally, data can be copied into a USB stick and be moved out of the sphere of control of the application.
Leak sensitive information through backups.
Configure the attribute: application.android:allowBackup to false in the file: AndroidManifest.xml.
Unauthorized attacker with the APK installed in a device.
⌚ 60 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 does not allow backup