CVE-2026-80854
Last modified
CVE-2026-80854 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: keep port count until LUN teardown completes tcm_usbg_drop_nexus() permits session removal once tpg_port_count reaches zero. However, usbg_port_unlink() currently decrements that count from the fabric_pre_unlink() callback, before core_dev_del_lun() waits for active se_lun references to drain. If removal of the last LUN races a nexus removal, the latter can observe a zero port count and call target_remove_session().
Description
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: keep port count until LUN teardown completes tcm_usbg_drop_nexus() permits session removal once tpg_port_count reaches zero. However, usbg_port_unlink() currently decrements that count from the fabric_pre_unlink() callback, before core_dev_del_lun() waits for active se_lun references to drain. If removal of the last LUN races a nexus removal, the latter can observe a zero port count and call target_remove_session(). This frees sess_cmd_map while an in-flight struct usbg_cmd, including its work item, can still be accessed. Overlapping the last-LUN unlink with nexus removal reproduces this lifetime violation as a DEBUG_OBJECTS "free active" warning for usbg_cmd_work, followed by a target-core BUG/Oops. The generic target-core unlink path has no callback after core_dev_del_lun() completes. Add an optional fabric_post_unlink() callback and use it for the f_tcm port count. The count now remains nonzero until core_dev_del_lun() has finished draining active LUN references, preventing nexus removal from freeing the session during command completion.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c52661d60f636d17e26ad834457db333bd1df494, < c494c5562ca69b61a82f566e3b87a445d2c28929; >= c52661d60f636d17e26ad834457db333bd1df494, < c1f359d9a5efed458946063de65ddbeaacc4f165; >= c52661d60f636d17e26ad834457db333bd1df494, < 178f59a0bccd3f66cdfa5184310f31a58b7257c4; >= c52661d60f636d17e26ad834457db333bd1df494, < ad6f0375d2e93a1d8c015463e5e92dfcb26e311b; >= c52661d60f636d17e26ad834457db333bd1df494, < 2efbfd42441d3ef8137aff2d59e9835e1d5ae780; >= c52661d60f636d17e26ad834457db333bd1df494, < 85aa61fedcb4eb13f3dc5db73f6dc359f41f5d95; >= c52661d60f636d17e26ad834457db333bd1df494, < bbd6aa311a9f4dd17822c7557451458d3d2e980b; >= c52661d60f636d17e26ad834457db333bd1df494, < eaa96a8458f54d6cf0954242ab8b1df2a6fccafa; >= c52661d60f636d17e26ad834457db333bd1df494, < c39d0916da47d94909391876c9e5bd429ea7b1b9 |
| Linux | Linux | 3.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80854?
How severe is CVE-2026-80854?
How do I fix CVE-2026-80854?
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-80849In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8085A security issue exists within Arena® Simulation due to a me…7.3
- CVE-2026-80850In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80851In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80852In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80853In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80855In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80856In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80857In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80858In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80859In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8086A vulnerability was identified in OSGeo gdal up to 3.13.0dev…7.8
Are you affected by CVE-2026-80854?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
