First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself sock_map proto callbacks should never call themselves by design. Protect against bugs like [1] and break out of the recursive loop to avoid a stack overflow in favor of a resource leak. [1] https://lore.kernel.org/all/00000000000073b14905ef2e7401@google.com/
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.15.95 | 5.15.95 |
redhat/kernel | <6.1.13 | 6.1.13 |
redhat/kernel | <6.2 | 6.2 |
Linux Kernel | <5.15.95 | |
Linux Kernel | >=5.16<6.1.13 | |
Linux Kernel | =6.2-rc1 | |
Linux Kernel | =6.2-rc2 | |
Linux Kernel | =6.2-rc3 | |
Linux Kernel | =6.2-rc4 | |
Linux Kernel | =6.2-rc5 | |
Linux Kernel | =6.2-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52735 is classified as a high severity vulnerability in the Linux kernel.
To fix CVE-2023-52735, update the Linux kernel to version 5.15.95, 6.1.13, or 6.2 or later.
CVE-2023-52735 affects various versions of the Linux kernel including 5.15.x and 6.1.x before 6.2.
CVE-2023-52735 is a recursive loop vulnerability in the BPF sockmap implementation of the Linux kernel.
CVE-2023-52735 could be exploited by an attacker with local access to the system potentially resulting in denial of service.