0.0
NA
CVE-2026-74261
ALSA: seq: avoid stale FIFO cells during resize
Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: avoid stale FIFO cells during resize snd_seq_fifo_resize() still needs to publish the replacement pool before it waits for FIFO users. A blocking snd_seq_read() holds f->use_lock while it sleeps, so concurrent senders must be able to queue to the new pool and wake that reader instead of failing against a closing old pool. However, snd_seq_fifo_event_in() duplicates an event before it takes f->lock, and snd_seq_read() can dequeue a cell and later call snd_seq_fifo_cell_putback() if copy_to_user() or snd_seq_expand_var_event() fails. If resize swaps f->pool and detaches oldhead in between, either path can relink an old-pool cell after the snapshot. That stale cell sits outside the drained oldhead list, keeps oldpool->counter elevated, and can leave snd_seq_pool_delete() waiting for the retired pool to drain. Keep the existing swap-before-wait ordering in snd_seq_fifo_resize(), but reject stale cells before any FIFO relink. Revalidate event-in cells under f->lock and retry them against the published replacement pool, and free stale putback cells instead of linking them back into the FIFO. The buggy scenario involves two paths, with each column showing the order within that path: resize path: relink path: 1. Allocate newpool. 1. Take f->use_lock. 2. Swap f->pool to newpool and 2. Duplicate or dequeue an old-pool detach oldhead. cell before oldpool closes. 3. Mark oldpool closing and 3. Reach a later relink point after wait for FIFO users. resize published newpool. 4. Free oldhead and delete 4. Relink the old-pool cell after oldpool. resize detached oldhead. 5. Drop f->use_lock. The reproducer reports a resize ioctl blocked in the expected pool teardown path: signal: resize iteration=98 target_pool=4 exceeded 250ms (elapsed=251ms) diagnostic: resize_tid=651 wchan=snd_seq_pool_done diagnostic: resize_tid=651 stack= snd_seq_pool_done+0x5b/0x140 snd_seq_pool_delete+0x7a/0x90 snd_seq_fifo_resize+0x193/0x1e0 snd_seq_ioctl_set_client_pool+0x214/0x260 snd_seq_ioctl+0x119/0x540 __x64_sys_ioctl+0xd1/0x120 do_syscall_64+0xbb/0x2f0 entry_SYSCALL_64_after_hwframe+0x77/0x7f A second run with larger pools hit the same target path: signal: resize iteration=32 target_pool=64 exceeded 250ms (elapsed=251ms) diagnostic: resize_tid=663 wchan=snd_seq_pool_done diagnostic: resize_tid=663 stack= snd_seq_pool_done+0x5b/0x140 snd_seq_pool_delete+0x7a/0x90 snd_seq_fifo_resize+0x193/0x1e0 snd_seq_ioctl_set_client_pool+0x214/0x260 snd_seq_ioctl+0x119/0x540 __x64_sys_ioctl+0xd1/0x120 do_syscall_64+0xbb/0x2f0 entry_SYSCALL_64_after_hwframe+0x77/0x7f

INFO

Published Date :

Aug. 15, 2026, 6:22 a.m.

Last Modified :

Aug. 17, 2026, 6:19 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-74261 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
Avoid stale cells during FIFO resize by rejecting stale cells before relinking.
  • Revalidate event-in cells under f->lock.
  • Retry events against the published replacement pool.
  • Free stale putback cells instead of relinking.
  • Apply the provided kernel patch.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-74261.

URL Resource
https://git.kernel.org/stable/c/1c4c35fb68d520241f7d9f1c356b5e2370fd8364
https://git.kernel.org/stable/c/98a965cb1e767b54b6bbd831b6cea26f521a8f51
https://git.kernel.org/stable/c/e546128291f8d688dcb931827e2efd2aa6c0734d
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-74261 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-74261 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-74261 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-74261 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 17, 2026

    Action Type Old Value New Value
    Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': '98a965cb1e767b54b6bbd831b6cea26f521a8f51', 'versionType': 'git'}, {'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': '1c4c35fb68d520241f7d9f1c356b5e2370fd8364', 'versionType': 'git'}, {'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': 'e546128291f8d688dcb931827e2efd2aa6c0734d', 'versionType': 'git'}, {'status': 'affected', 'version': 'df7a2d0af9f7ab73cf22a7b62bbc0bad93a02110', 'versionType': 'git'}, {'status': 'affected', 'version': '28e0ebdd57cd3287ac821068364b74c70af3861c', 'versionType': 'git'}, {'status': 'affected', 'version': 'd4b8e8a32d74052fe292618ae19f794944ddc673', 'versionType': 'git'}, {'status': 'affected', 'version': 'e91325f27c4d98d1088e9e86b3ab475f752eeb80', 'versionType': 'git'}, {'status': 'affected', 'version': '9ebfed203c0d93449a074c5c2fd5bb3e58518f0d', 'versionType': 'git'}, {'status': 'affected', 'version': '3492352e1f34673708fa7409b4b1d97545aa2f1c', 'versionType': 'git'}, {'status': 'affected', 'version': 'a90d7447e4a154ad26e3b9e09a0878680be49339', 'versionType': 'git'}, {'status': 'affected', 'version': '74a2c1ff88a4e0960623d17f7db56ac5a60bb0cf', 'versionType': 'git'}, {'status': 'affected', 'version': 'c36ef6467420f8982e6d4d6f93d0634a85a5ee45', 'versionType': 'git'}, {'status': 'affected', 'version': '3.2.91', 'lessThan': '3.3', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.10.107', 'lessThan': '3.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.12.73', 'lessThan': '3.13', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.16.46', 'lessThan': '3.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.18.50', 'lessThan': '3.19', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.1.40', 'lessThan': '4.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.4.60', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.9.21', 'lessThan': '4.10', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.10.9', 'lessThan': '4.11', 'versionType': 'semver'}], 'programFiles': ['sound/core/seq/seq_fifo.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['sound/core/seq/seq_fifo.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': '98a965cb1e767b54b6bbd831b6cea26f521a8f51', 'versionType': 'git'}, {'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': '1c4c35fb68d520241f7d9f1c356b5e2370fd8364', 'versionType': 'git'}, {'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': 'e546128291f8d688dcb931827e2efd2aa6c0734d', 'versionType': 'git'}, {'status': 'affected', 'version': 'df7a2d0af9f7ab73cf22a7b62bbc0bad93a02110', 'versionType': 'git'}, {'status': 'affected', 'version': '28e0ebdd57cd3287ac821068364b74c70af3861c', 'versionType': 'git'}, {'status': 'affected', 'version': 'd4b8e8a32d74052fe292618ae19f794944ddc673', 'versionType': 'git'}, {'status': 'affected', 'version': 'e91325f27c4d98d1088e9e86b3ab475f752eeb80', 'versionType': 'git'}, {'status': 'affected', 'version': '9ebfed203c0d93449a074c5c2fd5bb3e58518f0d', 'versionType': 'git'}, {'status': 'affected', 'version': '3492352e1f34673708fa7409b4b1d97545aa2f1c', 'versionType': 'git'}, {'status': 'affected', 'version': 'a90d7447e4a154ad26e3b9e09a0878680be49339', 'versionType': 'git'}, {'status': 'affected', 'version': '74a2c1ff88a4e0960623d17f7db56ac5a60bb0cf', 'versionType': 'git'}, {'status': 'affected', 'version': 'c36ef6467420f8982e6d4d6f93d0634a85a5ee45', 'versionType': 'git'}, {'status': 'affected', 'version': '3.2.91', 'lessThan': '3.3', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.10.107', 'lessThan': '3.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.12.73', 'lessThan': '3.13', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.16.46', 'lessThan': '3.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.18.50', 'lessThan': '3.19', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.1.40', 'lessThan': '4.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.4.60', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.9.21', 'lessThan': '4.10', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.10.9', 'lessThan': '4.11', 'versionType': 'semver'}], 'programFiles': ['sound/core/seq/seq_fifo.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['sound/core/seq/seq_fifo.c'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': '98a965cb1e767b54b6bbd831b6cea26f521a8f51', 'versionType': 'git'}, {'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': '1c4c35fb68d520241f7d9f1c356b5e2370fd8364', 'versionType': 'git'}, {'status': 'affected', 'version': '2d7d54002e396c180db0c800c1046f0a3c471597', 'lessThan': 'e546128291f8d688dcb931827e2efd2aa6c0734d', 'versionType': 'git'}, {'status': 'affected', 'version': 'df7a2d0af9f7ab73cf22a7b62bbc0bad93a02110', 'versionType': 'git'}, {'status': 'affected', 'version': '28e0ebdd57cd3287ac821068364b74c70af3861c', 'versionType': 'git'}, {'status': 'affected', 'version': 'd4b8e8a32d74052fe292618ae19f794944ddc673', 'versionType': 'git'}, {'status': 'affected', 'version': 'e91325f27c4d98d1088e9e86b3ab475f752eeb80', 'versionType': 'git'}, {'status': 'affected', 'version': '9ebfed203c0d93449a074c5c2fd5bb3e58518f0d', 'versionType': 'git'}, {'status': 'affected', 'version': '3492352e1f34673708fa7409b4b1d97545aa2f1c', 'versionType': 'git'}, {'status': 'affected', 'version': 'a90d7447e4a154ad26e3b9e09a0878680be49339', 'versionType': 'git'}, {'status': 'affected', 'version': '74a2c1ff88a4e0960623d17f7db56ac5a60bb0cf', 'versionType': 'git'}, {'status': 'affected', 'version': 'c36ef6467420f8982e6d4d6f93d0634a85a5ee45', 'versionType': 'git'}, {'status': 'affected', 'version': '3.2.91', 'lessThan': '3.3', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.10.107', 'lessThan': '3.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.12.73', 'lessThan': '3.13', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.16.46', 'lessThan': '3.17', 'versionType': 'semver'}, {'status': 'affected', 'version': '3.18.50', 'lessThan': '3.19', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.1.40', 'lessThan': '4.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.4.60', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.9.21', 'lessThan': '4.10', 'versionType': 'semver'}, {'status': 'affected', 'version': '4.10.9', 'lessThan': '4.11', 'versionType': 'semver'}], 'programFiles': ['sound/core/seq/seq_fifo.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['sound/core/seq/seq_fifo.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: avoid stale FIFO cells during resize snd_seq_fifo_resize() still needs to publish the replacement pool before it waits for FIFO users. A blocking snd_seq_read() holds f->use_lock while it sleeps, so concurrent senders must be able to queue to the new pool and wake that reader instead of failing against a closing old pool. However, snd_seq_fifo_event_in() duplicates an event before it takes f->lock, and snd_seq_read() can dequeue a cell and later call snd_seq_fifo_cell_putback() if copy_to_user() or snd_seq_expand_var_event() fails. If resize swaps f->pool and detaches oldhead in between, either path can relink an old-pool cell after the snapshot. That stale cell sits outside the drained oldhead list, keeps oldpool->counter elevated, and can leave snd_seq_pool_delete() waiting for the retired pool to drain. Keep the existing swap-before-wait ordering in snd_seq_fifo_resize(), but reject stale cells before any FIFO relink. Revalidate event-in cells under f->lock and retry them against the published replacement pool, and free stale putback cells instead of linking them back into the FIFO. The buggy scenario involves two paths, with each column showing the order within that path: resize path: relink path: 1. Allocate newpool. 1. Take f->use_lock. 2. Swap f->pool to newpool and 2. Duplicate or dequeue an old-pool detach oldhead. cell before oldpool closes. 3. Mark oldpool closing and 3. Reach a later relink point after wait for FIFO users. resize published newpool. 4. Free oldhead and delete 4. Relink the old-pool cell after oldpool. resize detached oldhead. 5. Drop f->use_lock. The reproducer reports a resize ioctl blocked in the expected pool teardown path: signal: resize iteration=98 target_pool=4 exceeded 250ms (elapsed=251ms) diagnostic: resize_tid=651 wchan=snd_seq_pool_done diagnostic: resize_tid=651 stack= snd_seq_pool_done+0x5b/0x140 snd_seq_pool_delete+0x7a/0x90 snd_seq_fifo_resize+0x193/0x1e0 snd_seq_ioctl_set_client_pool+0x214/0x260 snd_seq_ioctl+0x119/0x540 __x64_sys_ioctl+0xd1/0x120 do_syscall_64+0xbb/0x2f0 entry_SYSCALL_64_after_hwframe+0x77/0x7f A second run with larger pools hit the same target path: signal: resize iteration=32 target_pool=64 exceeded 250ms (elapsed=251ms) diagnostic: resize_tid=663 wchan=snd_seq_pool_done diagnostic: resize_tid=663 stack= snd_seq_pool_done+0x5b/0x140 snd_seq_pool_delete+0x7a/0x90 snd_seq_fifo_resize+0x193/0x1e0 snd_seq_ioctl_set_client_pool+0x214/0x260 snd_seq_ioctl+0x119/0x540 __x64_sys_ioctl+0xd1/0x120 do_syscall_64+0xbb/0x2f0 entry_SYSCALL_64_after_hwframe+0x77/0x7f
    Added Reference https://git.kernel.org/stable/c/1c4c35fb68d520241f7d9f1c356b5e2370fd8364
    Added Reference https://git.kernel.org/stable/c/98a965cb1e767b54b6bbd831b6cea26f521a8f51
    Added Reference https://git.kernel.org/stable/c/e546128291f8d688dcb931827e2efd2aa6c0734d
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.