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

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

md/raid1: fix writes_pending and barrier reference leaks on write failures

raid1makerequest() acquires a writespending reference with mdwritestart() before calling raid1writerequest(). Several failure paths in raid1writerequest() complete the bio and return without reaching the normal write completion path, causing the corresponding mdwrite_end() to be skipped.

Make raid1writerequest() return a status indicating whether the write request was successfully queued. This allows raid1makerequest() to call mdwriteend() when raid1writerequest() fails.

Additionally, if waitblockedrdev() fails after wait_barrier() succeeds, the associated barrier reference is not released.

Call allow_barrier() before returning from that path to keep the barrier accounting balanced.

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