CVE-2026-89597
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
fbdev: uvesafb: unregister connector callback on init failure
uvesafb_init() registers the v86d connector callback before registering the platform driver. If platform_driver_register() 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
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 8bdb3a2d7df48b861972c4bfb58490853a228f51 < 9f8a822b44c42502f105cf6574f4867067eecdd0 | affected |
| Linux | Linux | 8bdb3a2d7df48b861972c4bfb58490853a228f51 < 466a8af0dee2cf745307155e26884e19a37b7e15 | affected |
| Linux | Linux | 8bdb3a2d7df48b861972c4bfb58490853a228f51 < 9e768ae51426af2034d479133cfd73010d641b1a | affected |
| Linux | Linux | 8bdb3a2d7df48b861972c4bfb58490853a228f51 < de8db23aa7c337e606fca9faf48b3ba72968597a | affected |
| Linux | Linux | 2.6.24 | affected |
| Linux | Linux | 0 < 2.6.24 | unaffected |
| Linux | Linux | 6.12.109 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.50 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.4 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/9f8a822b44c42502f105cf6574f4867067eecdd0
- https://git.kernel.org/stable/c/466a8af0dee2cf745307155e26884e19a37b7e15
- https://git.kernel.org/stable/c/9e768ae51426af2034d479133cfd73010d641b1a
- https://git.kernel.org/stable/c/de8db23aa7c337e606fca9faf48b3ba72968597a
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.