CVE-2026-93101
Last modified
CVE-2026-93101 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Unregister sub-device if asc_list is empty When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes. The cause is that the tvp5150 i2c module uses v4l2_async, but the em28xx driver does not since it predates v4l2_async. In that corner case sd->asc_list is empty, so v4l2_async_unregister_subdev() never calls v4l2_device_unregister_subdev(). Modify the code so that, if sd->asc_list is empty, v4l2_device_unregister_subdev() is still called..
Description
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Unregister sub-device if asc_list is empty When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes. The cause is that the tvp5150 i2c module uses v4l2_async, but the em28xx driver does not since it predates v4l2_async. In that corner case sd->asc_list is empty, so v4l2_async_unregister_subdev() never calls v4l2_device_unregister_subdev(). Modify the code so that, if sd->asc_list is empty, v4l2_device_unregister_subdev() is still called.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < c7201bd08cad791858337e33ffcd90d8ae4147c2; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < e190320cebe921f99973c984ac53f317061a011f; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < 65e55f34fb2d61cb4f8a5dfcb93848af2aea0f32; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < 9fb74dce5c650cb23b60f6ba0ffcd5024e948a75; >= 28a1295795d85a25f2e7dd391c43969e95fcb341, < 4e72f13d58c4245c177a9d5f54579345554f354d |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93101?
How severe is CVE-2026-93101?
How do I fix CVE-2026-93101?
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-93095In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93096In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93098In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93099In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93100In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93102In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93103In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93104In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93105In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93106In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93107In the Linux kernel, the following vulnerability has been re…8.2
Are you affected by CVE-2026-93101?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
