CVE-2026-74503
Last modified
CVE-2026-74503 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes snd_timer_close_locked() marks an instance with SNDRV_TIMER_IFLG_DEAD and returns early when the flag is already set, but the flag is never cleared again. A completed close ends in remove_slave_links(), 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes snd_timer_close_locked() marks an instance with SNDRV_TIMER_IFLG_DEAD and returns early when the flag is already set, but the flag is never cleared again. A completed close ends in remove_slave_links(), 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 snd_timer_instance_free() frees an object that is still on timer->open_list_head, still on snd_timer_master_list if it was opened with a slave key, still owns any adopted slaves, and still holds its timer and module references. snd_seq_timer_open() reopens an instance exactly like that: it retries its fallback open on the same object after a failure that has already run snd_timer_close_locked() internally. An unprivileged user with access to /dev/snd/timer and /dev/snd/seq can force that failure, since snd_timer_check_master() returns -EBUSY when a pending slave matches the new master's (slave_class, slave_id) key and the target timer has reached max_instances, and SNDRV_TIMER_IOCTL_SELECT with dev_class = SNDRV_TIMER_CLASS_SLAVE keeps the caller-supplied dev_sclass, so a sequencer queue's key can be forged. The freed instance is afterwards dereferenced by any further snd_timer_open() on that timer, by snd_timer_check_slave(), 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 remove_slave_links(), under the same timer->lock that sets it, once the instance is off every list.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 586b219a22b1032b28b8bd356b963276c5e5bf53, < bb016091010ec401a06e6bdace0cd944ee03d371; >= f46093dd22969037beb1fce2e043f3236be41c92, < a26a2e52736f9e39843ca66a2e1ce6bf1adbcd1e; >= da3039e91d1f835874ed6e9a33ea19ee80c2cb92, < 0c561fab50991df10b1e4daca25886c34a2a9c07; >= da3039e91d1f835874ed6e9a33ea19ee80c2cb92, < c2744d5f3aea474513fd2298daecb94a952ce441; 60e73ab87b84bbd6bd7ddd1d16019a3a3705ab8f; >= 6.12.94, < 6.12.103; >= 6.18.36, < 6.18.44; >= 7.0.13, < 7.1 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74503?
How severe is CVE-2026-74503?
How do I fix CVE-2026-74503?
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-74498In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74499In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7450A maliciously crafted PAR file, when parsed through Autodesk…5.5
- CVE-2026-74500In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74501In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74502In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74504In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74506In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74507In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74508In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74509In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-74503?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
