Home

Description

In the Linux kernel, the following vulnerability has been resolved: drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup Protect vga_switcheroo_client_fb_set() with console lock. Avoids OOB access in fbcon_remap_all(). Without holding the console lock the call races with switching outputs. VGA switcheroo calls fbcon_remap_all() when switching clients. The fbcon function uses struct fb_info.node, which is set by register_framebuffer(). As the fb-helper code currently sets up VGA switcheroo before registering the framebuffer, the value of node is -1 and therefore not a legal value. For example, fbcon uses the value within set_con2fb_map() [1] as an index into an array. Moving vga_switcheroo_client_fb_set() after register_framebuffer() can result in VGA switching that does not switch fbcon correctly. Therefore move vga_switcheroo_client_fb_set() under fbcon_fb_registered(), which already holds the console lock. Fbdev calls fbcon_fb_registered() from within register_framebuffer(). Serializes the helper with VGA switcheroo's call to fbcon_remap_all(). Although vga_switcheroo_client_fb_set() takes an instance of struct fb_info as parameter, it really only needs the contained fbcon state. Moving the call to fbcon initialization is therefore cleaner than before. Only amdgpu, i915, nouveau and radeon support vga_switcheroo. For all other drivers, this change does nothing.

PUBLISHED Reserved 2025-12-16 | Published 2025-12-16 | Updated 2025-12-16 | Assigner Linux

Product status

Default status
unaffected

6a9ee8af344e3bd7dbd61e67037096cdf7f83289 (git) before 482330f8261b4bea8146d9bd69c1199e5dfcbb5c
affected

6a9ee8af344e3bd7dbd61e67037096cdf7f83289 (git) before 05814c389b53d2f3a0b9eeb90ba7a05ba77c4c2a
affected

6a9ee8af344e3bd7dbd61e67037096cdf7f83289 (git) before eb76d0f5553575599561010f24c277cc5b31d003
affected

Default status
affected

2.6.34
affected

Any version before 2.6.34
unaffected

6.12.61 (semver)
unaffected

6.17.11 (semver)
unaffected

6.18 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/482330f8261b4bea8146d9bd69c1199e5dfcbb5c

git.kernel.org/...c/05814c389b53d2f3a0b9eeb90ba7a05ba77c4c2a

git.kernel.org/...c/eb76d0f5553575599561010f24c277cc5b31d003

cve.org (CVE-2025-68296)

nvd.nist.gov (CVE-2025-68296)

Download JSON

Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.