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

Security: fileprovider allow access to all app files #262

Open
itzikkle opened this issue Sep 4, 2023 · 0 comments
Open

Security: fileprovider allow access to all app files #262

itzikkle opened this issue Sep 4, 2023 · 0 comments

Comments

@itzikkle
Copy link

itzikkle commented Sep 4, 2023

hi,
after apk decompile, i see that the package gives access to all the files under app domain,
since it uses "."
Since the package add to the assembled manifest access to ALL files under the app,
It makes a security vulnerability for the app.
All the files can be accesses by other apps, and its problematic policy.
The problem, is that in the file_paths.xml, the package put “.” (access to all files).
Can you please add something more restrictive (specific files/directories)?

**provider android:name="com.crazecoder.openfile.FileProvider" android:exported="false" android:authorities="com.fmr.meitavtradeapp.fileProvider.com.crazecoder.openfile" android:grantUriPermissions="true">

file_paths.xml:

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

No branches or pull requests

1 participant