{ "schema_version": "1.4.0", "id": "GHSA-47rw-4rpj-m5g9", "modified": "2024-07-03T18:42:53Z", "published": "2024-05-21T18:31:19Z", "aliases": [ "CVE-2023-52735" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself\n\nsock_map proto callbacks should never call themselves by design. Protect\nagainst bugs like [1] and break out of the recursive loop to avoid a stack\noverflow in favor of a resource leak.\n\n[1] https://lore.kernel.org/all/00000000000073b14905ef2e7401@google.com/", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52735" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/5b4a79ba65a1ab479903fff2e604865d229b70a9" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/7499859881488da97589f3c79cc66fa75748ad49" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/f312367f5246e04df564d341044286e9e37a97ba" } ], "database_specific": { "cwe_ids": [ "CWE-120" ], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-05-21T16:15:13Z" } }