CVE-2026-68202: ALSA: seq: close a re-opened queue timer in the destructor

Published Aug 10, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ALSA: seq: close a re-opened queue timer in the destructor

queuedelete() closes the queue timer, then frees it. sndseqtimerclose() clears q->timer->timeri. snduselocksync() then drains borrowers, and sndseqtimerdelete() frees q->timer.

A borrower can re-open the timer inside that window. A SETQUEUECLIENT that took a queueptr() uselock reference before the queue was unlinked runs sndseqtimeropen() after the close. Open refuses re-open only while timeri is set, and the close just cleared it, so it re-opens timeri.

sndseqtimerdelete() does not close that instance. Its sndseqtimerstop() is a no-op, because running was cleared first. So it frees q->timer with the instance still live. The queue is freed next.

The instance stays on the global timer with callbackdata pointing at the freed queue. A non-owner START on the unlocked queue arms it. The next tick derefs the freed queue in sndseqtimerinterrupt().

Reachable by an unprivileged user with access to /dev/snd/seq. No CAP and no queue ownership required.

Close any lingering instance in the destructor. There, ->timeri can no longer change: the queue is unlinked and all uselock borrowers have drained, so no sndseqqueueuse() can re-open it. Close it before clearing q->timer. sndtimerclose() waits for any in-flight sndseqtimerinterrupt() to finish, and that callback still reads q->timer (via sndseqcheckqueue()), so q->timer must stay valid until it drains.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 10, 2026
CVE Published
via MITRE·12:00 PM
Data Sourced
via MITRE·12:00 PM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68202?

CVE-2026-68202 has a risk rating of 75, indicating a significant vulnerability.

2

How do I fix CVE-2026-68202?

To fix CVE-2026-68202, update to the latest version of the Linux kernel that addresses this issue.

3

Which software is affected by CVE-2026-68202?

CVE-2026-68202 affects the Linux kernel with ALSA functionalities.

4

What type of vulnerability is CVE-2026-68202?

CVE-2026-68202 is a vulnerability related to a queue timer in the ALSA subsystem of the Linux kernel.

5

When was CVE-2026-68202 published?

CVE-2026-68202 was published on August 10, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203