CVE-2026-80816
Last modified
CVE-2026-80816 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: Use a private URB for the notification endpoint fcp_init_notify() used mixer->urb, which snd_usb_mixer_status_create() allocates for the optional UAC2 status interrupt endpoint and mixer.c kills, resubmits and frees. On a device with that endpoint, fcp_init_notify()'s "already set up" early return fires on the status URB and returns success without doing anything.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: Use a private URB for the notification endpoint fcp_init_notify() used mixer->urb, which snd_usb_mixer_status_create() allocates for the optional UAC2 status interrupt endpoint and mixer.c kills, resubmits and frees. On a device with that endpoint, fcp_init_notify()'s "already set up" early return fires on the status URB and returns success without doing anything. No FCP notification URB is submitted, and cmd_done is left zeroed because it is initialised past that early return and nowhere else. fcp_init() then issues init1_opcode and wait_for_completion_timeout() would crash adding to the zeroed wait.head. fcp_cleanup_urb() would also kill and free mixer.c's status URB. Use a separate URB in fcp_data, and initialise cmd_done in fcp_init_private() where fcp_data is allocated. fcp_init_notify() is reached again after suspend via fcp_reinit(), and the URB kill path in fcp_notify() completes cmd_done, leaving a stale count that would satisfy the next command's wait before the device ACKs. Use reinit_completion() to clear it.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 46757a3e7d50dac923888e7fbe68377736f13c70, < 65aceb45ca91ddb7f7ed178821f481b34da35543; >= 46757a3e7d50dac923888e7fbe68377736f13c70, < 5da21a434171e8ecf1d992c6f1d84c0c706fd395; >= 46757a3e7d50dac923888e7fbe68377736f13c70, < 6db3c1d7e2872c9904e05ca8e0515920776a3c9c; >= 46757a3e7d50dac923888e7fbe68377736f13c70, < 918b8d231c571c50a00efe92ffc8404a537a0490 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80816?
How severe is CVE-2026-80816?
How do I fix CVE-2026-80816?
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-80810In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80811In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80812In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80813In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80814In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80815In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80817In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80818In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80819In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8082The bpost-shipping-platform WordPress plugin before 3.2.3 do…7.5
- CVE-2026-80820In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80821In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80816?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
