Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

[BSI][0.5.4-alpha] App Snapshots Enabled #9

Closed
BSI-TF-CWA opened this issue May 28, 2020 · 2 comments
Closed

[BSI][0.5.4-alpha] App Snapshots Enabled #9

BSI-TF-CWA opened this issue May 28, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@BSI-TF-CWA
Copy link

Rating: Low

Description:
When an app is sent to the background, Android takes a snapshot of the latest view of the application and saves it on the file system. If this snapshot contains sensitive data, a malicious app can obtain such data from the sanpshot.

The snapshot is saved outside of the app's sandbox, therefore any malicious app can access it only if it has root privileges or can bypass sandboxing limitations.

Proof of concept - see picture below:
android_background_snapshot

@SebastianWolf-SAP SebastianWolf-SAP transferred this issue from another repository May 30, 2020
@SebastianWolf-SAP SebastianWolf-SAP added the bug Something isn't working label May 30, 2020
@marcmuschko
Copy link
Contributor

Hello @BSI-TF-CWA,

this finding has been resolved in pull request #108 (currently only dev branch), therefore I am closing this issue. If the implemented fix is not sufficient please let us know and repoen the issue.

Thanks and best,
Marc

@ironjan
Copy link
Contributor

ironjan commented Jun 18, 2020

@BSI-TF-CWA Could you clarify the following sentence for me? I can't really wrap my head around the second part (all after comma).

The snapshot is saved outside of the app's sandbox, therefore any malicious app can access it only if it has root privileges or can bypass sandboxing limitations.

Is the sentence above equivalent to "The snapshot is saved outside of the app's sandbox, and only apps with root privileges or apps that can bypass sandboxing limitations can access the snapshot"?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants