Lucene search
+L

3795 matches found

OSV
OSV
added 2024/08/26 11:15 a.m.4 views

DEBIAN-CVE-2024-43893

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

5.5CVSS5.6AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/26 11:15 a.m.18 views

AZL-49005 CVE-2024-43893 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

5.5CVSS6.3AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/26 11:15 a.m.11 views

AZL-48293 CVE-2024-43889 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/26 11:15 a.m.30 views

CVE-2024-43889

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

5.5CVSS0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2024/08/26 11:15 a.m.3 views

DEBIAN-CVE-2024-43889

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/26 11:15 a.m.8 views

UBUNTU-CVE-2024-43889

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/08/26 11:15 a.m.36 views

CVE-2024-43893

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

5.5CVSS6.1AI score0.00257EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/08/26 11:15 a.m.19 views

CVE-2024-43889

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References18
OSV
OSV
added 2024/08/26 11:15 a.m.8 views

UBUNTU-CVE-2024-43893

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

5.5CVSS6.2AI score0.00257EPSS
SaveExploits0References33
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.27 views

CVE-2024-43893 serial: core: check uartclk for zero to avoid divide by zero

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

0.00257EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/26 10:10 a.m.19 views

CVE-2024-43893 serial: core: check uartclk for zero to avoid divide by zero

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

6.1AI score
SaveExploits0References16
CVE
CVE
added 2024/08/26 10:10 a.m.149 views

CVE-2024-43893

CVE-2024-43893 (Linux kernel) fixes a divide-by-zero in uart_get_divisor triggered by TIOCSSERIAL with an invalid baud_base when uartclk becomes zero. The patch adds a zero-check for uartclk in uart_set_info() before subsequent serial_setup calls, preventing a divide-by-zero and potential oops on...

5.5CVSS6.9AI score0.00257EPSS
SaveExploits0References13Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.29 views

CVE-2024-43893 serial: core: check uartclk for zero to avoid divide by zero

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

7.1AI score0.00257EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/08/26 10:10 a.m.38 views

CVE-2024-43893

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

5.5CVSS5.6AI score0.00257EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.30 views

CVE-2024-43889 padata: Fix possible divide-by-0 panic in padata_mt_helper()

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

0.00236EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/08/26 10:10 a.m.27 views

CVE-2024-43889

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.30 views

CVE-2024-43889 padata: Fix possible divide-by-0 panic in padata_mt_helper()

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padatamthelper We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. 10.017908 Oops: divide error: 0000 1 PREEMPT SMP NOPTI 10.017908 CPU: 26 PID: 2627...

7AI score0.00236EPSS
SaveExploits0References6
CVE
CVE
added 2024/08/26 10:10 a.m.186 views

CVE-2024-43889

CVE-2024-43889 affects the Linux kernel: a not easily reproducible divide-by-0 panic in padata_mt_helper() can occur at boot due to ps->chunk_size being 0 when min_chunk is 0. The fix ensures chunk_size is at least 1 regardless of input parameters, preventing the divide-by-zero panic. Connecte...

5.5CVSS6.9AI score0.00236EPSS
SaveExploits0References11Affected Software1
CNNVD
CNNVD
added 2024/08/26 12:00 a.m.6 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 Linux kernel that stems from a divide-by-zero problem in the uartgetdivisor function...

5.5CVSS6.5AI score0.00257EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/08/26 12:00 a.m.3 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 stems from a divide-by-zero problem in the padatamthelper function...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References9
Rows per page
Query Builder