| Summary | In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6_mc_down() at most once There are two reasons for addrconf_notify() to be called with NETDEV_DOWN: If either of them stays down while the other is toggled, we repeatedly The following reproducer will leak at least $n objects: ip addr add ff2e::4242/32 dev eth0 autojoin Joining groups with IPV6_ADD_MEMBERSHIP (unprivileged) or setting the Based on both sources for NETDEV_DOWN events the interface IPv6 state - not ready if the network interface is not ready OR IPv6 is disabled The functions ipv6_mc_up() and ipv6_down() should only be run when this Implement this by remembering when the IPv6 state is ready, and only The other direction (not ready -> ready) already works correctly, as: - the interface notification triggered codepath for NETDEV_UP / |
|---|---|
| Publication Date | Aug. 22, 2024, 11:15 a.m. |
| Registration Date | Aug. 26, 2024, 4:57 p.m. |
| Last Update | Nov. 9, 2024, 1:15 a.m. |
| CVSS3.1 : MEDIUM | |
| スコア | 5.5 |
|---|---|
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | なし |
| 完全性への影響(I) | なし |
| 可用性への影響(A) | 高 |
| Configuration1 | or higher | or less | more than | less than | |
| cpe:2.3:o:linux:linux_kernel:5.17:rc5:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:5.17:rc4:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:5.17:rc2:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:5.17:rc3:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:5.17:rc6:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 | 5.16.13 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 | 5.15.27 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 | 5.10.104 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.15 | 5.4.193 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.10 | 4.14.278 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.18 | 4.9.313 | |||
| Title | Linux の Linux Kernel における脆弱性 |
|---|---|
| Summary | Linux の Linux Kernel には、不特定の脆弱性が存在します。 |
| Possible impacts | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| Solution | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Feb. 28, 2022, midnight |
| Registration Date | Sept. 13, 2024, 2:58 p.m. |
| Last Update | Sept. 13, 2024, 2:58 p.m. |
| Linux |
| Linux Kernel 3.18 以上 4.9.313 未満 |
| Linux Kernel 4.10 以上 4.14.278 未満 |
| Linux Kernel 4.15 以上 5.4.193 未満 |
| Linux Kernel 5.11 以上 5.15.27 未満 |
| Linux Kernel 5.16 以上 5.16.13 未満 |
| Linux Kernel 5.17 |
| Linux Kernel 5.5 以上 5.10.104 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2024年09月13日] 掲載 | Sept. 13, 2024, 1:36 p.m. |