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

5.5 · MEDIUM
Published Dec 27, 2024 linux CWE-401 EPSS 0.22% (13th pctl)

Overview

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

s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()

Passing MSG_PEEK flag to skb_recv_datagram() increments skb refcount

(skb->users) and iucv_sock_recvmsg() does not decrement skb refcount

at exit.

This results in skb memory leak in skb_queue_purge() and WARN_ON in

iucv_sock_destruct() during socket close. To fix this decrease

skb refcount by one if MSG_PEEK is set in order to prevent memory

leak and WARN_ON.

WARNING: CPU: 2 PID: 6292 at net/iucv/af_iucv.c:286 iucv_sock_destruct+0x144/0x1a0 [af_iucv]

CPU: 2 PID: 6292 Comm: afiucv_test_msg Kdump: loaded Tainted: G W 6.10.0-rc7 #1

Hardware name: IBM 3931 A01 704 (z/VM 7.3.0)

Call Trace:

[<001587c682c4aa98>] iucv_sock_destruct+0x148/0x1a0 [af_iucv]

[<001587c682c4a9d0>] iucv_sock_destruct+0x80/0x1a0 [af_iucv]

[<001587c704117a32>] __sk_destruct+0x52/0x550

[<001587c704104a54>] __sock_release+0xa4/0x230

[<

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.21, < 6.1.120 Affected

Frequently Asked Questions

What is CVE-2024-53210?

CVE-2024-53210 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-53210?

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

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

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