CVE-2026-68200
Last modified
CVE-2026-68200 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: don't re-enter an instance callback that is still running The userspace-driven timer (utimer) TRIGGER ioctl calls snd_timer_interrupt() directly with no serialization, so two threads triggering the same utimer can run snd_timer_interrupt() on one snd_timer concurrently. snd_timer_process_callbacks() drops timer->lock around each instance callback and marks the in-flight callback with the single SNDRV_TIMER_IFLG_CALLBACK bit; snd_timer_close_locked() waits on that bit to drain an in-flight callback before freeing the instance. The bit cannot represent two concurrent callbacks: when a second interrupt re-queues an instance whose callback is still running, both run at once, the first to finish clears the bit, and the close-path drain then frees the instance (and its callback_data) while the other callback is still live - a use-after-free reachable by any user able to open /dev/snd/timer, both via a user timer instance and via a sequencer queue timer bound to the utimer. snd_timer_interrupt() sets IFLG_CALLBACK before dropping timer->lock, so a concurrent interrupt already observes it under the lock.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: don't re-enter an instance callback that is still running The userspace-driven timer (utimer) TRIGGER ioctl calls snd_timer_interrupt() directly with no serialization, so two threads triggering the same utimer can run snd_timer_interrupt() on one snd_timer concurrently. snd_timer_process_callbacks() drops timer->lock around each instance callback and marks the in-flight callback with the single SNDRV_TIMER_IFLG_CALLBACK bit; snd_timer_close_locked() waits on that bit to drain an in-flight callback before freeing the instance. The bit cannot represent two concurrent callbacks: when a second interrupt re-queues an instance whose callback is still running, both run at once, the first to finish clears the bit, and the close-path drain then frees the instance (and its callback_data) while the other callback is still live - a use-after-free reachable by any user able to open /dev/snd/timer, both via a user timer instance and via a sequencer queue timer bound to the utimer. snd_timer_interrupt() sets IFLG_CALLBACK before dropping timer->lock, so a concurrent interrupt already observes it under the lock. Skip re-queuing an instance (and its slaves) to the ack/sack list while its callback is in flight; the accumulated pticks are delivered on the next tick, so no event is lost.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 37745918e0e7575bc40f38da93a99b9fa6406224, < 996c24377eea4d4506b7c3ccbbf1e490440b5e0b; >= 37745918e0e7575bc40f38da93a99b9fa6406224, < 1395327a96614885552bae5fbb650e6dd182d49b; >= 37745918e0e7575bc40f38da93a99b9fa6406224, < c1078130a4cd7e738f4b73afe99b3e68cbfbf884; >= 37745918e0e7575bc40f38da93a99b9fa6406224, < 70d28bfcd6224eed75986b3b987b997e59643fa4 |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68200?
How severe is CVE-2026-68200?
How do I fix CVE-2026-68200?
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-68195In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68196In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68197In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68198In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68199In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6820The VikBooking Hotel Booking Engine & PMS plugin for WordPre…7.2
- CVE-2026-68201In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68202In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68203In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68204In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68205In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68206In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68200?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
