CVE-2024-50260
Last modified
CVE-2024-50260 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.11.7 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-50260?
How severe is CVE-2024-50260?
How do I fix CVE-2024-50260?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-50255In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50256In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50257In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50258In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50259In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5026The CM Tooltip Glossary WordPress plugin before 4.3.4 does n…4.8
- CVE-2024-50261In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50262In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50263In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50264In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50265In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50266In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-50260?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
