製品・ソフトウェアに関する情報
Linux Kernel における競合状態に関する脆弱性
Title Linux Kernel における競合状態に関する脆弱性
Summary

Linux Kernel には、競合状態に関する脆弱性が存在します。

Possible impacts 情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。
Solution

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date Aug. 10, 2017, midnight
Registration Date Nov. 8, 2017, 1:44 p.m.
Last Update Nov. 8, 2017, 1:44 p.m.
CVSS3.0 : 重要
Score 7
Vector CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS2.0 : 警告
Score 6.9
Vector AV:L/AC:M/Au:N/C:C/I:C/A:C
Affected System
Linux
Linux Kernel 
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
0 [2017年11月08日]
  掲載
Feb. 17, 2018, 10:37 a.m.

NVD Vulnerability Information
CVE-2017-1000112
Summary

Linux kernel: Exploitable memory corruption due to UFO to non-UFO path switch. When building a UFO packet with MSG_MORE __ip_append_data() calls ip_ufo_append_data() to append. However in between two send() calls, the append path can be switched from UFO to non-UFO one, which leads to a memory corruption. In case UFO packet lengths exceeds MTU, copy = maxfraglen - skb->len becomes negative on the non-UFO path and the branch to allocate new skb is taken. This triggers fragmentation and computation of fraggap = skb_prev->len - maxfraglen. Fraggap can exceed MTU, causing copy = datalen - transhdrlen - fraggap to become negative. Subsequently skb_copy_and_csum_bits() writes out-of-bounds. A similar issue is present in IPv6 code. The bug was introduced in e89e9cf539a2 ("[IPv4/IPv6]: UFO Scatter-gather approach") on Oct 18 2005.

Publication Date Oct. 5, 2017, 10:29 a.m.
Registration Date Jan. 26, 2021, 1:11 p.m.
Last Update Nov. 21, 2024, 12:04 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.10 4.12.7
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 3.11 3.16.47
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 3.17 3.18.65
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.5 4.9.43
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 2.6.15 3.10.108
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 3.19 4.4.82
Related information, measures and tools
Common Vulnerabilities List