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

7.5 · HIGH
Published Dec 24, 2024 linux CWE-190 EPSS 0.64% (48th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

svcrdma: Address an integer overflow

Dan Carpenter reports:

> Commit 78147ca8b4a9 ("svcrdma: Add a "parsed chunk list" data

> structure") from Jun 22, 2020 (linux-next), leads to the following

> Smatch static checker warning:

>

> net/sunrpc/xprtrdma/svc_rdma_recvfrom.c:498 xdr_check_write_chunk()

> warn: potential user controlled sizeof overflow 'segcount * 4 * 4'

>

> net/sunrpc/xprtrdma/svc_rdma_recvfrom.c

> 488 static bool xdr_check_write_chunk(struct svc_rdma_recv_ctxt *rctxt)

> 489 {

> 490 u32 segcount;

> 491 __be32 *p;

> 492

> 493 if (xdr_stream_decode_u32(&rctxt->rc_stream, &segcount))

> ^^^^^^^^

>

> 494 return false;

> 495

> 496 /* A bogus segcount causes this buffer overflow check to fail. */

> 497 p = xdr_inline_decode(&rctxt->rc_stream,

> --> 498

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 >= 5.11, < 5.15.174 Affected

Frequently Asked Questions

What is CVE-2024-53151?

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

How severe is CVE-2024-53151?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-53151?

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

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