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 Vulnerability: Sensitive Data Stored on External Storage #101

Open
michael2to3 opened this issue Jan 4, 2025 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@michael2to3
Copy link

i2pd for Android has a security vulnerability: all configuration data, including tunnel keys, is stored on external storage (e.g., SD card). This exposes the data to potential access and modification by any application granted access to the SD card, risking key leakage, unauthorized configuration changes, and security breaches.
p

Suggested Fix:

Store sensitive data, such as tunnel keys and configurations, in internal storage to prevent unauthorized access and ensure data security.

@r4sas
Copy link
Member

r4sas commented Jan 8, 2025

Feel free to create PR to make such change, but in that case you will cut users from ability to modify configuration files.
If anyone would write whole GUI configuration stuff - we will accept it.

@r4sas r4sas added the help wanted Extra attention is needed label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants