CyberRota
← Ana sayfaya dön

CVE-2026-43458

HIGH · CVSS 7.8 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-08T15:16:58.630 · Çekilme zamanı: 2026-06-07T12:00:35.388453+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43458
Severity
HIGH
CVSS
7.8
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: serial: caif: hold tty->link reference in ldisc_open and ser_release A reproducer triggers a KASAN slab-use-after-free in pty_write_room() when caif_serial's TX path calls tty_write_room(). The faulting access is on tty->link->port. Hold an extra kref on tty->link for the lifetime of the caif_serial line discipline: get it in ldisc_open() and drop it in ser_release(), and also drop it on the ldisc_open() error path. With this change applied, the reproducer no longer triggers the UAF in my testing.