Lucene search
+L

1588 matches found

NVD
NVD
added 2024/05/29 7:15 p.m.32 views

CVE-2024-36016

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix possible out-of-bounds in gsm0receive Assuming the following: - side A configures the ngsm in basic option mode - side B sends the header of a basic option mode frame with data length 1 - side A switches to advance...

7.8CVSS6.7AI score0.00265EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/29 7:15 p.m.11 views

UBUNTU-CVE-2024-36016

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix possible out-of-bounds in gsm0receive Assuming the following: - side A configures the ngsm in basic option mode - side B sends the header of a basic option mode frame with data length 1 - side A switches to advance...

7.8CVSS6.3AI score0.00265EPSS
SaveExploits0References22
CVE
CVE
added 2024/05/29 6:46 p.m.231 views

CVE-2024-36016

CVE-2024-36016 is a Linux kernel vulnerability affecting the tty n_gsm path (gsm0_receive, gsm1_receive). The advisory details a possible out-of-bounds write when switching between basic/advanced option modes and not resetting state, length, or MRU across reconfigurations. The fixed code changes ...

7.8CVSS8.6AI score0.00265EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/27 12:2 p.m.32 views

CVE-2023-52880

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: require CAPNETADMIN to attach NGSM0710 ldisc Any unprivileged user can attach NGSM0710 ldisc, but it requires CAPNETADMIN to create a GSM network anyway. Require initial namespace CAPNETADMIN to do that...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.5 views

SUSE CVE-2021-47401

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space or triggering an oops. Driver...

5.5CVSS6.3AI score0.0025EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.5 views

SUSE CVE-2021-47403

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix module reference leak A reference to the carrier module was taken on every open but was only released once when the final reference to the tty struct was dropped. Fix this by taking the module reference and...

5.5CVSS6.5AI score0.00249EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/05/24 3:21 p.m.3 views

SUSE CVE-2021-47383

In the Linux kernel, the following vulnerability has been resolved: tty: Fix out-of-bound vmalloc access in imageblit This issue happens when a userspace program does an ioctl FBIOPUTVSCREENINFO passing the fbvarscreeninfo struct containing only the fields xres, yres, and bitsperpixel with values...

7.8CVSS6.2AI score0.00265EPSS
SaveExploits0References77
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.19 views

CVE-2021-47527 serial: core: fix transmit-buffer reset and memleak

In the Linux kernel, the following vulnerability has been resolved: serial: core: fix transmit-buffer reset and memleak Commit 761ed4a94582 "tty: serialcore: convert uartclose to use ttyportclose" converted serial core to use ttyportclose but failed to notice that the transmit buffer still needs ...

7.1AI score0.00251EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/05/24 10:12 a.m.3 views

SUSE CVE-2023-52789

In the Linux kernel, the following vulnerability has been resolved: tty: vcc: Add check for kstrdup in vccprobe Add check for the return value of kstrdup and return the error, if it fails in order to avoid NULL pointer dereference...

5.5CVSS6.5AI score0.00246EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/05/23 3:56 p.m.3 views

SUSE CVE-2021-47330

In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: serialcs: Fix a memory leak in error handling path In the probe function, if the final 'serialconfig' fails, 'info' is leaking. Add a resource handling path to free this memory...

3.3CVSS6.5AI score0.00245EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/05/23 11:2 a.m.43 views

CVE-2023-52872

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix race condition in status line change on dead connections gsmcleanupmux cleans up the gsm by closing all DLCIs, stopping all timers, removing the virtual tty devices and clearing the data queues. This procedure,...

4.1CVSS6.4AI score0.00179EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.4 views

SUSE CVE-2021-47358

In the Linux kernel, the following vulnerability has been resolved: staging: greybus: uart: fix tty use after free User space can hold a tty open indefinitely and tty drivers must not release the underlying structures until the last user is gone. Switch to using the tty-port reference counter to...

6.7CVSS6.3AI score0.00242EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/05/23 12:0 a.m.33 views

SUSE SLES15 Security Update : kernel (Live Patch 24 for SLE 15 SP4) (SUSE-SU-2024:1753-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:1753-1 advisory. This update for the Linux Kernel 5.14.21-15040024111 fixes several issues. The following security issues were fixed: - CVE-2024-26610: Fixed...

8.8CVSS7AI score0.00767EPSS
SaveExploits0References16
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.7 views

kernel: tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: add sanity check for gsm-receive in gsmreceivebuf A null pointer dereference can happen when attempting to access the "gsm-receive" function in gsmldreceivebuf. Currently, the code assumes that gsm-recieve is only call...

5.5CVSS6.4AI score0.0019EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.17 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.00122EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/05/22 8:57 a.m.27 views

CVE-2021-47403

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix module reference leak A reference to the carrier module was taken on every open but was only released once when the final reference to the tty struct was dropped. Fix this by taking the module reference and...

5.5CVSS6.5AI score0.00249EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/22 8:57 a.m.27 views

CVE-2021-47401

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space or triggering an oops. Driver...

4.4CVSS6.2AI score0.0025EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/05/22 12:0 a.m.42 views

SUSE SLES12: kernel-livepatch-5_3_18-150200_24_172-default / etc (SUSE-SU-2024:1713-1)

The remote SUSE Linux SLES12 / SLES15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:1713-1 advisory. This update for the Linux Kernel 4.12.14-122194 fixes several issues. The following security issues were fixed: - CVE-2022-48651: Fixe...

9.8CVSS6.6AI score0.00767EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2024/05/22 12:0 a.m.32 views

SUSE SLES15 Security Update : kernel (Live Patch 42 for SLE 15 SP3) (SUSE-SU-2024:1708-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:1708-1 advisory. This update for the Linux Kernel 5.3.18-15030059153 fixes several issues. The following security issues were fixed: - CVE-2024-26610: Fixed...

7.8CVSS6.8AI score0.01037EPSS
SaveExploits1References16
Tenable Nessus
Tenable Nessus
added 2024/05/22 12:0 a.m.51 views

SUSE SLES15 Security Update : kernel (Live Patch 11 for SLE 15 SP5) (SUSE-SU-2024:1731-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:1731-1 advisory. This update for the Linux Kernel 5.14.21-1505005552 fixes several issues. The following security issues were fixed: - CVE-2024-26610: Fixed...

8.8CVSS6.7AI score0.00767EPSS
SaveExploits0References13
Rows per page
Query Builder