CVE-2026-89522
Last modified
CVE-2026-89522 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: staging/ipu7: fix async notifier UAF on probe error path isys_register_devices() registers the V4L2 async notifier via isys_notifier_init(). If a subsequent probe step such as isys_fw_log_init() fails, isys_probe() jumps to the out_cleanup label which only calls isys_unregister_devices(). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: staging/ipu7: fix async notifier UAF on probe error path isys_register_devices() registers the V4L2 async notifier via isys_notifier_init(). If a subsequent probe step such as isys_fw_log_init() fails, isys_probe() jumps to the out_cleanup label which only calls isys_unregister_devices(). That helper tears down the video devices, subdevices, V4L2 device and media device, but never unregisters or cleans up the async notifier. As a result the notifier stays chained in the global notifier_list while the enclosing struct ipu7_isys is freed by devres, leading to list corruption and a use-after-free the next time the list is walked. The remove path already does the right thing by calling isys_notifier_cleanup() before isys_unregister_devices(). Mirror that on the probe error path so the notifier is unregistered and cleaned up before the device is torn down.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a516d36bdc3d8373f904af57c95e76d6f921cf1c, < 2a8dd9fd12f3f6b21207cec8f50c92cd428e6b81; >= a516d36bdc3d8373f904af57c95e76d6f921cf1c, < 323c411fb63122e8cef5b833032d69d59a838559; >= a516d36bdc3d8373f904af57c95e76d6f921cf1c, < d7f48aa7d60c65d3e6d5312c27f17d5525a245fb |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89522?
How severe is CVE-2026-89522?
How do I fix CVE-2026-89522?
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-89517In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89518In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89519In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8952Privilege escalation in the Application Update component. Th…8.8
- CVE-2026-89520In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89521In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-89523In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89524In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89525In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89526In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89527In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89528In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-89522?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
