CVE-2024-50260
MEDIUM EPSS 6.2%
Published Nov 9, 20241y ago · Modified Jun 17, 20262w ago
4.7 CVSS 3.1
Published Nov 9, 2024 1y ago
Last Modified Jun 17, 2026 2w ago
Description
In the Linux kernel, the following vulnerability has been resolved: sock_map: fix a NULL pointer dereference in sock_map_link_update_prog() The following race condition could trigger a NULL pointer dereference: sock_map_link_detach(): sock_map_link_update_prog(): mutex_lock(&sockmap_mutex); ... sockmap_link->map = NULL; mutex_unlock(&sockmap_mutex); mutex_lock(&sockmap_mutex); ... sock_map_prog_link_lookup(sockmap_link->map); mutex_unlock(&sockmap_mutex); <continue> Fix it by adding a NULL pointer check. In this specific case, it makes no sense to update a link which is being released.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H Attack Vector Local
Attack Complexity High
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
6.2% percentile
Exploit & Patch Status
No Known Exploit
Patch Available
Weaknesses 1
CWE-476 NULL Pointer Dereference Memory Safety
Affected Products 6
References 2
- git.kernel.org https://git.kernel.org/stable/c/740be3b9a6d73336f8c7d540842d0831dc7a808b
- git.kernel.org https://git.kernel.org/stable/c/9afe35fdda16e09d5bd3c49a68ba8c680dd678bd
Remediation
- git.kernel.org https://git.kernel.org/stable/c/740be3b9a6d73336f8c7d540842d0831dc7a808b
- git.kernel.org https://git.kernel.org/stable/c/9afe35fdda16e09d5bd3c49a68ba8c680dd678bd