Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-92570.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-92570
Upstream
Published
2026-07-19T15:16:54Z
Modified
2026-08-30T05:26:50Z
Summary
CVE-2026-63871 affecting package kernel 6.6.150.1-1
Details

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ISO: Fix data-race on isopi fields in hciget_route calls

isoconnectbis(), isoconnectcis(), isolistenbis(), and isoconnbigsync() call hcigetroute() using isopi(sk)->dst, isopi(sk)->src, and isopi(sk)->srctype without holding locksock().

These fields may be modified concurrently by connect() or setsockopt() on the same socket, resulting in data-races reported by KCSAN.

Fix this by snapshotting the required fields under locksock() before calling hciget_route().

BUG: KCSAN: data-race in memcmp+0x45/0xb0

race at unknown origin, with read to 0xffff8880122135cf of 1 bytes by task 333 on cpu 1: memcmp+0x45/0xb0 hcigetroute+0x27e/0x490 isoconnectcis+0x4c/0xa10 isosockconnect+0x60e/0xb30 __sysconnectfile+0xbd/0xe0 __sys_connect+0xe0/0x110 __x64sysconnect+0x40/0x50 x64syscall+0xcad/0x1c60 dosyscall64+0x133/0x590 entrySYSCALL64afterhwframe+0x77/0x7f

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-92570.json"