CVE-2026-89870
Last modified
CVE-2026-89870 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: zoran: Avoid freeing a registered video_device twice zoran_init_video_device() installs zoran_vdev_release() as the video_device release callback through zoran_template. After video_register_device() succeeds, video_unregister_device() drops the registered video_device reference and the V4L2 core eventually invokes that release callback, which kfree()s the video_device. zoran_exit_video_devices() called video_unregister_device() and then kfree(zr->video_dev), so device teardown could free the same video_device twice. Remove the direct kfree() and clear the cached pointer after unregistering.
Description
In the Linux kernel, the following vulnerability has been resolved: media: zoran: Avoid freeing a registered video_device twice zoran_init_video_device() installs zoran_vdev_release() as the video_device release callback through zoran_template. After video_register_device() succeeds, video_unregister_device() drops the registered video_device reference and the V4L2 core eventually invokes that release callback, which kfree()s the video_device. zoran_exit_video_devices() called video_unregister_device() and then kfree(zr->video_dev), so device teardown could free the same video_device twice. Remove the direct kfree() and clear the cached pointer after unregistering. The pre-registration failure path keeps its manual free because the video_device was not registered there. This issue was found by a static analysis checker and confirmed by manual source review.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 82e3a496eb56da0b9f29fdc5b63cedb3289e91de, < 3ad6cf27505017a6794f5f96c31218c2291e951b; >= 82e3a496eb56da0b9f29fdc5b63cedb3289e91de, < c4acac8cdc005b2d14b6cef5e215d264212857f3; >= 82e3a496eb56da0b9f29fdc5b63cedb3289e91de, < 4d99d8d0d895489064783601a516bd45812fa992; >= 82e3a496eb56da0b9f29fdc5b63cedb3289e91de, < f1c4f3885df1f09bcab5296d86834d104f865e86; >= 82e3a496eb56da0b9f29fdc5b63cedb3289e91de, < 672dbccf4351370dad002d3c78dbb29ca1588f22; >= 82e3a496eb56da0b9f29fdc5b63cedb3289e91de, < 0735e0b5a96761a9ce277a238e834008ad92a0a5; bd01629315ffd5b63da91d0bd529a77d30e55028; ff3357bffd9fb78f59762d8955afc7382a279079; c1ba65100a359fe28cfe37e09e10c99f247cbf1e; 1e501ec38796f43e995731d1bcd4173cb1ccfce0; >= 5.10.110, < 5.11; >= 5.15.33, < 5.16; >= 5.16.19, < 5.17; >= 5.17.2, < 5.18 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89870?
How severe is CVE-2026-89870?
How do I fix CVE-2026-89870?
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-89865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89866In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89867In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89869In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8987Autel Maxi Charger Single firmware through V1.03.51 contains…8.8
- CVE-2026-89871In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89872In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89873In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89874In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89875In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89876In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89870?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
