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

7.8 · HIGH
Published Dec 27, 2024 linux CWE-401 EPSS 0.24% (15th pctl)

Overview

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

xen: Fix the issue of resource not being properly released in xenbus_dev_probe()

This patch fixes an issue in the function xenbus_dev_probe(). In the

xenbus_dev_probe() function, within the if (err) branch at line 313, the

program incorrectly returns err directly without releasing the resources

allocated by err = drv->probe(dev, id). As the return value is non-zero,

the upper layers assume the processing logic has failed. However, the probe

operation was performed earlier without a corresponding remove operation.

Since the probe actually allocates resources, failing to perform the remove

operation could lead to problems.

To fix this issue, we followed the resource release logic of the

xenbus_dev_remove() function by adding a new block fail_remove before the

fail_put block. After entering the branch if (err) at line 313, the

function will use a goto statement to jump to the fail_remove block,

ensuring that the previo

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.23, < 5.4.287 Affected

Frequently Asked Questions

What is CVE-2024-53198?

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

How severe is CVE-2024-53198?

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

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

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