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

7.8 · HIGH
Published Feb 27, 2025 linux CWE-476 EPSS 0.20% (10th pctl)

Overview

CVE-2024-58019 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2025 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:

nvkm/gsp: correctly advance the read pointer of GSP message queue

A GSP event message consists three parts: message header, RPC header,

message body. GSP calculates the number of pages to write from the

total size of a GSP message. This behavior can be observed from the

movement of the write pointer.

However, nvkm takes only the size of RPC header and message body as

the message size when advancing the read pointer. When handling a

two-page GSP message in the non rollback case, It wrongly takes the

message body of the previous message as the message header of the next

message. As the "message length" tends to be zero, in the calculation of

size needs to be copied (0 - size of (message header)), the size needs to

be copied will be "0xffffffxx". It also triggers a kernel panic due to a

NULL pointer error.

[ 547.614102] msg: 00000f90: ff ff ff ff ff ff ff ff 40 d7 18 fb 8b 00 00 00 ........@.......

[ 547.622533] ms

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.12.14 Affected

Frequently Asked Questions

What is CVE-2024-58019?

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

How severe is CVE-2024-58019?

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

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

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