CVE-2026-90220
Last modified
CVE-2026-90220 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Don't leak the extension cell pointer in the bounce payload The bounce_error_event() embeds the failed event in the bounce payload by pointing data.ext.ptr at it. When that event is a queued variable-length event, its own data.ext.ptr holds the address of its first extension cell, put there by snd_seq_event_dup().
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Don't leak the extension cell pointer in the bounce payload The bounce_error_event() embeds the failed event in the bounce payload by pointing data.ext.ptr at it. When that event is a queued variable-length event, its own data.ext.ptr holds the address of its first extension cell, put there by snd_seq_event_dup(). The payload goes out verbatim through snd_seq_expand_var_event(), so the address reaches userspace. That is the same address commit 705dd6dcbc0e ("ALSA: seq: Clear variable event pointer on read") removed from the event header. The read path still clears it there, just above the call that expands the payload. Embed a sanitised copy instead, treated exactly as snd_seq_read() treats the header. A stack copy is enough because delivery is synchronous and snd_seq_event_dup() copies before returning. An unprivileged client reaches this by setting SNDRV_SEQ_FILTER_BOUNCE, queueing a variable-length event to a port that does not exist and reading the bounce back. Eight bytes on 64-bit, from its own pool.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 93d260ce43a81df579c98bee92b91316df9c1c57, < 42c3f856d13a91a0d4c302a0c6854813621136db; >= dae23c545eb5a2be3b27a82fd0f611894fb8ab69, < b1e8d40663997aacaa198f37ce6893e07aaba77a; >= efc86691e4d8083d9e380ea95042c2cf679f65fd, < 6e6e471eef1d5d8cb056c7d364023fe048249204; >= efc86691e4d8083d9e380ea95042c2cf679f65fd, < 59e1592d3c270ff4642d5d6dc55c545306eb0693; 0527a56cb327021cb73167cfddf0e49efa043500; >= 6.12.97, < 6.12.110; >= 6.18.40, < 6.18.52; >= 7.1.5, < 7.2 |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90220?
How severe is CVE-2026-90220?
How do I fix CVE-2026-90220?
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-90215In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90216In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90217In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90218In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90219In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9022The Splide Carousel Block plugin for WordPress is vulnerable…6.4
- CVE-2026-90221In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90222In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90223In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90224In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90225In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90226In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90220?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
