Lucene search
K

36 matches found

AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

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

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After the commit 84a9582fd203 “serial: core: Start managing serial controllers to enable runtime PM”, serial drivers need to provide a device in the struct uartport.dev...

5.6AI score0.00024EPSS
Exploits0References2
Redos
Redos
added 2026/01/19 12:0 a.m.2 views

ROS-20260119-7381

A vulnerability in the drivers/tty/serial/xilinxuartps.c component of the Linux operating system kernel is related to insufficient locking. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS7.8AI score0.00011EPSS
Exploits0
NVD
NVD
added 2025/12/30 1:16 p.m.2 views

CVE-2023-54287

In the Linux kernel, the following vulnerability has been resolved: tty: serial: imx: disable Ageing Timer interrupt request irq There maybe pending USR interrupt before requesting irq, however uartaddoneport has not executed, so there will be kernel panic: 0.795668 Unable to handle kernel NULL...

0.00021EPSS
Exploits0References4
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

UBUNTU-CVE-2023-54287

In the Linux kernel, the following vulnerability has been resolved: tty: serial: imx: disable Ageing Timer interrupt request irq There maybe pending USR interrupt before requesting irq, however uartaddoneport has not executed, so there will be kernel panic: 0.795668 Unable to handle kernel NULL...

5.7AI score0.00021EPSS
Exploits0References7
CVE
CVE
added 2025/12/30 12:23 p.m.8 views

CVE-2023-54287

Summary of CVE-2023-54287 (Linux kernel, i.MX8MP) : The issue arises in the serial/tty imx driver when Jailhouse is enabled, potentially causing a kernel panic due to a NULL pointer dereference from a pending USR interrupt while the IRQ is not yet requested. The root cause is unsafe handling of t...

6AI score0.00021EPSS
Exploits0References4
OSV
OSV
added 2025/12/16 3:39 p.m.1 views

CVE-2025-68311 tty: serial: ip22zilog: Use platform device for probing

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 "serial: core: Start managing serial controllers to enable runtime PM" serial drivers need to provide a device in struct uartport.dev otherwise an...

6.3AI score0.00024EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.6 views

CVE-2023-53858

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk in case of error If clkgetrate fails, the clk that has just been allocated needs to be freed...

5.3AI score0.0004EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/12/05 4:14 p.m.3 views

CVE-2025-40222

In the Linux kernel, the following vulnerability has been resolved: tty: serial: sh-sci: fix RSCI FIFO overrun handling The receive error handling code is shared between RSCI and all other SCIF port types, but the RSCI overrunreg is specified as a memory offset, while for other SCIF types it is a...

6AI score0.00026EPSS
Exploits0References4
OSV
OSV
added 2025/12/04 4:16 p.m.0 views

UBUNTU-CVE-2025-40222

In the Linux kernel, the following vulnerability has been resolved: tty: serial: sh-sci: fix RSCI FIFO overrun handling The receive error handling code is shared between RSCI and all other SCIF port types, but the RSCI overrunreg is specified as a memory offset, while for other SCIF types it is a...

5.7AI score0.00026EPSS
Exploits0References10
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986439 advisory. 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 t...

5.5CVSS6.1AI score0.00007EPSS
Exploits0References3
OSV
OSV
added 2025/09/18 2:15 p.m.1 views

DEBIAN-CVE-2022-50375

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: disable dma rx/tx use flags in lpuartdmashutdown lpuartdmashutdown tears down lpuart dma, but lpuartflushbuffer can still occur which in turn tries to access dma apis if lpuartdmatxuse flag is true. At thi...

5.5CVSS5.3AI score0.00021EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2025/09/18 1:32 p.m.4 views

CVE-2022-50375

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: disable dma rx/tx use flags in lpuartdmashutdown lpuartdmashutdown tears down lpuart dma, but lpuartflushbuffer can still occur which in turn tries to access dma apis if lpuartdmatxuse flag is true. At thi...

5.5CVSS5.3AI score0.00021EPSS
Exploits0
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50019

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.3AI score0.00063EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:1 a.m.2 views

CVE-2022-50019 tty: serial: Fix refcount leak bug in ucc_uart.c

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS6AI score0.00063EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2025/02/27 3:9 a.m.0 views

SUSE CVE-2022-49304

In the Linux kernel, the following vulnerability has been resolved: drivers: tty: serial: Fix deadlock in sa1100settermios There is a deadlock in sa1100settermios, which is shown below: Thread 1 | Thread 2 | sa1100enablems sa1100settermios | modtimer spinlockirqsave //1 | wait a time ... |...

5.5CVSS7.8AI score0.00023EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.0 views

PT-2025-30881

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s DRM/Exynos subsystem, specifically within the exynos7 drm decon driver. A race condition can occur during boot if another console device such as a TTY...

5.5CVSS6.7AI score0.00066EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:0 a.m.1 views

tty: serial: fsl_lpuart: mark last busy before uart_add_one_port

...

5.5CVSS6.6AI score0.0002EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/09/13 6:27 a.m.10 views

CVE-2024-46706

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: mark last busy before uartaddoneport With "earlycon initcalldebug=1 loglevel=8" in bootargs, kernel sometimes boot hang. It is because normal console still is not ready, but runtime suspend is called, so...

5.5CVSS5.5AI score0.0002EPSS
Exploits0
OSV
OSV
added 2024/09/13 6:27 a.m.9 views

CVE-2024-46706 tty: serial: fsl_lpuart: mark last busy before uart_add_one_port

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: mark last busy before uartaddoneport With "earlycon initcalldebug=1 loglevel=8" in bootargs, kernel sometimes boot hang. It is because normal console still is not ready, but runtime suspend is called, so...

5.5CVSS5.8AI score0.0002EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/08/27 3:10 p.m.12 views

CVE-2024-43893

A divide by zero vulnerability was found in the uartgetdivisor function in the Linux Kernel's serial core subsystem. This issue is caused by the improper handling of invalid baud rates. When an invalid baudbase is specified using the TIOCSSERIAL ioctl command, if uartclk is zero, a subsequent cal...

5.5CVSS5.7AI score0.00014EPSS
Exploits0References4
Rows per page
Query Builder