CVE-2026-90057
Last modified
CVE-2026-90057 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: slip: remove slip_hangup() to fix use-after-free in slip_receive_buf() Jaeyoung Chung and Eulgyu Kim reported a slab-use-after-free read in slip_receive_buf() when racing against tty hangup. tty_ldisc_hangup() calls ld->ops->hangup() while holding only a read lock on tty->ldisc_sem (via tty_ldisc_ref()). Because slip_hangup() simply called slip_close(), it ran concurrently with reader functions such as slip_receive_buf(). slip_close() unregisters and frees the net device and its private struct slip, causing concurrent reader threads in slip_receive_buf() to dereference freed memory. Line discipline close() is already guaranteed to be called under the write lock of tty->ldisc_sem during hangup processing (in tty_ldisc_reinit() or tty_ldisc_kill()). Remove slip_hangup() so teardown is serialized cleanly by slip_close()..
Description
In the Linux kernel, the following vulnerability has been resolved: slip: remove slip_hangup() to fix use-after-free in slip_receive_buf() Jaeyoung Chung and Eulgyu Kim reported a slab-use-after-free read in slip_receive_buf() when racing against tty hangup. tty_ldisc_hangup() calls ld->ops->hangup() while holding only a read lock on tty->ldisc_sem (via tty_ldisc_ref()). Because slip_hangup() simply called slip_close(), it ran concurrently with reader functions such as slip_receive_buf(). slip_close() unregisters and frees the net device and its private struct slip, causing concurrent reader threads in slip_receive_buf() to dereference freed memory. Line discipline close() is already guaranteed to be called under the write lock of tty->ldisc_sem during hangup processing (in tty_ldisc_reinit() or tty_ldisc_kill()). Remove slip_hangup() so teardown is serialized cleanly by slip_close().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5342b77c4123ba39f911d92a813295fb3bb21f69, < 9a3b1edff1ecb47d323f2506b3ffc22178acd1c6; >= 5342b77c4123ba39f911d92a813295fb3bb21f69, < a2dbac3fb03b4427ccf057debc83fc61ee102529; >= 5342b77c4123ba39f911d92a813295fb3bb21f69, < de1f978c0f6ab42b28192d74dc59af52fdc76135; >= 5342b77c4123ba39f911d92a813295fb3bb21f69, < ddbc5dc5a2e29b3934da09c1ba3c930fd8a40fd6; >= 5342b77c4123ba39f911d92a813295fb3bb21f69, < a540a49fcca59d1c92c3a6462e67ca21676a88df; >= 5342b77c4123ba39f911d92a813295fb3bb21f69, < 23c53269f2baaedf2d92784290cb9ef6db2a3bce |
| Linux | Linux | 2.6.32 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90057?
How severe is CVE-2026-90057?
How do I fix CVE-2026-90057?
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-90051In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90052In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90059In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-9006IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …9.1
- CVE-2026-90060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90061In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90062In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-90057?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
