Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-44950

7.1 · HIGH
Published Sep 4, 2024 linux EPSS 0.22% (13th pctl)

Overview

CVE-2024-44950 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 4, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

serial: sc16is7xx: fix invalid FIFO access with special register set

When enabling access to the special register set, Receiver time-out and

RHR interrupts can happen. In this case, the IRQ handler will try to read

from the FIFO thru the RHR register at address 0x00, but address 0x00 is

mapped to DLL register, resulting in erroneous FIFO reading.

Call graph example:

sc16is7xx_startup(): entry

sc16is7xx_ms_proc(): entry

sc16is7xx_set_termios(): entry

sc16is7xx_set_baud(): DLH/DLL = $009C --> access special register set

sc16is7xx_port_irq() entry --> IIR is 0x0C

sc16is7xx_handle_rx() entry

sc16is7xx_fifo_read(): --> unable to access FIFO (RHR) because it is

mapped to DLL (LCR=LCR_CONF_MODE_A)

sc16is7xx_set_baud(): exit --> Restore access to general register set

Fix the problem by claiming the efr_lock mutex when accessing the Special

register s

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.16, < 6.10.5 Affected

Frequently Asked Questions

What is CVE-2024-44950?

CVE-2024-44950 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 4, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2024-44950?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-44950?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-44950?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-44950 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.