In the Linux kernel, the following vulnerability has been resolved:
serial: caif: hold tty->link reference in ldiscopen and serrelease
A reproducer triggers a KASAN slab-use-after-free in ptywriteroom() when caifserial's TX path calls ttywrite_room(). The faulting access is on tty->link->port.
Hold an extra kref on tty->link for the lifetime of the caifserial line discipline: get it in ldiscopen() and drop it in serrelease(), and also drop it on the ldiscopen() error path.
With this change applied, the reproducer no longer triggers the UAF in my testing.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43458.json",
"cna_assigner": "Linux"
}