CVE-2024-56660
Last modified
CVE-2024-56660 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The dr_domain_add_vport_cap() function generally returns NULL on error but sometimes we want it to return ERR_PTR(-EBUSY) so the caller can retry. The problem here is that "ret" can be either -EBUSY or -ENOMEM and if it's and -ENOMEM then the error pointer is propogated back and eventually dereferenced in dr_ste_v0_build_src_gvmi_qpn_tag().. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The dr_domain_add_vport_cap() function generally returns NULL on error but sometimes we want it to return ERR_PTR(-EBUSY) so the caller can retry. The problem here is that "ret" can be either -EBUSY or -ENOMEM and if it's and -ENOMEM then the error pointer is propogated back and eventually dereferenced in dr_ste_v0_build_src_gvmi_qpn_tag().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.16, < 6.1.121 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.67 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.6 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-56660?
How severe is CVE-2024-56660?
How do I fix CVE-2024-56660?
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-56655In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56656In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56657In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56658In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-56659In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5666The Extensions for Elementor plugin for WordPress is vulnera…5.4
- CVE-2024-56661In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56662In the Linux kernel, the following vulnerability has been re…6
- CVE-2024-56663In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-56664In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-56665In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56666In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-56660?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
