Lucene search
+L

18 matches found

SUSE CVE
SUSE CVE
added 2026/07/25 3:57 p.m.7 views

SUSE CVE-2026-64528

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsung: Remove redundant port lock acquisition in rx helpers Sashiko identified a deadlock when the console flow is engaged 1. When console flow control is enabled UPFCONSFLOW, s3c24xxserialstoptx calls...

5.8AI score0.00168EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fixed a memory leak in s3c24xxSerialGetClk, when iterating clk. When searching for the best clk, we iterate over all possible values of clk. If we find a better match, the previously found value if any...

5.5CVSS5.2AI score0.00136EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

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

5.2AI score0.00236EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.8 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-013170)

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

5.9AI score0.00236EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.8 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-010944)

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

5.8AI score0.00236EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.7 views

EUVD-2023-60138

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.9AI score0.00236EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/09 4:17 p.m.10 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...

0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.36 views

CVE-2023-53858 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error

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...

0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/09 1:30 a.m.23 views

CVE-2023-53858

Summary: CVE-2023-53858 is a Linux kernel vulnerability related to the Samsung Samsung TTY serial driver (s3c24xx_serial_getclk). The issue is a memory leak that occurs when clk_get_rate() fails after clock allocation; the newly allocated clock must be freed to avoid leaks. What is affected (from...

6AI score0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:30 a.m.11 views

CVE-2023-53858 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error

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...

6.3AI score
SaveExploits0References11
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.11 views

Linux kernel 安全漏洞

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 originates from a memory leak in samsungtty in the event of a s3c24xxserialgetclk error...

8.6AI score0.00236EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/10/07 11:46 p.m.4 views

SUSE CVE-2023-53687

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

3.3CVSS6.5AI score0.00136EPSS
SaveExploits0References20
NVD
NVD
added 2025/10/07 4:15 p.m.8 views

CVE-2023-53687

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

5.5CVSS0.00136EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.15 views

CVE-2023-53687 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

0.00136EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 3:21 p.m.10 views

EUVD-2025-32735

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

5.9AI score0.00136EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53687

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

5.5CVSS5.3AI score0.00136EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error

A memory leak vulnerability was found in the Samsung serial TTY driver in the Linux kernel. In s3c24xxserialgetclk, when clkgetrate fails, the previously allocated clock resource is not freed, leading to a memory leak. Repeated failures can cause resource exhaustion...

5.8AI score0.00236EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.7 views

kernel: tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

5.5CVSS6.7AI score0.00136EPSS
SaveExploits0References5
Rows per page
Query Builder