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

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

drm/vc4: Shut down BO cache timer before teardown

The BO cache timer callback schedules timework, and timework can rearm the timer through vc4bocachefreeold().

vc4bocache_destroy() deletes the timer and then cancels the work, which does not break that cycle: the work being cancelled can rearm the timer, and the timer then queues work again after teardown.

Use timershutdownsync() instead, so the timer cannot be rearmed and the cycle ends with cancelworksync().

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