{"id":"CVE-2026-74261","summary":"ALSA: seq: avoid stale FIFO cells during resize","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: seq: avoid stale FIFO cells during resize\n\nsnd_seq_fifo_resize() still needs to publish the replacement pool\nbefore it waits for FIFO users. A blocking snd_seq_read() holds\nf-\u003euse_lock while it sleeps, so concurrent senders must be able to\nqueue to the new pool and wake that reader instead of failing against a\nclosing old pool.\n\nHowever, snd_seq_fifo_event_in() duplicates an event before it takes\nf-\u003elock, and snd_seq_read() can dequeue a cell and later call\nsnd_seq_fifo_cell_putback() if copy_to_user() or\nsnd_seq_expand_var_event() fails. If resize swaps f-\u003epool and detaches\noldhead in between, either path can relink an old-pool cell after the\nsnapshot. That stale cell sits outside the drained oldhead list, keeps\noldpool-\u003ecounter elevated, and can leave snd_seq_pool_delete() waiting\nfor the retired pool to drain.\n\nKeep the existing swap-before-wait ordering in snd_seq_fifo_resize(),\nbut reject stale cells before any FIFO relink. Revalidate event-in cells\nunder f-\u003elock and retry them against the published replacement pool, and\nfree stale putback cells instead of linking them back into the FIFO.\n\nThe buggy scenario involves two paths, with each column showing the\norder within that path:\n\nresize path:                    relink path:\n1. Allocate newpool.             1. Take f-\u003euse_lock.\n2. Swap f-\u003epool to newpool and   2. Duplicate or dequeue an old-pool\n   detach oldhead.                  cell before oldpool closes.\n3. Mark oldpool closing and      3. Reach a later relink point after\n   wait for FIFO users.             resize published newpool.\n4. Free oldhead and delete       4. Relink the old-pool cell after\n   oldpool.                         resize detached oldhead.\n                                 5. Drop f-\u003euse_lock.\n\nThe reproducer reports a resize ioctl blocked in the expected pool\nteardown path:\n\nsignal: resize iteration=98 target_pool=4 exceeded 250ms\n        (elapsed=251ms)\ndiagnostic: resize_tid=651 wchan=snd_seq_pool_done\ndiagnostic: resize_tid=651 stack=\n  snd_seq_pool_done+0x5b/0x140\n  snd_seq_pool_delete+0x7a/0x90\n  snd_seq_fifo_resize+0x193/0x1e0\n  snd_seq_ioctl_set_client_pool+0x214/0x260\n  snd_seq_ioctl+0x119/0x540\n  __x64_sys_ioctl+0xd1/0x120\n  do_syscall_64+0xbb/0x2f0\n  entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\nA second run with larger pools hit the same target path:\n\nsignal: resize iteration=32 target_pool=64 exceeded 250ms\n        (elapsed=251ms)\ndiagnostic: resize_tid=663 wchan=snd_seq_pool_done\ndiagnostic: resize_tid=663 stack=\n  snd_seq_pool_done+0x5b/0x140\n  snd_seq_pool_delete+0x7a/0x90\n  snd_seq_fifo_resize+0x193/0x1e0\n  snd_seq_ioctl_set_client_pool+0x214/0x260\n  snd_seq_ioctl+0x119/0x540\n  __x64_sys_ioctl+0xd1/0x120\n  do_syscall_64+0xbb/0x2f0\n  entry_SYSCALL_64_after_hwframe+0x77/0x7f","modified":"2026-08-18T03:31:00.393359013Z","published":"2026-08-15T05:57:38.311Z","database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74261.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/1c4c35fb68d520241f7d9f1c356b5e2370fd8364"},{"type":"WEB","url":"https://git.kernel.org/stable/c/98a965cb1e767b54b6bbd831b6cea26f521a8f51"},{"type":"WEB","url":"https://git.kernel.org/stable/c/e546128291f8d688dcb931827e2efd2aa6c0734d"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74261.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-74261"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"2d7d54002e396c180db0c800c1046f0a3c471597"},{"fixed":"98a965cb1e767b54b6bbd831b6cea26f521a8f51"},{"fixed":"1c4c35fb68d520241f7d9f1c356b5e2370fd8364"},{"fixed":"e546128291f8d688dcb931827e2efd2aa6c0734d"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"0"},{"last_affected":"df7a2d0af9f7ab73cf22a7b62bbc0bad93a02110"},{"last_affected":"28e0ebdd57cd3287ac821068364b74c70af3861c"},{"last_affected":"d4b8e8a32d74052fe292618ae19f794944ddc673"},{"last_affected":"e91325f27c4d98d1088e9e86b3ab475f752eeb80"},{"last_affected":"9ebfed203c0d93449a074c5c2fd5bb3e58518f0d"},{"last_affected":"3492352e1f34673708fa7409b4b1d97545aa2f1c"},{"last_affected":"a90d7447e4a154ad26e3b9e09a0878680be49339"},{"last_affected":"74a2c1ff88a4e0960623d17f7db56ac5a60bb0cf"},{"last_affected":"c36ef6467420f8982e6d4d6f93d0634a85a5ee45"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3.2.91"},{"fixed":"3.3"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3.10.107"},{"fixed":"3.11"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3.12.73"},{"fixed":"3.13"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3.16.46"},{"fixed":"3.17"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3.18.50"},{"fixed":"3.19"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.1.40"},{"fixed":"4.2"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.4.60"},{"fixed":"4.5"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.9.21"},{"fixed":"4.10"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.10.9"},{"fixed":"4.11"}]}],"versions":["v3.16.45","v3.2.90","v3.16.44","v3.2.89","v3.10.106","v3.10.105","v3.16.43","v3.2.88","v4.1.39","v3.18.49","v3.18.48","v4.4.59","v4.10.8","v4.9.20","v3.16.42","v3.2.87","v4.10.7","v4.9.19","v4.4.58","v4.10.6","v4.9.18","v4.4.57","v4.10","v4.10.5","v4.9.17","v4.4.56","v4.10.4","v4.9.16","v4.4.55","v4.10.3","v4.9.15","v4.4.54","v3.12.72","v3.16.41","v3.2.86","v4.10.2","v4.9.14","v4.4.53","v4.10.1","v4.9.13","v4.4.52","v3.12.71","v4.1.38","v4.9","v3.16.40","v3.2.85","v4.9.12","v4.4.51","v4.9.11","v4.4.50","v3.16.39","v3.2.84","v4.10-rc8","v4.10-rc3","v4.10-rc1","v4.10-rc7","v4.4.49","v4.9.10","v4.10-rc6","v4.10-rc2","v4.9.9","v4.4.48","v4.10-rc5","v4.9.8","v4.4.47","v3.18.47","v3.10.104","v4.9.7","v4.4.46","v4.9.6","v4.4.45","v3.12.70","v4.10-rc4","v4.9.5","v4.4.44","v4.9.4","v4.4.43","v4.9.3","v4.4.42","v3.18.46","v4.1.37","v4.9.2","v4.4.41","v4.9.1","v4.4.40","v4.4.39","v4.1.36","v4.9-rc7","v4.9-rc6","v4.9-rc8","v4.4.38","v3.12.69","v4.9-rc1","v4.4.37","v4.9-rc5","v4.4.36","v4.9-rc3","v3.18.45","v4.4.35","v4.9-rc4","v3.12.68","v4.4.34","v4.9-rc2","v4.4.33","v3.16.38","v3.2.83","v3.18.44","v4.4.32","v4.4.31","v4.4.30","v3.12.67","v4.8","v4.4.29","v4.4.28","v4.1.35","v4.4.27","v3.12.66","v4.1.34","v3.18.43","v4.4.26","v3.16.37","v3.2.82","v3.12.65","v4.4.25","v3.10.103","v4.4.24","v4.4.23","v4.8-rc8","v4.8-rc2","v4.8-rc1","v4.8-rc7","v4.4.22","v3.12.64","v4.8-rc6","v4.8-rc5","v4.4.21","v3.12.63","v3.18.42","v4.1.33","v4.8-rc4","v4.4.20","v3.18.41","v4.8-rc3","v4.1.32","v4.7","v4.4.19","v3.18.40","v4.1.31","v3.16.36","v3.2.81","v3.18.39","v3.10.102","v4.4.18","v4.4.17","v4.1.30","v4.4.16","v4.7-rc4","v4.1.29","v4.7-rc2","v3.18.38","v4.4.15","v4.7-rc1","v4.7-rc7","v3.12.62","v4.7-rc6","v3.18.37","v4.1.28","v4.7-rc3","v4.4.14","v3.18.36","v4.1.27","v4.7-rc5","v4.4.13","v3.12.61","v3.18.35","v4.6","v4.1.26","v4.6-rc1","v3.16.35","v3.2.80","v4.4.12","v3.10.101","v4.4.11","v3.18.34","v4.1.25","v3.12.60","v4.6-rc6","v4.6-rc4","v4.6-rc7","v4.4.10","v4.6-rc5","v4.5-rc4","v3.18.33","v4.1.24","v4.6-rc2","v4.4.9","v4.6-rc3","v3.18.32","v4.1.23","v4.4.8","v3.12.59","v3.2.79","v4.5","v4.4.7","v3.18.31","v4.1.22","v3.12.58","v4.4.6","v3.18.30","v4.1.21","v3.2.78","v3.12.57","v4.4","v4.5-rc1","v3.18.29","v4.5-rc6","v4.1.20","v4.4.5","v3.10.100","v4.5-rc2","v4.5-rc7","v4.5-rc5","v4.4.4","v3.10.99","v4.5-rc3","v3.12.56","v3.18.28","v4.1.19","v4.4.3","v3.10.98","v3.12.55","v3.2.77","v4.4.2","v3.10.97","v3.18.27","v4.1.18","v3.10.96","v4.4.1","v3.2.76","v3.12.54","v3.18.26","v4.1.17","v4.1.16","v3.10.95","v3.12.53","v4.1.15","v3.10.94","v3.2.75","v4.4-rc1","v4.4-rc2","v4.4-rc8","v3.18.25","v4.4-rc3","v4.4-rc7","v4.4-rc5","v3.12.52","v4.4-rc6","v4.4-rc4","v3.2.74","v4.3","v4.1.14","v4.1.13","v3.10.93","v3.12.51","v3.2.73","v3.2.72","v3.18.24","v4.3-rc1","v4.1.12","v3.10.92","v4.3-rc6","v3.12.50","v4.3-rc4","v4.3-rc2","v4.3-rc7","v3.18.23","v4.3-rc5","v4.3-rc3","v4.1.11","v3.10.91","v4.1.10","v3.10.90","v4.2","v3.2.71","v3.18.22","v3.12.49","v4.1.9","v3.10.89","v4.1.8","v4.1.7","v3.10.88","v3.12.48","v3.10.87","v4.1.6","v4.2-rc2","v4.2-rc1","v4.2-rc8","v3.18.21","v4.2-rc4","v3.12.47","v4.2-rc6","v4.2-rc7","v3.18.20","v4.0-rc5","v4.1.5","v3.10.86","v3.2.70","v4.2-rc5","v4.1.4","v3.10.85","v3.2.69","v4.2-rc3","v3.12.46","v3.18.19","v3.10.84","v4.1.3","v3.12.45","v4.1.2","v4.1-rc2","v4.1","v3.18.18","v3.10.83","v4.1.1","v4.1-rc1","v3.10.82","v3.10.81","v3.18.17","v3.12.44","v3.10.80","v4.1-rc8","v4.1-rc7","v4.1-rc6","v3.18.16","v3.18.15","v4.1-rc3","v4.1-rc4","v3.10.79","v4.0","v4.1-rc5","v3.18.14","v3.12.43","v3.10.78","v3.10.77","v3.18.13","v3.2.68","v3.10.76","v3.12.42","v3.12.41","v3.10.75","v4.0-rc1","v3.18.12","v3.10.74","v4.0-rc2","v3.12.40","v3.10.73","v4.0-rc7","v3.18.11","v3.12.39","v4.0-rc3","v4.0-rc6","v4.0-rc4","v3.10.72","v3.19","v3.18.10","v3.10.71","v3.18.9","v3.18.8","v3.10.70","v3.2.67","v3.12.38","v3.18.7","v3.10.69","v3.2.66","v3.19-rc7","v3.19-rc5","v3.19-rc1","v3.18.6","v3.10.68","v3.18.5","v3.10.67","v3.19-rc6","v3.19-rc4","v3.12.37","v3.10.66","v3.18.4","v3.18.3","v3.10.65","v3.18-rc1","v3.19-rc3","v3.19-rc2","v3.18.2","v3.10.64","v3.12.36","v3.18.1","v3.10.63","v3.18","v3.12.35","v3.2.65","v3.10.62","v3.2.64","v3.18-rc7","v3.10.61","v3.12.34","v3.18-rc6","v3.18-rc2","v3.18-rc3","v3.18-rc4","v3.18-rc5","v3.10.60","v3.12.33","v3.17","v3.10.59","v3.2.63","v3.16.7","v3.12.32","v3.16.6","v3.10.58","v3.17-rc1","v3.12.31","v3.16.5","v3.10.57","v3.17-rc7","v3.16.4","v3.10.56","v3.17-rc2","v3.10.55","v3.16.3","v3.17-rc4","v3.16","v3.17-rc5","v3.17-rc6","v3.12.30","v3.12.29","v3.16.2","v3.10.54","v3.17-rc3","v3.2.62","v3.12.28","v3.16.1","v3.10.53","v3.12.27","v3.16-rc7","v3.10.52","v3.10.51","v3.2.61","v3.16-rc1","v3.16-rc3","v3.10.50","v3.12.26","v3.16-rc5","v3.16-rc6","v3.10.49","v3.16-rc2","v3.16-rc4","v3.12.25","v3.10.48","v3.12.24","v3.13","v3.2.60","v3.10.47","v3.15","v3.10.46","v3.10.45","v3.10.44","v3.12.23","v3.12.22","v3.10.43","v3.10.42","v3.15-rc5","v3.2.59","v3.10.41","v3.15-rc8","v3.15-rc1","v3.15-rc6","v3.12.21","v3.15-rc3","v3.10.40","v3.15-rc7","v3.15-rc2","v3.15-rc4","v3.2.58","v3.14","v3.12.20","v3.10.39","v3.10.38","v3.12.19","v3.14-rc4","v3.2.57","v3.10.37","v3.12.18","v3.14-rc8","v3.10.36","v3.12.17","v3.14-rc7","v3.2.56","v3.14-rc6","v3.14-rc1","v3.14-rc2","v3.10.35","v3.2.55","v3.12.16","v3.10.34","v3.14-rc5","v3.12.15","v3.10.33","v3.14-rc3","v3.12.14","v3.10.32","v3.12.13","v3.12.12","v3.10.31","v3.12.11","v3.10.30","v3.2.54","v3.12.10","v3.10.29","v3.13-rc6","v3.12.9","v3.10.28","v3.12.8","v3.10.27","v3.13-rc8","v3.12","v3.13-rc7","v3.13-rc1","v3.12.7","v3.10.26","v3.13-rc4","v3.13-rc3","v3.12.6","v3.10.25","v3.13-rc5","v3.2.53","v3.13-rc2","v3.12.5","v3.10.24","v3.12.4","v3.10.23","v3.10.22","v3.12.3","v3.12.2","v3.10.21","v3.12.1","v3.10.20","v3.2.52","v3.10.19","v3.12-rc7","v3.12-rc3","v3.12-rc6","v3.10.18","v3.12-rc1","v3.12-rc5","v3.11","v3.10.17","v3.12-rc2","v3.12-rc4","v3.2.51","v3.10.16","v3.10.15","v3.10.14","v3.10.13","v3.10.12","v3.10.11","v3.2.50","v3.11-rc7","v3.10.10","v3.11-rc2","v3.11-rc5","v3.11-rc1","v3.11-rc3","v3.11-rc4","v3.10.9","v3.11-rc6","v3.10.8","v3.10.7","v3.10.6","v3.10.5","v3.10-rc2","v3.10.4","v3.2.49","v3.10.3","v3.2.48","v3.10.2","v3.10","v3.10.1","v3.10-rc7","v3.2.47","v3.10-rc6","v3.10-rc1","v3.10-rc5","v3.10-rc3","v3.2.46","v3.10-rc4","v3.2.45","v3.9","v3.2.44","v3.9-rc2","v3.9-rc7","v3.9-rc8","v3.2.43","v3.9-rc3","v3.9-rc6","v3.9-rc5","v3.9-rc4","v3.9-rc1","v3.2.42","v3.8","v3.2.41","v3.2.40","v3.2.39","v3.8-rc7","v3.8-rc6","v3.2.38","v3.8-rc5","v3.8-rc2","v3.2.37","v3.8-rc1","v3.8-rc3","v3.8-rc4","v3.2.36","v3.7","v3.2.35","v3.7-rc1","v3.6","v3.7-rc6","v3.7-rc7","v3.7-rc3","v3.7-rc8","v3.2.34","v3.7-rc2","v3.7-rc4","v3.7-rc5","v3.2.33","v3.2.32","v3.2.31","v3.2.30","v3.6-rc7","v3.6-rc1","v3.5-rc3","v3.6-rc6","v3.6-rc5","v3.5","v3.6-rc3","v3.6-rc4","v3.2.29","v3.6-rc2","v3.2.28","v3.4-rc4","v3.2.27","v3.2.26","v3.2.25","v3.2.24","v3.5-rc7","v3.2.23","v3.5-rc5","v3.5-rc6","v3.5-rc2","v3.2.22","v3.5-rc1","v3.5-rc4","v3.2.21","v3.4","v3.2.20","v3.2.19","v3.2.18","v3.4-rc2","v3.4-rc1","v3.2.17","v3.4-rc7","v3.4-rc6","v3.4-rc3","v3.4-rc5","v3.2.16","v3.2.15","v3.3","v3.2.14","v3.2.13","v3.3-rc6","v3.3-rc3","v3.2.12","v3.3-rc7","v3.2.11","v3.3-rc2","v3.3-rc5","v3.2","v3.2.10","v3.3-rc4","v3.2.9","v3.3-rc1","v3.2.8","v3.2.7","v3.2.6","v3.2.5","v3.2.4","v3.2.3","v3.2.2","v3.2.1","v3.2-rc4","v3.2-rc7","v3.2-rc6","v3.2-rc5","v3.2-rc3","v3.1","v3.2-rc2","v3.2-rc1","v3.1-rc1","v3.1-rc9","v3.1-rc8","v3.1-rc10","v3.1-rc7","v3.1-rc3","v3.1-rc2","v3.1-rc4","v3.1-rc5","v3.0","v3.1-rc6","v3.0-rc7","v3.0-rc4","v3.0-rc6","v3.0-rc5","v3.0-rc3","v3.0-rc1","v2.6.39","v3.0-rc2","v2.6.38","v2.6.39-rc2","v2.6.39-rc7","v2.6.39-rc5","v2.6.39-rc1","v2.6.38-rc7","v2.6.39-rc6","v2.6.39-rc4","v2.6.39-rc3","v2.6.37","v2.6.38-rc1","v2.6.38-rc8","v2.6.38-rc2","v2.6.38-rc6","v2.6.38-rc5","v2.6.38-rc4","v2.6.38-rc3","v2.6.37-rc4","v2.6.37-rc2","v2.6.36","v2.6.37-rc5","v2.6.37-rc8","v2.6.37-rc7","v2.6.37-rc6","v2.6.37-rc1","v2.6.37-rc3","v2.6.36-rc6","v2.6.35-rc4","v2.6.36-rc8","v2.6.35","v2.6.36-rc7","v2.6.36-rc3","v2.6.36-rc5","v2.6.36-rc4","v2.6.36-rc2","v2.6.36-rc1","v2.6.35-rc5","v2.6.35-rc6","v2.6.34","v2.6.35-rc3","v2.6.35-rc1","v2.6.35-rc2","v2.6.34-rc7","v2.6.34-rc6","v2.6.34-rc5","v2.6.34-rc4","v2.6.34-rc3","v2.6.34-rc2","v2.6.34-rc1","v2.6.33","v2.6.33-rc6","v2.6.33-rc8","v2.6.33-rc4","v2.6.33-rc5","v2.6.33-rc3","v2.6.33-rc7","v2.6.33-rc2","v2.6.32","v2.6.33-rc1","v2.6.32-rc8","v2.6.32-rc7","v2.6.32-rc6","v2.6.31","v2.6.32-rc5","v2.6.32-rc4","v2.6.32-rc2","v2.6.32-rc1","v2.6.32-rc3","v2.6.31-rc9","v2.6.31-rc1","v2.6.31-rc7","v2.6.31-rc8","v2.6.31-rc6","v2.6.30-rc6","v2.6.30","v2.6.31-rc4","v2.6.31-rc5","v2.6.31-rc3","v2.6.31-rc2","v2.6.30-rc7","v2.6.30-rc8","v2.6.30-rc5","v2.6.30-rc3","v2.6.30-rc4","v2.6.30-rc1","v2.6.30-rc2","v2.6.29","v2.6.29-rc8","v2.6.29-rc7","v2.6.29-rc5","v2.6.29-rc1","v2.6.29-rc6","v2.6.29-rc4","v2.6.29-rc3","v2.6.29-rc2","v2.6.28","v2.6.28-rc7","v2.6.28-rc9","v2.6.28-rc8","v2.6.28-rc6","v2.6.28-rc5","v2.6.28-rc4","v2.6.28-rc2","v2.6.28-rc3","v2.6.28-rc1","v2.6.27","v2.6.27-rc7","v2.6.27-rc9","v2.6.27-rc8","v2.6.27-rc5","v2.6.27-rc6","v2.6.27-rc4","v2.6.27-rc1","v2.6.27-rc3","v2.6.27-rc2","v2.6.26","v2.6.26-rc9","v2.6.26-rc8","v2.6.26-rc3","v2.6.26-rc7","v2.6.26-rc6","v2.6.26-rc5","v2.6.26-rc4","v2.6.26-rc2","v2.6.26-rc1","v2.6.25","v2.6.25-rc7","v2.6.25-rc9","v2.6.25-rc8","v2.6.25-rc6","v2.6.25-rc5","v2.6.25-rc3","v2.6.25-rc4","v2.6.24","v2.6.25-rc2","v2.6.25-rc1","v2.6.24-rc8","v2.6.24-rc7","v2.6.24-rc6","v2.6.24-rc5","v2.6.24-rc4","v2.6.24-rc3","v2.6.24-rc2","v2.6.24-rc1","v2.6.23","v2.6.23-rc9","v2.6.23-rc8","v2.6.23-rc5","v2.6.23-rc7","v2.6.23-rc6","v2.6.23-rc4","v2.6.23-rc3","v2.6.23-rc2","v2.6.23-rc1","v2.6.22","v2.6.22-rc7","v2.6.22-rc6","v2.6.22-rc5","v2.6.22-rc4","v2.6.22-rc3","v2.6.22-rc2","v2.6.22-rc1","v2.6.21","v2.6.21-rc7","v2.6.21-rc6","v2.6.21-rc5","v2.6.21-rc4","v2.6.21-rc3","v2.6.21-rc2","v2.6.21-rc1","v2.6.20-rc7","v2.6.20-rc6","v2.6.20-rc5","v2.6.20-rc4","v2.6.20-rc3","v2.6.20-rc1","v2.6.20-rc2","v2.6.19-rc2","v2.6.18","v2.6.19-rc1","v2.6.18-rc6","v2.6.18-rc5","v2.6.18-rc3","v2.6.18-rc2","v2.6.18-rc1","v2.6.17","v2.6.17-rc4","v2.6.17-rc6","v2.6.17-rc5","v2.6.17-rc3","v2.6.17-rc2","v2.6.17-rc1","v2.6.16","v2.6.16-rc6","v2.6.16-rc4","v2.6.16-rc5","v2.6.16-rc3","v2.6.16-rc2","v2.6.16-rc1","v2.6.15-rc7","v2.6.15-rc5","v2.6.15-rc4","v2.6.15-rc2","v2.6.15-rc1","v2.6.14-rc3","v2.6.14-rc2","v2.6.14-rc1","v2.6.13","v2.6.13-rc7","v2.6.13-rc6","v2.6.13-rc5","v2.6.13-rc3","v2.6.13-rc4","v2.6.13-rc2","v2.6.13-rc1","v2.6.12-rc4","v2.6.12-rc3","v2.6.12-rc2"],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74261.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.11.0"},{"fixed":"6.18.40"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.1.5"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74261.json"}}],"schema_version":"1.9.0"}