24 lines
510 B
YAML
24 lines
510 B
YAML
id: adb-backup-enabled
|
|
|
|
info:
|
|
name: ADB Backup Enabled
|
|
author: gaurang
|
|
severity: low
|
|
description: ADB Backup is enabled, which allows the backup and restore of an app's private data.
|
|
reference:
|
|
- https://adb-backup.com/
|
|
classification:
|
|
cwe-id: CWE-200
|
|
remediation: Ensure proper access or disable completely.
|
|
tags: android,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "android:allowBackup=\"true\""
|
|
|
|
# Enhanced by mp on 2022/02/09
|