Executive Summary

Informations
Name CVE-2024-43893 First vendor Publication 2024-08-26
Vendor Cve Last vendor Modification 2024-09-10

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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 baud_base can result in uartclk being zero, which will result in a divide by zero error in uart_get_divisor(). The check for uartclk being zero in uart_set_info() needs to be done before other settings are made as subsequent calls to ioctl TIOCSSERIAL for the same port would be impacted if the uartclk check was done where uartclk gets set.

Oops: divide error: 0000 PREEMPT SMP KASAN PTI RIP: 0010:uart_get_divisor (drivers/tty/serial/serial_core.c:580) Call Trace:
serial8250_get_divisor (drivers/tty/serial/8250/8250_port.c:2576
drivers/tty/serial/8250/8250_port.c:2589) serial8250_do_set_termios (drivers/tty/serial/8250/8250_port.c:502
drivers/tty/serial/8250/8250_port.c:2741) serial8250_set_termios (drivers/tty/serial/8250/8250_port.c:2862) uart_change_line_settings (./include/linux/spinlock.h:376
./include/linux/serial_core.h:608 drivers/tty/serial/serial_core.c:222) uart_port_startup (drivers/tty/serial/serial_core.c:342) uart_startup (drivers/tty/serial/serial_core.c:368) uart_set_info (drivers/tty/serial/serial_core.c:1034) uart_set_info_user (drivers/tty/serial/serial_core.c:1059) tty_set_serial (drivers/tty/tty_io.c:2637) tty_ioctl (drivers/tty/tty_io.c:2647 drivers/tty/tty_io.c:2791) __x64_sys_ioctl (fs/ioctl.c:52 fs/ioctl.c:907
fs/ioctl.c:893 fs/ioctl.c:893) do_syscall_64 (arch/x86/entry/common.c:52
(discriminator 1) arch/x86/entry/common.c:83 (discriminator 1)) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)

Rule: add

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-43893

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-369 Divide By Zero

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3648

Sources (Detail)

https://git.kernel.org/stable/c/3bbd90fca824e6fd61fb20f6dd2b0fa5f8b14bba
https://git.kernel.org/stable/c/52b138f1021113e593ee6ad258ce08fe90693a9e
https://git.kernel.org/stable/c/55b2a5d331a6ceb1c4372945fdb77181265ba24f
https://git.kernel.org/stable/c/68dc02f319b9ee54dc23caba742a5c754d1cccc8
https://git.kernel.org/stable/c/6eabce6608d6f3440f4c03aa3d3ef50a47a3d193
https://git.kernel.org/stable/c/9196e42a3b8eeff1707e6ef769112b4b6096be49
https://git.kernel.org/stable/c/e13ba3fe5ee070f8a9dab60029d52b1f61da5051
https://git.kernel.org/stable/c/e3ad503876283ac3fcca922a1bf243ef9eb0b0e2
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Date Informations
2025-01-08 03:04:38
  • Multiple Updates
2025-01-07 03:04:11
  • Multiple Updates
2024-12-25 03:02:49
  • Multiple Updates
2024-12-12 03:05:45
  • Multiple Updates
2024-11-23 03:02:47
  • Multiple Updates
2024-11-22 03:00:58
  • Multiple Updates
2024-11-20 02:59:18
  • Multiple Updates
2024-11-14 02:59:37
  • Multiple Updates
2024-11-09 02:59:37
  • Multiple Updates
2024-10-26 02:57:00
  • Multiple Updates
2024-10-25 02:58:53
  • Multiple Updates
2024-10-23 02:58:06
  • Multiple Updates
2024-10-03 02:53:21
  • Multiple Updates
2024-10-02 02:51:45
  • Multiple Updates
2024-09-14 21:29:58
  • Multiple Updates
2024-09-12 00:27:37
  • Multiple Updates
2024-09-11 00:27:40
  • Multiple Updates
2024-08-26 17:27:26
  • First insertion