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

fix the android 'StrandHogg' vulnerability #581

Merged
merged 1 commit into from Aug 30, 2021

Conversation

dreacot
Copy link
Contributor

@dreacot dreacot commented Aug 30, 2021

This PR fixes an android vulnerability which allows tasks to be hijacked by malicious apps, the vulnerability is termed 'StrandHogg'.

Activities were previously launched using the singleTask launch mode, which allowed the vulnerability, now activities are launched using singleTop to eradicate this loop hole.

@dreacot dreacot added this to In progress in dcrandroid board via automation Aug 30, 2021
@beansgum beansgum merged commit f3dd0fb into planetdecred:master Aug 30, 2021
dcrandroid board automation moved this from In progress to Done Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants