In the Linux kernel, the following vulnerability has been resolved: ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr Although ipv6_get_ifaddr walks inet6_addr_lst under the RCU lo…
High CVSS 8.8
Summary
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr Although ipv6_get_ifaddr walks inet6_addr_lst under the RCU lock, it still means hlist_for_each_entry_rcu can return an item that got removed from the list. The memory itself of such item is not freed thanks to RCU but nothing guarantees the actual content of the memory is sane. In particular, the reference count can be zero. This can happen if ipv6_del_addr …
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/01b11a0566670612bd464a932e5ac2eae53d8652 Patch
- https://git.kernel.org/stable/c/3fb02ec57ead2891a2306af8c51a306bc5945e70 Patch
- https://git.kernel.org/stable/c/4b19e9507c275de0cfe61c24db69179dc52cf9fb Patch
- https://git.kernel.org/stable/c/6cdb20c342cd0193d3e956e3d83981d0f438bb83 Patch
- https://git.kernel.org/stable/c/7633c4da919ad51164acbf1aa322cc1a3ead6129 Patch
- https://git.kernel.org/stable/c/b4b3b69a19016d4e7fbdbd1dbcc184915eb862e1 Patch
- https://git.kernel.org/stable/c/cca606e14264098cba65efa82790825dbf69e903 Patch
- https://git.kernel.org/stable/c/de76ae9ea1a6cf9e77fcec4f2df2904e26c23ceb Patch
- https://git.kernel.org/stable/c/01b11a0566670612bd464a932e5ac2eae53d8652 Patch
- https://git.kernel.org/stable/c/3fb02ec57ead2891a2306af8c51a306bc5945e70 Patch
- https://git.kernel.org/stable/c/4b19e9507c275de0cfe61c24db69179dc52cf9fb Patch
- https://git.kernel.org/stable/c/6cdb20c342cd0193d3e956e3d83981d0f438bb83 Patch
- https://git.kernel.org/stable/c/7633c4da919ad51164acbf1aa322cc1a3ead6129 Patch
- https://git.kernel.org/stable/c/b4b3b69a19016d4e7fbdbd1dbcc184915eb862e1 Patch
- https://git.kernel.org/stable/c/cca606e14264098cba65efa82790825dbf69e903 Patch
- https://git.kernel.org/stable/c/de76ae9ea1a6cf9e77fcec4f2df2904e26c23ceb Patch
- https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Mailing List
- https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html Mailing List
- https://cert-portal.siemens.com/productcert/html/ssa-265688.html
- https://cert-portal.siemens.com/productcert/html/ssa-613116.html
Timeline
- nvd_ingest NVD