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…
高危 CVSS 8.8
摘要
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 …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
受影响产品
- :
- :
数据来源
- NVD DATABASE
原始链接
- 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
时间线
- nvd_ingest NVD