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

5.5 · MEDIUM
Published Aug 7, 2024 linux CWE-835 EPSS 0.23% (14th pctl)

Overview

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

net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket

When using a BPF program on kernel_connect(), the call can return -EPERM. This

causes xs_tcp_setup_socket() to loop forever, filling up the syslog and causing

the kernel to potentially freeze up.

Neil suggested:

This will propagate -EPERM up into other layers which might not be ready

to handle it. It might be safer to map EPERM to an error we would be more

likely to expect from the network system - such as ECONNREFUSED or ENETDOWN.

ECONNREFUSED as error seems reasonable. For programs setting a different error

can be out of reach (see handling in 4fbac77d2d09) in particular on kernels

which do not have f10d05966196 ("bpf: Make BPF_PROG_RUN_ARRAY return -err

instead of allow boolean"), thus given that it is better to simply remap for

consistent behavior. UDP does handle EPERM in xs_udp_send_request().

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 >= 4.17, < 6.1.100 Affected

Frequently Asked Questions

What is CVE-2024-42246?

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

How severe is CVE-2024-42246?

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

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

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