Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96420.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96420
Upstream
Published
2026-08-15T06:22:39Z
Modified
2026-08-31T05:26:27Z
Summary
CVE-2026-74375 affecting package kernel 6.6.150.1-1
Details

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

md/raid1,raid10: fix deadlock in read error recovery path

raid1d and raid10d may resubmit a split md cloned bio while handling a read error. In this case, resubmitting the bio can lead to a deadlock if the array is suspended before mdhandlerequest() acquires an activeio reference via percpureftrygetlive().

Since the cloned bio already holds an activeio reference, trying to acquire another reference via percpureftrygetlive() can lead to a deadlock while the array is suspended.

Fix this by using percpurefget() for md cloned bios.

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-96420.json"