CVE-2024-42246
Last modified
CVE-2024-42246 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.17, < 6.1.100 |
| Linux | Linux Kernel | >= 6.2, < 6.6.41 |
| Linux | Linux Kernel | >= 6.7, < 6.9.10 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42246?
How severe is CVE-2024-42246?
How do I fix CVE-2024-42246?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-42240In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42241In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42242In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42243In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42244In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42245In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42247In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42248In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42249In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2024-4225Multiple security vulnerabilities has been discovered in web…7.6
- CVE-2024-42250In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42251In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-42246?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
