First published: Mon May 20 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.313 | 4.19.313 |
redhat/kernel | <5.4.275 | 5.4.275 |
redhat/kernel | <5.10.216 | 5.10.216 |
redhat/kernel | <5.15.156 | 5.15.156 |
redhat/kernel | <6.1.87 | 6.1.87 |
redhat/kernel | <6.6.28 | 6.6.28 |
redhat/kernel | <6.8.7 | 6.8.7 |
redhat/kernel | <6.9 | 6.9 |
Linux Kernel | >=4.10<4.19.313 | |
Linux Kernel | >=4.20<5.4.275 | |
Linux Kernel | >=5.5<5.10.216 | |
Linux Kernel | >=5.11<5.15.156 | |
Linux Kernel | >=5.16<6.1.87 | |
Linux Kernel | >=6.2<6.6.28 | |
Linux Kernel | >=6.7<6.8.7 | |
Linux Kernel | =6.9-rc1 | |
Linux Kernel | =6.9-rc2 | |
Linux Kernel | =6.9-rc3 | |
Debian Linux | =10.0 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 6.12.25-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35960 has a severity rating that indicates it poses potential security risks to systems using affected versions of the Linux kernel.
To mitigate CVE-2024-35960, update your Linux kernel to a version that includes the fix, such as 4.19.313, 5.4.275, 5.10.216, 5.15.156, 6.1.87, or later versions.
CVE-2024-35960 affects multiple Linux kernel versions, specifically those prior to 4.19.313, 5.4.275, 5.10.216, 5.15.156, 6.1.87, and others listed in remediation.
As of now, there is no publicly disclosed exploitation of CVE-2024-35960, but it is recommended to apply patches as a precaution.
Systems running unpatched versions of the Linux kernel that utilize the affected features are at risk from CVE-2024-35960.