Updated: 2024-11-17 19:24:19.402246
Description:
In the Linux kernel, the following vulnerability has been resolved: net: do not delay dst_entries_add() in dst_release() dst_entries_add() uses per-cpu data that might be freed at netns dismantle from ip6_route_net_exit() calling dst_entries_destroy() Before ip6_route_net_exit() can be called, we release all the dsts associated with this netns, via calls to dst_release(), which waits an rcu grace period before calling dst_destroy() dst_entries_add() use in dst_destroy() is racy, because dst_entries_destroy() could have been called already. Decrementing the number of dsts must happen sooner. Notes: 1) in CONFIG_XFRM case, dst_destroy() can call dst_release_immediate(child), this might also cause UAF if the child does not have DST_NOCOUNT set. IPSEC maintainers might take a look and see how to address this. 2) There is also discussion about removing this count of dst, which might happen in future kernels.
Links | NIST | CIRCL | RHEL | Ubuntu |
Severity | Score | |
---|---|---|
CVSS Version 2.x | 0 | |
CVSS Version 3.x | HIGH | 7 |
OS name | Project name | Version | Score | Severity | Status | Errata | Last updated | Statement |
---|---|---|---|---|---|---|---|---|
AlmaLinux 9.2 ESU | kernel | 5.14.0 | 7.0 | HIGH | Released | CLSA-2024:1731933167 | 2024-11-18 16:30:15 | |
AlmaLinux 9.2 FIPS | kernel | 5.14.0 | 7.0 | HIGH | Released | CLSA-2024:1731956568 | 2024-11-18 16:30:16 | |
CentOS 8.4 ELS | kernel | 4.18.0 | 7.0 | HIGH | Needs Triage | 2024-11-05 10:18:08 | ||
CentOS 8.5 ELS | kernel | 4.18.0 | 7.0 | HIGH | Needs Triage | 2024-11-05 10:18:07 | ||
CentOS Stream 8 ELS | kernel | 4.18.0 | 7.0 | HIGH | In Progress | 2024-12-09 05:23:31 | ||
Ubuntu 16.04 ELS | linux-hwe | 4.15.0 | 7.0 | HIGH | Released | CLSA-2024:1731603700 | 2024-11-14 12:08:42 | |
Ubuntu 16.04 ELS | linux | 4.4.0 | 7.0 | HIGH | Released | CLSA-2024:1733142550 | 2024-12-02 09:54:40 | |
Ubuntu 18.04 ELS | linux | 4.15.0 | 7.0 | HIGH | Released | CLSA-2024:1731602566 | 2024-11-14 12:08:41 |