CVE-2024-26910
Last modified
CVE-2024-26910 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronize_rcu() added to the swap function unnecessarily slows it down: it can safely be moved to destroy and use call_rcu() instead. Eric Dumazet pointed out that simply calling the destroy functions as rcu callback does not work: sets with timeout use garbage collectors which need cancelling at destroy which can wait. Therefore the destroy functions are split into two: cancelling garbage collectors safely at executing the command received by netlink and moving the remaining part only into the rcu callback.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronize_rcu() added to the swap function unnecessarily slows it down: it can safely be moved to destroy and use call_rcu() instead. Eric Dumazet pointed out that simply calling the destroy functions as rcu callback does not work: sets with timeout use garbage collectors which need cancelling at destroy which can wait. Therefore the destroy functions are split into two: cancelling garbage collectors safely at executing the command received by netlink and moving the remaining part only into the rcu callback.
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 |
|---|---|---|
| Linux | Linux Kernel | < 5.4.269 |
| Linux | Linux Kernel | >= 5.5, < 5.10.210 |
| Linux | Linux Kernel | >= 5.11, < 5.15.149 |
| Linux | Linux Kernel | >= 5.16, < 6.1.79 |
| Linux | Linux Kernel | >= 6.2, < 6.6.18 |
| Linux | Linux Kernel | >= 6.7, < 6.7.6 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-26910?
How severe is CVE-2024-26910?
How do I fix CVE-2024-26910?
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-26905Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26906In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26907In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26908Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26909In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2691The WP Event Manager – Events Calendar, Registrations, Sell …5.4
- CVE-2024-26911In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2024-26912In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26913In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26914In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26915In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26916In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-26910?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
