CVE-2026-89597: fbdev: uvesafb: unregister connector callback on init failure

Published Sep 11, 2026
·
Updated

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

fbdev: uvesafb: unregister connector callback on init failure

uvesafbinit() registers the v86d connector callback before registering the platform driver. If platformdriverregister() fails, the function returns the error directly and leaves the connector callback registered.

The later platform-device failure path already unregisters the callback. Add the same cleanup before the final return when platform-driver registration fails.

This issue was identified during our ongoing static-analysis research while reviewing kernel code.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:44 PM
Data Sourced
via MITRE·07:44 PM
Description

Frequently Asked Questions

1

Under what condition does the callback remain registered?

The callback is left registered only when uvesafb_init() has registered the v86d connector callback and the subsequent platform_driver_register() call fails.

2

Is the platform-device failure path affected by the same cleanup omission?

No. The description states that the later platform-device failure path already unregisters the connector callback.

3

What does the available fix change?

The fix adds connector-callback cleanup before returning an error when platform-driver registration fails.

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