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

5.5 · MEDIUM
Published May 1, 2024 linux CWE-476 EPSS 0.23% (13th pctl)

Overview

CVE-2024-26998 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: core: Clearing the circular buffer before NULLifying it

The circular buffer is NULLified in uart_tty_port_shutdown()

under the spin lock. However, the PM or other timer based callbacks

may still trigger after this event without knowning that buffer pointer

is not valid. Since the serial code is a bit inconsistent in checking

the buffer state (some rely on the head-tail positions, some on the

buffer pointer), it's better to have both aligned, i.e. buffer pointer

to be NULL and head-tail possitions to be the same, meaning it's empty.

This will prevent asynchronous calls to dereference NULL pointer as

reported recently in 8250 case:

BUG: kernel NULL pointer dereference, address: 00000cf5

Workqueue: pm pm_runtime_work

EIP: serial8250_tx_chars (drivers/tty/serial/8250/8250_port.c:1809)

...

? serial8250_tx_chars (drivers/tty/serial/8250/8250_port.c:1809)

__start_tx (drivers/tty/serial/8250/8250_port.c:

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 >= 6.6.24, < 6.6.29 Affected

Frequently Asked Questions

What is CVE-2024-26998?

CVE-2024-26998 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-26998?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-26998?

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-26998?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-26998 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.