Lucene search
+L

1588 matches found

RedHat Linux
RedHat Linux
added 2024/03/12 1:4 a.m.8 views

kernel: GSM multiplexing race condition leads to privilege escalation

A race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOCSETCONF ioctl on the same tty file descriptor with the gsm line discipline enabled, and can lead to a use-after-free problem on a struct gsmdlci while restarting th...

7CVSS6.9AI score0.00767EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/03/12 12:48 a.m.7 views

kernel: GSM multiplexing race condition leads to privilege escalation

A race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOCSETCONF ioctl on the same tty file descriptor with the gsm line discipline enabled, and can lead to a use-after-free problem on a struct gsmdlci while restarting th...

7CVSS6.9AI score0.00767EPSS
SaveExploits0References6
Ubuntu
Ubuntu
added 2024/03/11 8:17 p.m.98 views

USN-6688-1: Linux kernel (OEM) vulnerabilities

Pratyush Yadav discovered that the Xen network backend implementation in the Linux kernel did not properly handle zero length data request, leading to a null pointer dereference vulnerability. An attacker in a guest VM could possibly use this to cause a denial of service host domain crash...

9.8CVSS7.5AI score0.51248EPSS
SaveExploits19
Prion
Prion
added 2024/03/02 10:15 p.m.25 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: Revert "tty: ngsm: fix UAF in gsmcleanupmux" This reverts commit 9b9c8195f3f0d74a826077fc1c01b9ee74907239. The commit above is reverted as it did not solve the original issue. gsmcleanupmux tries to free up the virtual ttys by...

7.2AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/02 9:59 p.m.7 views

CVE-2023-52564 Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"

In the Linux kernel, the following vulnerability has been resolved: Revert "tty: ngsm: fix UAF in gsmcleanupmux" This reverts commit 9b9c8195f3f0d74a826077fc1c01b9ee74907239. The commit above is reverted as it did not solve the original issue. gsmcleanupmux tries to free up the virtual ttys by...

5.6AI score
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/02/29 3:43 a.m.6 views

SUSE CVE-2023-6602

A flaw was found in FFmpeg's TTY Demuxer. This vulnerability allows possible data exfiltration via improper parsing of non-TTY-compliant input files in HLS playlists...

5.3CVSS6.3AI score0.00428EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.6 views

SUSE CVE-2021-46905

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

4CVSS7.9AI score0.00261EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.6 views

SUSE CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS7.6AI score0.00256EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/02/27 6:1 a.m.34 views

CVE-2021-46904

A vulnerability was found in the Linux kernel. A null-ptr-deref flaw was found during tty device unregistration...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References11
OSV
OSV
added 2024/02/26 4:27 p.m.12 views

CVE-2021-46905

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

5.5CVSS6.7AI score0.00261EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2024/02/26 4:27 p.m.9 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/02/26 4:27 p.m.18 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS7.3AI score
SaveExploits0References8
NVD
NVD
added 2024/02/26 4:27 p.m.35 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.1AI score0.00256EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/26 4:27 p.m.3 views

DEBIAN-CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/26 4:27 p.m.7 views

UBUNTU-CVE-2021-46905

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

5.5CVSS6.2AI score0.00261EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/26 4:27 p.m.7 views

UBUNTU-CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.1AI score0.00256EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/02/26 12:0 a.m.5 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a NULL pointer dereference problem during tty device logout...

5.5CVSS6.4AI score0.00256EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/02/26 12:0 a.m.51 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/25 2:3 p.m.36 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/25 2:3 p.m.27 views

CVE-2021-46904 net: hso: fix null-ptr-deref during tty device unregistration

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

6.4AI score0.00256EPSS
SaveExploits0References8
Rows per page
Query Builder