CVE-2026-89874
Last modified
CVE-2026-89874 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: avoid deleting unlinked ASC entry on link error v4l2_async_match_notify() creates ancillary media links before adding asc->asc_subdev_entry to sd->asc_list. If ancillary link creation fails, the function jumps to err_call_unbind while asc_subdev_entry has not been linked yet. Async connections are zero-allocated, so the list entry still has NULL next and prev pointers on this path.
Description
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: avoid deleting unlinked ASC entry on link error v4l2_async_match_notify() creates ancillary media links before adding asc->asc_subdev_entry to sd->asc_list. If ancillary link creation fails, the function jumps to err_call_unbind while asc_subdev_entry has not been linked yet. Async connections are zero-allocated, so the list entry still has NULL next and prev pointers on this path. Calling list_del() on it can therefore dereference NULL instead of returning the original link creation error. Do not delete asc_subdev_entry from err_call_unbind. There is no list insertion to undo on this path; the bound callback and sub-device registration are the operations that need to be rolled back.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < d273571e531405426983c6a45ec635c7d0415eed; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < caac13f518d83974e9884d1eeda3d4cc3bb92978; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < 3345746e0957bce6c53644838e4955710a82a962; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < a57d94026cb4fd7b3d258f0db2ad391cbccfaba5; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < 47d82b605351c0e04f6365e42c8ffe2fcfdba615 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89874?
How severe is CVE-2026-89874?
How do I fix CVE-2026-89874?
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-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-89870In the Linux kernel, the following vulnerability has been re…7.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-89875In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89876In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89877In the Linux kernel, the following vulnerability has been re…8.4
- 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
Are you affected by CVE-2026-89874?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
