Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab Automated static analysis: Allow Backup Check #348

Open
blawrencensdemo opened this issue Mar 21, 2018 · 0 comments
Open

Lab Automated static analysis: Allow Backup Check #348

blawrencensdemo opened this issue Mar 21, 2018 · 0 comments

Comments

@blawrencensdemo
Copy link
Owner

Summary

Platform: android
Package: bscorp.appbase

Checks to determine whether the allowBackup flag within the Android Manifest is set to False. If this flag is enabled, it could allow easier access to the application files stored on the device.

Risk and Regulatory information

Severity: medium
CVSS: 4.6

CWE: 538, 359
OWASP: Mobile Top 10: M10-Extraneous Functionality
NIAP: FPT_AEX_EXT.1.3

Details

Your application is declaring the allowBackup flag as true in the Android Manifest (or using the Android default value, which is true as well). This can allow an attacker to backup your application folder and recover private data from it.

Recommendation

Unless required by your app to run, it is recommended to explicitly set the allowBackup flag to false in the Android Manifest.

View more details in Lab Automated: https://lab.nowsecure.com/app/android/bscorp.appbase/assessment/1521666897889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant