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

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

drm/vc4: hvs/v3d: Fix null dereference in unbind

The hvs and v3d drivers use devgetdrvdata(master) in their unbind functions. Since the vc4-drm gets removed before its dependent drivers (vc4hvs/vc4v3d) the vc4hvsunbind/vc4v3dunbind functions try to get drvdata of its master and fails with a null dereference error.

Use the data pointer passed to the unbind functions directly instead of devgetdrvdata(master). This avoids using potentially freed memory.

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