| Summary | In the Linux kernel, the following vulnerability has been resolved: tcp: prevent concurrent execution of tcp_sk_exit_batch Its possible that two threads call tcp_sk_exit_batch() concurrently, tcp_sk_exit_batch() calls tcp_twsk_purge(). This means that the error unwind of setup_net() can "steal" and destroy This allows the netns exit worker to proceed to call WARN_ON_ONCE(!refcount_dec_and_test(&net->ipv4.tcp_death_row.tw_refcount)); without the expected 1 -> 0 transition, which then splats. At same time, error unwind path that is also running inet_twsk_purge() WARNING: .. at lib/refcount.c:31 refcount_warn_saturate+0x1ed/0x210 ... because refcount_dec() of tw_refcount unexpectedly dropped to 0. This doesn't seem like an actual bug (no tw sockets got lost and I don't Add a mutex to force strict ordering: the task that calls tcp_twsk_purge() |
|---|---|
| Publication Date | Sept. 5, 2024, 5:15 a.m. |
| Registration Date | Sept. 5, 2024, noon |
| Last Update | Oct. 9, 2024, 11:36 p.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:6.11:rc1:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.11:rc4:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 | 6.10.7 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 | 6.6.48 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1 | 6.1.107 | |||
| Title | Linux の Linux Kernel における脆弱性 |
|---|---|
| Summary | Linux の Linux Kernel には、不特定の脆弱性が存在します。 |
| Possible impacts | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| Solution | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Aug. 19, 2024, midnight |
| Registration Date | Oct. 10, 2024, 10:28 a.m. |
| Last Update | Oct. 10, 2024, 10:28 a.m. |
| Linux |
| Linux Kernel 6.7 以上 6.10.7 未満 |
| Linux Kernel 6.1 以上 6.1.107 未満 |
| Linux Kernel 6.11 |
| Linux Kernel 6.2 以上 6.6.48 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2024年10月10日] 掲載 |
Oct. 10, 2024, 10:28 a.m. |