In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in store_modes() store_modes() replaces a framebuffer's modelist with modes from userspace. On success …
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in store_modes() store_modes() replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fb_destroy_modelist(). Two fields still point into that freed list. One pointer is fb_display[i].mode, the mode a console is using. fbcon_new_modelist() moves these pointers to the new list. It only does so for consoles still mapped to the framebuffer. An unmapped con…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0d35f9f194a858567a21017d69318a51e3a822b9
- https://git.kernel.org/stable/c/2c1c805c65fb7dc7524e20376d6987721e73a0b1
- https://git.kernel.org/stable/c/5267eab88fa4c684459504b8be577ad64953b9a6
- https://git.kernel.org/stable/c/70f1e000b88cfa8ca3fd7f4d082647fc089a7769
- https://git.kernel.org/stable/c/c6765f39ed27014ff877b00a2efa494233404e17
Timeline
- nvd_ingest NVD