CVE-2026-80786: fbdev: Wrap user-invoked calls to fb_set_var() in helper

Published Sep 4, 2026
·
Updated

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

fbdev: Wrap user-invoked calls to fbsetvar() in helper

Handle fbcon during display updates in fbsetvarfromuser(). Check with fbcon if the mode change is possible, update hardware state and finally update fbcon. Update all callers.

Only the FBIOPUTVSCREENINFO ioctl currently does all steps. Other mode-changes callers in sysfs and driver code are missing fbcon-related steps.

With the new helper, ps3fb and shmobilelcdcfb no longer maintain fbcon state themselves.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 4, 2026
CVE Published
via MITRE·03:12 PM
Data Sourced
via MITRE·03:12 PM
Description

Frequently Asked Questions

1

Which interfaces are implicated beyond the existing ioctl path?

The issue concerns mode-change callers in sysfs and driver code. The FBIOPUT_VSCREENINFO ioctl is identified as the only path that already performs all required fbcon-related steps.

2

What is required to trigger the affected behavior?

A mode change must be initiated through a user-invoked path that reaches fb_set_var(), including the identified sysfs-related callers. The provided information does not specify required privileges or a remote attack vector.

3

What changes does the fix make?

The fix routes user-invoked fb_set_var() calls through fb_set_var_from_user(), which checks whether fbcon permits the mode change, updates hardware state, and then updates fbcon state. It also updates callers and removes separate fbcon-state handling from ps3fb and sh_mobile_lcdcfb.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203