You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue that allows to retrieve any files from protected directory of application - /data/data/com.seafile.seadroid2/*. The issue is caused by exported activity com.seafile.seadroid2.ui.activity.ShareToSeafileActivity with intent filters SEND and android.intent.action.SEND_MULTIPLE that accept URI of files for upload. Any 3rd-party application could start this activity and upload on seafile server any files such as database file from protected directory.
For example the same vulnerabilities with similar impact in another apps:
This vulnerability is capable of stealing file with confidential data from protected directory of application.
Occurrences
https://github.com/haiwen/seadroid/blob/master/app/src/main/java/com/seafile/seadroid2/ui/activity/ShareToSeafileActivity.java#L118
There is not some check for directory /data/data.
The text was updated successfully, but these errors were encountered:
Description
There is an issue that allows to retrieve any files from protected directory of application - /data/data/com.seafile.seadroid2/*. The issue is caused by exported activity com.seafile.seadroid2.ui.activity.ShareToSeafileActivity with intent filters SEND and android.intent.action.SEND_MULTIPLE that accept URI of files for upload. Any 3rd-party application could start this activity and upload on seafile server any files such as database file from protected directory.
For example the same vulnerabilities with similar impact in another apps:
Proof of Concept
Impact
This vulnerability is capable of stealing file with confidential data from protected directory of application.
Occurrences
https://github.com/haiwen/seadroid/blob/master/app/src/main/java/com/seafile/seadroid2/ui/activity/ShareToSeafileActivity.java#L118
There is not some check for directory
/data/data
.The text was updated successfully, but these errors were encountered: