michalbednarski
michalbednarski
In original PoC provided to Google I've used `content://android.settings.slices/action/battery_saver`, but in general bug could be used against any SliceProvider that doesn't care about what is uri authority (`android.settings.slices` in above...
You'll need to replace Uri authority (in `uri` in your code) to point your own provider as well as use [sliceManager.grantSlicePermission](https://developer.android.com/reference/android/app/slice/SliceManager.html#grantSlicePermission(java.lang.String,%20android.net.Uri)) to grant access to that Uri My code for...
Send me an email, you can find my address in `git log` of this repository (looks like GitHub doesn't show those in web interface and apparently spam bots rarely index...
As [noted elsewhere](https://github.com/michalbednarski/IntentsLab/issues/2#issuecomment-1763365098), by "start Activity as system" I mean having system perform `startActivity(attackerControlledIntent)`, not that launched Activity will be running as anything other than it'd usually run Since your...
As far as STMicroelectronics goes I don't know history, nor mine/Termux port of PRoot for Android was first one, although for some time that version of PRoot had widest supported...
First of all, are you running this on affected Android version? In theory this exploit should work on Android 13 with patch level earlier than November 2022. If you're running...
Fix is now available in Termux as `proot 5.1.107-65` From initial check it also appears that your other issue (#297) refers to same issue, but please confirm if you can
Your stack trace shows attempting to use `context` you've got in `onReceive` parameter, which is not usable for many operations as it references package name of attacker app while running...