Lucene search
K

16 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10, linux-6.1

In the Linux kernel, the following vulnerability has been resolved: “Revert ‘tty: ngsm: fix UAF in gsmcleanupmux’” This reversion involves commit 9b9c8195f3f0d74a826077fc1c01b9ee74907239. The above commit was reverted because it did not solve the original issue. The gsmcleanupmux function attempt...

5.5CVSS6.1AI score0.00016EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/12/09 12:1 a.m.24 views

CVE-2023-53805

...

Exploits0
EUVD
EUVD
added 2025/12/09 12:1 a.m.1 views

EUVD-2023-60101

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
Exploits0References6
CVE
CVE
added 2025/12/09 12:1 a.m.12 views

CVE-2023-53805

CVE-2023-53805 is a Linux kernel issue affecting the TTY GSM driver (tty/n_gsm). The vulnerability arises from a use-after-free in gsm_cleanup_mux() caused by an improperly cleaned gsm->dlci pointer after gsm_dlci_release, leaving a dangling pointer and freeing/accessing gsm->dlci[0] in sub...

6.1AI score
Exploits0
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.2 views

PT-2025-49665

In the Linux kernel, the following vulnerability has been resolved: tty: n gsm: fix UAF in gsm cleanup mux In gsm cleanup mux the 'gsm-dlci' pointer was not cleaned properly, leaving it a dangling pointer after gsm dlci release. This leads to use-after-free where 'gsm-dlci0' are freed and accesse...

6.5AI score
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-423128)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-423128 advisory. In the Linux kernel, the following vulnerability has been resolved: Revert tty: ngsm: fix UAF in gsmcleanupmux This reverts commit...

5.5CVSS5.9AI score0.00016EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50116

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this...

5.5CVSS6.6AI score0.0005EPSS
Exploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

AZL-70409 CVE-2022-50116 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

5.5CVSS6.2AI score0.0005EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2024/08/01 7:52 a.m.4 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.00337EPSS
Exploits0References6
CVE
CVE
added 2024/05/21 3:32 p.m.79 views

CVE-2023-52872

CVE-2023-52872 affects the Linux kernel in the tty/n_gsm subsystem. A race condition during status line changes on dead connections in gsm_cleanup_mux() could lead to a kernel panic after the cleanup sequence closes DLCIs, stops timers, and clears queues, while the outgoing data queue continues t...

5.5CVSS7AI score0.00026EPSS
Exploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2024/04/30 5:6 p.m.1 views

kernel: tty: n_gsm: fix deadlock and link starvation in outgoing data path

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

5.5CVSS6.4AI score0.0005EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/03/13 9:11 a.m.3 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.00337EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2024/03/06 4:34 a.m.2 views

SUSE CVE-2023-52564

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.5CVSS5.8AI score0.00016EPSS
Exploits0References13
OSV
OSV
added 2024/03/02 10:15 p.m.1 views

DEBIAN-CVE-2023-52564

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.5CVSS5.4AI score0.00016EPSS
Exploits0References1
OSV
OSV
added 2024/03/02 10:15 p.m.0 views

UBUNTU-CVE-2023-52564

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.5CVSS6.1AI score0.00016EPSS
Exploits0References3
OSV
OSV
added 2023/12/21 8:15 p.m.1 views

DEBIAN-CVE-2023-6546

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.5AI score0.00337EPSS
Exploits0References1
Rows per page
Query Builder