Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-95235.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-95235
Upstream
Published
2026-08-10T13:20:12Z
Modified
2026-08-31T05:26:27Z
Summary
CVE-2026-68238 affecting package kernel 6.6.150.1-1
Details

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

drm/amdgpu: Release VFCT ACPI table reference

amdgpuacpivfctbios() fetches the VFCT table with acpigettable() but never releases it. acpigettable() takes a reference on the table (incrementing its validationcount and mapping it on the 0->1 transition); without a paired acpiputtable() the mapping is leaked on every call, whether or not a matching VBIOS image is found.

Route all exit paths after the table is acquired through a common acpiputtable(). The VBIOS image is copied out with kmemdup() before the table is released, so it remains valid for the caller.

(cherry picked from commit ca5988682b4cba4cd125a0fa99b2de1239164ae4)

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