CVE-2026-89883
Last modified
CVE-2026-89883 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: rc: sunxi-cir: Unregister rc device on probe failure After rc_register_device() succeeds, later probe failures must undo the registration with rc_unregister_device(). The current error path jumps to the allocation cleanup label and only calls rc_free_device(), leaving the rc device registration and resources created by rc_register_device() behind. Add a registered-device unwind label for the IRQ lookup, IRQ request, and hardware initialization failure paths.
Description
In the Linux kernel, the following vulnerability has been resolved: media: rc: sunxi-cir: Unregister rc device on probe failure After rc_register_device() succeeds, later probe failures must undo the registration with rc_unregister_device(). The current error path jumps to the allocation cleanup label and only calls rc_free_device(), leaving the rc device registration and resources created by rc_register_device() behind. Add a registered-device unwind label for the IRQ lookup, IRQ request, and hardware initialization failure paths. Keep rc_free_device() for failures before rc_register_device() succeeds.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 4655a591478e4b31a3396695a2457daad9d4c899; >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 4efd7146dcf959afe64e9c51531cd8f82e60eab6; >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 826763adbd8bd3137c5b3756650da473dc6216d5; >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 59951b8a87ef4fb4b5b9409f70ba07663681a040; >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 5b58d8c206f37525c8217171e1f3e91dd2fa55e5; >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 5e6f5bffaa80fc8ecce348ec0e34fed9d843e47e; >= b4e3e59fb59c214c5bcf9d1bf2971f100e0dac4f, < 479aa6fa8c50f1052f1451326ef7d4d586d340c3 |
| Linux | Linux | 3.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89883?
How severe is CVE-2026-89883?
How do I fix CVE-2026-89883?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89878In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89879In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8988Autel Maxi Charger Single firmware through V1.03.51 exposes …6.8
- CVE-2026-89880In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89881In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89882In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89884In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89885In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89886In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89887In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89888In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89889In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89883?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
