Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-99434.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-99434
Upstream
Published
2026-09-04T16:18:04Z
Modified
2026-09-05T14:16:56.875563176Z
Summary
CVE-2026-80785 affecting package kernel 6.6.150.1-1
Details

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

fbdev: serialize mode sysfs access with lockfbinfo()

showmode(), showmodes(), and storemode() access fbinfo->modelist and fbinfo->mode without holding lockfbinfo(). storemodes() takes lockfbinfo() while replacing the modelist and freeing the old one.

A concurrent reader or writer can load a pointer to an old modelist entry before storemodes() frees it, then dereference freed memory or store a stale freed pointer in fbinfo->mode.

Take lockfbinfo() in showmode(), showmodes(), and storemode() to serialize with storemodes(). In showmode(), copy the mode to the stack and format after dropping the lock. In storemode(), split activate() into a locked variant to avoid double-locking, and hold the locks for the modelist walk, mode conversion, activation, and fbinfo->mode assignment together.

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