| 概要 | In the Linux kernel, the following vulnerability has been resolved: net: drop bad gso csum_start and offset in virtio_net_hdr Tighten csum_start and csum_offset checks in virtio_net_hdr_to_skb The function already checks that a checksum requested with Syzkaller demonstrated to reach this warning in skb_checksum_help offset = skb_checksum_start_offset(skb); By injecting a TSO packet: WARNING: CPU: 1 PID: 3539 at net/core/dev.c:3284 skb_checksum_help+0x3d0/0x5b0 The geometry of the bad input packet at tcp_gso_segment: [ 52.003050][ T8403] skb len=12202 headroom=244 headlen=12093 tailroom=0 Mitigate with stricter input validation. csum_offset: for GSO packets, deduce the correct value from gso_type. csum_start: finding the real offset requires parsing to the transport GSO packet are almost always CHECKSUM_PARTIAL. USO packets may be This revises an existing fix mentioned in the Fixes tag, which broke |
|---|---|
| 公表日 | 2024年8月26日20:15 |
| 登録日 | 2024年8月27日5:01 |
| 最終更新日 | 2024年9月12日21:15 |
| CVSS3.1 : MEDIUM | |
| スコア | 5.5 |
|---|---|
| ベクター | 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) | 高 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10.3 | 6.10.5 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6.44 | 6.6.46 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15.165 | 6.1.107 | |||
| タイトル | Linux の Linux Kernel における脆弱性 |
|---|---|
| 概要 | Linux の Linux Kernel には、不特定の脆弱性が存在します。 |
| 想定される影響 | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| 対策 | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2024年7月30日0:00 |
| 登録日 | 2024年9月6日16:11 |
| 最終更新日 | 2024年9月6日16:11 |
| Linux |
| Linux Kernel 5.15.165 以上 6.1.107 未満 |
| Linux Kernel 6.10.3 以上 6.10.5 未満 |
| Linux Kernel 6.11 |
| Linux Kernel 6.6.44 以上 6.6.46 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2024年09月06日] 掲載 | 2024年9月6日12:21 |