CVE-2024-39503
Last modified
CVE-2024-39503 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type Lion Ackermann reported that there is a race condition between namespace cleanup in ipset and the garbage collection of the list:set type. The namespace cleanup can destroy the list:set type of sets while the gc of the set type is waiting to run in rcu cleanup. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type Lion Ackermann reported that there is a race condition between namespace cleanup in ipset and the garbage collection of the list:set type. The namespace cleanup can destroy the list:set type of sets while the gc of the set type is waiting to run in rcu cleanup. The latter uses data from the destroyed set which thus leads use after free. The patch contains the following parts: - When destroying all sets, first remove the garbage collectors, then wait if needed and then destroy the sets. - Fix the badly ordered "wait then remove gc" for the destroy a single set case. - Fix the missing rcu locking in the list:set type in the userspace test case. - Use proper RCU list handlings in the list:set type. The patch depends on c1193d9bbbd3 (netfilter: ipset: Add list flush to cancel_gc).
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.269, < 5.4.279 | — |
| Linux | Linux Kernel | >= 5.10.210, < 5.10.221 | — |
| Linux | Linux Kernel | >= 5.15.149, < 5.15.162 | — |
| Linux | Linux Kernel | >= 6.1.79, < 6.1.95 | — |
| Linux | Linux Kernel | >= 6.6.18, < 6.6.35 | — |
| Linux | Linux Kernel | >= 6.7.6, < 6.8 | — |
| Linux | Linux Kernel | >= 6.8.1, < 6.9.6 | — |
| Linux | Linux Kernel | 6.8 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-39503?
How severe is CVE-2024-39503?
How do I fix CVE-2024-39503?
Are you affected by CVE-2024-39503?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
