In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: refactor malicious adv data check
Check for out-of-bound read was being performed at the end of while
num_reports loop, and would fill journal with false positives. Added
check to beginning of loop processing so that it doesn't get checked
after ptr has been advanced.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-20 11:15
Updated : 2024-11-21 06:36
NVD link : CVE-2021-47620
Mitre link : CVE-2021-47620
CVE.ORG link : CVE-2021-47620
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read