flipperdevices / Flipper-Android-App

Android Mobile app to rule all Flipper's family
https://forum.flipperzero.one/c/mobile/14
MIT License
1.39k stars 159 forks source link

Fix for a vulnerability causing write access to internal application files #879

Closed LionZXY closed 1 week ago

LionZXY commented 1 week ago

Background

Now we can get write access to the internal files. Now this doesn't give direct access to the user's files, but it serves as a very dangerous step towards potential other vulnerabilities More info: https://github.com/flipperdevices/Flipper-Android-App/issues/877

Changes

Test plan

Try run apk from attached issue

Co-authored-by: LiveOverflow liveoverflow@gmail.com