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

5.5 · MEDIUM
Published May 1, 2024 linux CWE-667 EPSS 0.18% (8th pctl)

Overview

CVE-2024-26999 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/pmac_zilog: Remove flawed mitigation for rx irq flood

The mitigation was intended to stop the irq completely. That may be

better than a hard lock-up but it turns out that you get a crash anyway

if you're using pmac_zilog as a serial console:

ttyPZ0: pmz: rx irq flood !

BUG: spinlock recursion on CPU#0, swapper/0

That's because the pr_err() call in pmz_receive_chars() results in

pmz_console_write() attempting to lock a spinlock already locked in

pmz_interrupt(). With CONFIG_DEBUG_SPINLOCK=y, this produces a fatal

BUG splat. The spinlock in question is the one in struct uart_port.

Even when it's not fatal, the serial port rx function ceases to work.

Also, the iteration limit doesn't play nicely with QEMU, as can be

seen in the bug report linked below.

A web search for other reports of the error message "pmz: rx irq flood"

didn't produce anything. So I don't think this code is needed any more.

Remove it.

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 >= 2.6.12, < 5.15.157 Affected

Frequently Asked Questions

What is CVE-2024-26999?

CVE-2024-26999 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-26999?

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

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

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