Fix apps being able to turn on bluetooth scanning#2844
Open
gowthambabu92 wants to merge 1 commit intoprojectceladon:celadon/s/mr0/stablefrom
Open
Fix apps being able to turn on bluetooth scanning#2844gowthambabu92 wants to merge 1 commit intoprojectceladon:celadon/s/mr0/stablefrom
gowthambabu92 wants to merge 1 commit intoprojectceladon:celadon/s/mr0/stablefrom
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. |
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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