CVE-2024-35960
Last modified
CVE-2024-35960 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Properly link new fs rules into the tree Previously, add_rule_fg would only add newly created rules from the handle into the tree when they had a refcount of 1. On the other hand, create_flow_handle tries hard to find and reference already existing identical rules instead of creating new ones. These two behaviors can result in a situation where create_flow_handle 1) creates a new rule and references it, then 2) in a subsequent step during the same handle creation references it again, resulting in a rule with a refcount of 2 that is not linked into the tree, will have a NULL parent and root and will result in a crash when the flow group is deleted because del_sw_hw_rule, invoked on rule deletion, assumes node->parent is != NULL. This happened in the wild, due to another bug related to incorrect handling of duplicate pkt_reformat ids, which lead to the code in create_flow_handle incorrectly referencing a just-added rule in the same flow handle, resulting in the problem described above. EPSS estimates a 1.40% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Properly link new fs rules into the tree Previously, add_rule_fg would only add newly created rules from the handle into the tree when they had a refcount of 1. On the other hand, create_flow_handle tries hard to find and reference already existing identical rules instead of creating new ones. These two behaviors can result in a situation where create_flow_handle 1) creates a new rule and references it, then 2) in a subsequent step during the same handle creation references it again, resulting in a rule with a refcount of 2 that is not linked into the tree, will have a NULL parent and root and will result in a crash when the flow group is deleted because del_sw_hw_rule, invoked on rule deletion, assumes node->parent is != NULL. This happened in the wild, due to another bug related to incorrect handling of duplicate pkt_reformat ids, which lead to the code in create_flow_handle incorrectly referencing a just-added rule in the same flow handle, resulting in the problem described above. Full details are at [1]. This patch changes add_rule_fg to add new rules without parents into the tree, properly initializing them and avoiding the crash. This makes it more consistent with how rules are added to an FTE in create_flow_handle.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.10, < 4.19.313 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.275 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.216 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.156 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.87 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.28 | — |
| Linux | Linux Kernel | >= 6.7, < 6.8.7 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
| Debian | Debian Linux | 10.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2024/06/msg00017.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2024/06/msg00020.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-35960?
How severe is CVE-2024-35960?
How do I fix CVE-2024-35960?
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-35955In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2024-35956In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35957In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35958In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35959In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-3596RADIUS Protocol under RFC 2865 is susceptible to forgery att…9
- CVE-2024-35961In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35962In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35963In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-35964In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-35965In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-35966In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2024-35960?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
