Bug 2307866 (CVE-2024-43893)
Summary: | CVE-2024-43893 kernel: serial: core: check uartclk for zero to avoid divide by zero | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
Status: | NEW --- | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
A divide by zero vulnerability was found in the uart_get_divisor() function in the Linux Kernel's serial core subsystem. This issue is caused by the improper handling of invalid baud rates. When an invalid baud_base is specified using the TIOCSSERIAL ioctl command, if uartclk is zero, a subsequent call to uart_get_divisor() results in a divide by zero error. A local attacker could exploit this vulnerability by issuing a specially crafted TIOCSSERIAL ioctl call with an invalid baud_base value. This could cause a divide by zero error, leading to a kernel crash and denial of service.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2308174 | ||
Bug Blocks: |
Description
OSIDB Bzimport
2024-08-26 11:20:52 UTC
|