Use-After-Free Vulnerability in Linux Kernel fbdev Component
CVE-2026-63826

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
19 July 2026

What is CVE-2026-63826?

A critical issue has been identified in the Linux kernel's framebuffer device (fbdev) that exposes it to a use-after-free vulnerability. When the store_modes() function is executed, it replaces the framebuffer's modelist with new modes obtained from userspace. Upon successful execution, it invalidates the old modelist via fb_destroy_modelist(), but critical pointers remain pointing to this freed memory. Two significant pointers are affected: fb_display[i].mode, which is utilized by console applications, and fb_info->mode, the current mode of the framebuffer. If a console becomes unmapped or is unbound, these pointers can retain references to outdated information leading to potential system instability and security threats when exploited. It is important to apply the proposed fixes to safely manage memory usage and avoid these vulnerabilities.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 5267eab88fa4c684459504b8be577ad64953b9a6

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0d35f9f194a858567a21017d69318a51e3a822b9

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.