PT-2026-39119 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-21
·
CVE-2026-43458
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A slab-use-after-free issue exists in the Linux kernel's
caif serial line discipline. The problem occurs in the TX path when tty write room() is called, leading to a faulting access on tty->link->port within the pty write room() function. This happens because the reference to tty->link is not properly held during the lifetime of the caif serial line discipline.Recommendations
Update the Linux kernel to a version where the
ldisc open() function acquires a kref on tty->link and the ser release() function drops it, ensuring the reference is also released on the ldisc open() error path.Fix
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel