← Back to CVE List

CVE-2023-52735

Published: 2024-05-21T16:15Z
Last Modified: 2025-04-02T14:51Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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/[email protected]/ > MITRE Terms of Use apply – see LICENSE‑MITRE.txt