| タイトル | Linux の Linux Kernel 等複数ベンダの製品における有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| 概要 | Linux の Linux Kernel 等複数ベンダの製品には、有効期限後のメモリの解放の欠如に関する脆弱性が存在します。 |
| 想定される影響 | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| 対策 | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2025年7月7日0:00 |
| 登録日 | 2025年12月25日14:47 |
| 最終更新日 | 2025年12月25日14:47 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Debian |
| Debian GNU/Linux 11.0 |
| Linux |
| Linux Kernel 2.6.12 |
| Linux Kernel 2.6.13 以上 5.4.296 未満 |
| Linux Kernel 5.11 以上 5.15.189 未満 |
| Linux Kernel 5.16 以上 6.1.146 未満 |
| Linux Kernel 5.5 以上 5.10.240 未満 |
| Linux Kernel 6.13 以上 6.15.7 未満 |
| Linux Kernel 6.16 |
| Linux Kernel 6.2 以上 6.6.99 未満 |
| Linux Kernel 6.7 以上 6.12.39 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2025年12月25日] 掲載 | 2025年12月25日10:46 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk->sk_rmem_alloc. Netlink has this pattern in some places if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) , which has the same problem fixed by commit 5a465a0da13e ("udp: For example, if we set INT_MAX to SO_RCVBUFFORCE, the condition Then, a single socket can eat as many skb as possible until OOM Let's fix it by using atomic_add_return() and comparing the two Before: After: |
|---|---|
| 公表日 | 2025年7月26日1:15 |
| 登録日 | 2025年7月26日4:00 |
| 最終更新日 | 2025年7月26日1:15 |