Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-99603.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-99603
Upstream
Published
2026-09-04T18:17:56Z
Modified
2026-09-06T05:31:44Z
Summary
CVE-2026-80887 affecting package kernel 6.6.150.1-1
Details

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

drm/vmwgfx: use checkaddoverflow for shader size+offset bound

vmwshaderdefine() validates the user-supplied shader window against its backing buffer with

(u64)buffer->tbo.base.size < (u64)size + (u64)offset

drmvmwshadercreatearg::offset is _u64 in the uapi; when it is near U64MAX the unsigned addition wraps and the resulting tiny value passes the check. The unbounded offset is then stored in res->guestmemoryoffset and forwarded to host SVGA shader-create commands.

Use checkaddoverflow() to detect the wrap and compare the resulting endpoint against the buffer size.

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