Lucene search
+L

25 matches found

AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.13 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: serial: caif: Fix use-after-free in caifSerial ldiscClose There is a use-after-free bug in caifSerial where handletx may access ser-tty after tty has been freed. The race condition occurs between ldiscClose and packet transmissio...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/28 4:02 a.m.26 views

CVE-2026-45866

A flaw was found in the Linux kernel's CAIF serial line discipline. A race condition exists between the ldiscclose function, which frees the terminal tty device, and the handletx function, which may attempt to access the freed device. This use-after-free UAF vulnerability allows a local attacker ...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/05/28 3:57 a.m.18 views

SUSE CVE-2026-45866

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

7CVSS5.7AI score0.00164EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.30 views

EUVD-2026-32332

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

5.7AI score0.00164EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/27 2:16 p.m.19 views

CVE-2026-45866

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/27 2:16 p.m.16 views

UBUNTU-CVE-2026-45866

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References26
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.50 views

CVE-2026-45866 serial: caif: fix use-after-free in caif_serial ldisc_close()

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:15 p.m.29 views

CVE-2026-45866

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2026/05/27 12:15 p.m.11 views

CVE-2026-45866 serial: caif: fix use-after-free in caif_serial ldisc_close()

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

6.5AI score
SaveExploits0References11
CVE
CVE
added 2026/05/27 12:15 p.m.61 views

CVE-2026-45866

The CVE-2026-45866 case concerns a use-after-free in the Linux kernel caif_serial ldisc path. A race between ldisc_close() and packet transmission can cause handle_tx() to access ser->tty after the tty is freed, due to tty_kref_put() being invoked in ldisc_close() while the network device may ...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/05/27 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-45866

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/27 12:00 a.m.17 views

CVE-2026-45866

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caifserial ldiscclose There is a use-after-free bug in caifserial where handletx may access ser-tty after the tty has been freed. The race condition occurs between ldiscclose and packet...

7.8CVSS6.5AI score0.00164EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
added 2026/05/13 3:33 a.m.24 views

SUSE CVE-2026-43458

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/09 1:05 a.m.29 views

CVE-2026-43458

A flaw was found in the Linux kernel, specifically within the caifserial line discipline. This vulnerability, a use-after-free, occurs due to improper management of the tty-link reference during the ldiscopen and serrelease functions. A local attacker could exploit this by triggering the caifseri...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/08 3:31 p.m.38 views

EUVD-2026-28764

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

5.8AI score0.00117EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/08 3:16 p.m.60 views

CVE-2026-43458

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

7.8CVSS0.00117EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/08 2:22 p.m.83 views

CVE-2026-43458 serial: caif: hold tty->link reference in ldisc_open and ser_release

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

0.00117EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/08 2:22 p.m.120 views

CVE-2026-43458

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/08 2:22 p.m.9 views

CVE-2026-43458

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

5.7AI score0.00117EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/05/08 2:22 p.m.10 views

CVE-2026-43458 serial: caif: hold tty->link reference in ldisc_open and ser_release

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 ttywriteroom. The faulting access is on tty-link-port. Hold an...

5.8AI score
SaveExploits0References11
Rows per page
Query Builder