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

7.8 · HIGH
Published May 20, 2024 linux CWE-401 EPSS 0.19% (9th pctl)

Overview

CVE-2024-35994 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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:

firmware: qcom: uefisecapp: Fix memory related IO errors and crashes

It turns out that while the QSEECOM APP_SEND command has specific fields

for request and response buffers, uefisecapp expects them both to be in

a single memory region. Failure to adhere to this has (so far) resulted

in either no response being written to the response buffer (causing an

EIO to be emitted down the line), the SCM call to fail with EINVAL

(i.e., directly from TZ/firmware), or the device to be hard-reset.

While this issue can be triggered deterministically, in the current form

it seems to happen rather sporadically (which is why it has gone

unnoticed during earlier testing). This is likely due to the two

kzalloc() calls (for request and response) being directly after each

other. Which means that those likely return consecutive regions most of

the time, especially when not much else is going on in the system.

Fix this by allocating a 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 >= 6.7, < 6.8.9 Affected

Frequently Asked Questions

What is CVE-2024-35994?

CVE-2024-35994 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-35994?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-35994?

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

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