-
Notifications
You must be signed in to change notification settings - Fork 250
Fix apps being able to turn on bluetooth scanning #2844
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
base: celadon/s/mr0/stable
Are you sure you want to change the base?
Fix apps being able to turn on bluetooth scanning #2844
Conversation
|
Program name for this pr is not compatable with other dependent prs, for more details please check tracked_on |
Any apps can get Bluetooth device picker activity and enable always discoverable and connectable scanning, which is vulnerable as anyone can connect to it. Fixes CVE_2022_20429 vulnerability issue by allowing only settings and system UI packages to turn on always discoverable BT scanning. Cherry picked from https://cs.android.com/android/_/android/platform/packages/apps/Car/Settings/+/7adb8ff6d30a1ab8f83c7b1fbddf04d76cfd9642 Tests-done: 1. Flash AAOS 2. BT on success 3. run android.security.cts.CVE_2022_20429.CVE_2022_20429#testPocCVE_2022_20429 4. Test pass Tracked-On: OAM-130036 Signed-off-by: Gowtham Anandha Babu <gowtham.anandha.babu@intel.com>
1881fc8 to
b1da27f
Compare
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
balajim001
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
FAILURE: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Any apps can get Bluetooth device picker activity and enable always discoverable and connectable scanning, which is vulnerable as anyone can connect to it.
Fixes CVE_2022_20429 vulnerability issue by allowing only settings and system UI packages to turn on always discoverable BT scanning.
Cherry picked from
https://cs.android.com/android/_/android/platform/packages/apps/Car/Settings/+/7adb8ff6d30a1ab8f83c7b1fbddf04d76cfd9642
Tests-done:
Tracked-On: OAM-130036