Severity: 🟡 MEDIUM
Audit Reference: TC-75B094E1 (Cipher Security Assessment - Jan 24, 2026)
Vulnerability Description
Backup enabled in manifest allows ADB extraction of app data (tokens, credentials) with physical access or malware with ADB permissions.
Technical Changes Required
AndroidManifest.xml
<application
android:allowBackup="false"
android:fullBackupContent="false"
...>
Acceptance Criteria
Target Release
v4.1.0-security
Note: This is a quick fix that complements MW-SEC-002 (Encrypted Storage)
Severity: 🟡 MEDIUM
Audit Reference: TC-75B094E1 (Cipher Security Assessment - Jan 24, 2026)
Vulnerability Description
Backup enabled in manifest allows ADB extraction of app data (tokens, credentials) with physical access or malware with ADB permissions.
Technical Changes Required
AndroidManifest.xml
Acceptance Criteria
android:allowBackup="false"set in AndroidManifest.xmlTarget Release
v4.1.0-security
Note: This is a quick fix that complements MW-SEC-002 (Encrypted Storage)