CVE-2026-90057

Source
https://cve.org/CVERecord?id=CVE-2026-90057
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90057.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90057
Downstream
Published
2026-09-17T16:05:41Z
Modified
2026-09-19T03:47:24Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
slip: remove slip_hangup() to fix use-after-free in slip_receive_buf()
Details

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().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90057.json"
}
References

Affected packages

Git / 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
5342b77c4123ba39f911d92a813295fb3bb21f69
Fixed
9a3b1edff1ecb47d323f2506b3ffc22178acd1c6
Fixed
a2dbac3fb03b4427ccf057debc83fc61ee102529
Fixed
de1f978c0f6ab42b28192d74dc59af52fdc76135
Fixed
ddbc5dc5a2e29b3934da09c1ba3c930fd8a40fd6
Fixed
a540a49fcca59d1c92c3a6462e67ca21676a88df
Fixed
23c53269f2baaedf2d92784290cb9ef6db2a3bce

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90057.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.32
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90057.json"