CVE-2026-74503: ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes

Published Aug 15, 2026
·
Updated

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

ALSA: timer: Clear SNDRVTIMERIFLGDEAD once the close completes

sndtimercloselocked() marks an instance with SNDRVTIMERIFLGDEAD and returns early when the flag is already set, but the flag is never cleared again. A completed close ends in removeslavelinks(), which leaves timeri->timer NULL, so a second close is already harmless through the timer == NULL path; the early return can only be reached by an instance that was opened again in between. For such an instance the close unlinks nothing, so sndtimerinstancefree() frees an object that is still on timer->openlisthead, still on sndtimermasterlist if it was opened with a slave key, still owns any adopted slaves, and still holds its timer and module references.

sndseqtimeropen() reopens an instance exactly like that: it retries its fallback open on the same object after a failure that has already run sndtimercloselocked() internally. An unprivileged user with access to /dev/snd/timer and /dev/snd/seq can force that failure, since sndtimercheckmaster() returns -EBUSY when a pending slave matches the new master's (slaveclass, slaveid) key and the target timer has reached maxinstances, and SNDRVTIMERIOCTLSELECT with devclass = SNDRVTIMERCLASSSLAVE keeps the caller-supplied devsclass, so a sequencer queue's key can be forged. The freed instance is afterwards dereferenced by any further sndtimeropen() on that timer, by sndtimercheckslave(), and by /proc/asound/timers, which faults on the stale ti->owner pointer.

The flag only has to be visible while the close is in progress, which is all its other users need. Clear it in removeslavelinks(), under the same timer->lock that sets it, once the instance is off every list.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 15, 2026
CVE Published
via MITRE·12:27 PM
Data Sourced
via MITRE·12:27 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-74503?

The severity of CVE-2026-74503 is rated as 72.

2

How do I fix CVE-2026-74503?

To fix CVE-2026-74503, update your Linux kernel to the latest version that includes the patch for this vulnerability.

3

What component is affected by CVE-2026-74503?

CVE-2026-74503 affects the ALSA timer component in the Linux kernel.

4

What happens when CVE-2026-74503 is exploited?

Exploitation of CVE-2026-74503 could lead to improper handling of timer instances, potentially causing unexpected behavior.

5

When was CVE-2026-74503 published?

CVE-2026-74503 was published on August 15, 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