Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96450.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96450
Upstream
Published
2026-08-15T13:17:49Z
Modified
2026-09-05T05:27:51Z
Summary
CVE-2026-74448 affecting package kernel 6.6.150.1-1
Details

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

drm/amdkfd: fix QID bit leak in pqmcreatequeue()

When MES is enabled and amdgpuamdkfdallockernelmem() fails during the first queue creation for a process, pqmcreatequeue() returns early via 'return retval' without going through the errcreatequeue cleanup label.

This means clearbit(*qid, pqm->queueslotbitmap) is never called, leaving the reserved QID bit permanently set in queueslot_bitmap. Over time this leaks QID slots, potentially exhausting all available queue slots.

Fix this by replacing 'return retval' with 'goto errallocatepqn' so that clear_bit() is always called on the error path without touching the uninitialized pqn pointer.

AILIKFD-813

(cherry picked from commit a107f74c38edbb80d6ab64dcaeeb292c14e9779f)

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