Skip to main content

Linux Kernel CVE-2026-74503

| EUVDEUVD-2026-59696 HIGH
2026-08-15 Linux GHSA-mwmj-cw5c-jg28
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Exploitation requires local device node access (AV:L) by a low-privilege user (PR:L); use-after-free in kernel heap yields full memory corruption (C:H/I:H/A:H) with no interaction needed.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
7.0 HIGH
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 11:52 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 15, 2026 - 13:04 EUVD
CVE Published
Aug 15, 2026 - 12:27 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 15, 2026 - 12:27 cve.org
HIGH 7.8

DescriptionCVE.org

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.

AnalysisAI

Use-after-free in the Linux kernel ALSA timer subsystem allows an unprivileged local user to corrupt kernel heap memory and escalate privileges to root. The flaw stems from snd_timer_close_locked() setting SNDRV_TIMER_IFLG_DEAD but never clearing it after close completes; when snd_seq_timer_open() retries on the same instance after a forced failure, snd_timer_instance_free() frees an object still referenced across multiple kernel data structures. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Gain local audio-group user access
Delivery
Open /dev/snd/seq to create sequencer queue
Exploit
Forge slave key via SNDRV_TIMER_IOCTL_SELECT with SNDRV_TIMER_CLASS_SLAVE
Install
Exhaust max_instances to force -EBUSY in snd_timer_check_master
C2
Trigger use-after-free via snd_seq_timer_open retry on freed instance
Execute
Corrupt kernel heap via stale pointer dereference
Impact
Escalate privileges to root

Vulnerability AssessmentAI

Exploitation Exploitation requires a local user account with read-write access to both /dev/snd/timer and /dev/snd/seq device nodes - on most desktop Linux distributions, this means membership in the audio group, which is assigned to interactive users by default but not to service accounts. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The NVD CVSS 3.1 vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H yielding 7.8 accurately reflects this vulnerability. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user who is a member of the audio group opens /dev/snd/seq to create a sequencer queue, then uses SNDRV_TIMER_IOCTL_SELECT with SNDRV_TIMER_CLASS_SLAVE to forge the queue's (slave_class, slave_id) key to match a pending slave. By opening additional slave timer instances on the same timer to reach its max_instances limit, the attacker forces snd_timer_check_master() to return -EBUSY, causing snd_seq_timer_open() to retry on a timer instance already freed by the prior internal call to snd_timer_close_locked(). …
Remediation Upgrade to a patched Linux kernel release: 6.12.103 or later for the 6.12.x stable series, 6.18.44 or later for the 6.18.x stable series, or 7.1.8 or later for the 7.1.x series. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, use your asset management and patch management systems to identify all Linux workstations and desktops running vulnerable kernel versions. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-74503 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy