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/
References
Configurations
No configuration.
History
21 Nov 2024, 08:40
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/5b4a79ba65a1ab479903fff2e604865d229b70a9 - | |
References | () https://git.kernel.org/stable/c/7499859881488da97589f3c79cc66fa75748ad49 - | |
References | () https://git.kernel.org/stable/c/f312367f5246e04df564d341044286e9e37a97ba - |
03 Jul 2024, 01:43
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
CWE | CWE-120 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.1 |
21 May 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-21 16:15
Updated : 2024-11-21 08:40
NVD link : CVE-2023-52735
Mitre link : CVE-2023-52735
CVE.ORG link : CVE-2023-52735
JSON object : View
Products Affected
No product.
CWE
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')