You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record has been updated after NVD enrichment efforts were completed. Enrichment data supplied by the NVD may require amendment due to these changes.
Description
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.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
OR
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (including) 4.13.9
OR
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.15 up to (excluding) 3.10.108
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.11 up to (excluding) 3.16.47
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.17 up to (excluding) 3.18.65
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.19 up to (excluding) 4.4.82
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.5 up to (excluding) 4.9.43
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.10 up to (excluding) 4.12.7
Changed
Reference Type
http://www.debian.org/security/2017/dsa-3981 No Types Assigned
http://www.debian.org/security/2017/dsa-3981 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2017:2918 No Types Assigned
https://access.redhat.com/errata/RHSA-2017:2918 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2017:2930 No Types Assigned
https://access.redhat.com/errata/RHSA-2017:2930 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2017:2931 No Types Assigned
https://access.redhat.com/errata/RHSA-2017:2931 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2017:3200 No Types Assigned
https://access.redhat.com/errata/RHSA-2017:3200 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2019:1931 No Types Assigned
https://access.redhat.com/errata/RHSA-2019:1931 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2019:1932 No Types Assigned
https://access.redhat.com/errata/RHSA-2019:1932 Third Party Advisory
Changed
Reference Type
https://access.redhat.com/errata/RHSA-2019:4159 No Types Assigned
https://access.redhat.com/errata/RHSA-2019:4159 Third Party Advisory
Changed
Reference Type
https://github.com/xairy/kernel-exploits/tree/master/CVE-2017-1000112 No Types Assigned
https://github.com/xairy/kernel-exploits/tree/master/CVE-2017-1000112 Third Party Advisory
Changed
Reference Type
https://www.exploit-db.com/exploits/45147/ No Types Assigned
https://www.exploit-db.com/exploits/45147/ Third Party Advisory, VDB Entry