Programmer, maintainer of Termux PRoot, Android bug hunter, driver assistance systems (ADAS) testing at work, they/he, @[email protected]
ID: 1476204849238880256
http://legit-elephant.lol/@[email protected] 29-12-2021 14:55:09
43 Tweet
152 Followers
82 Following
Sergey Toshin Long time ago there was ThreadLocal in ActivityManagerService that overridden ALL permission checks done under IActivityManager.openFile, later after my report this was restricted and it only affected ContentProvider.openFile: android.googlesource.com/platform/frame…
[Old bug, CVE-2018-9492] On Android 8 and 9 apps could grant themselves access to any ContentProvider through use of FLAG_GRANT_PERSISTABLE_URI_PERMISSION, which made system skip checking if caller itself has permission which is being granted. Fix commit: android.googlesource.com/platform/frame…