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.
CVE-2017-1000112
Score 7.0 from GitHub Security Advisory (severity: HIGH) published 2022-05-14. NVD baseline CVSS 7.0; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.0
- EG Score
- 7.0(medium)
- EPSS
- 97.2%
- KEV
- Not listed
Published
October 5, 2017
Last Modified
May 13, 2026
References (26)
- cve@mitrehttp://seclists.org/oss-sec/2017/q3/277
- cve@mitrehttp://www.debian.org/security/2017/dsa-3981
- cve@mitrehttp://www.securityfocus.com/bid/100262
- cve@mitrehttp://www.securitytracker.com/id/1039162
- cve@mitrehttps://access.redhat.com/errata/RHSA-2017:2918
- cve@mitrehttps://access.redhat.com/errata/RHSA-2017:2930
- cve@mitrehttps://access.redhat.com/errata/RHSA-2017:2931
- cve@mitrehttps://access.redhat.com/errata/RHSA-2017:3200
- cve@mitrehttps://access.redhat.com/errata/RHSA-2019:1931
- cve@mitrehttps://access.redhat.com/errata/RHSA-2019:1932
- cve@mitrehttps://access.redhat.com/errata/RHSA-2019:4159
- cve@mitrehttps://github.com/xairy/kernel-exploits/tree/master/CVE-2017-1000112
- cve@mitrehttps://www.exploit-db.com/exploits/45147/
- af854a3a-2127-422b-91ae-364da2661108http://seclists.org/oss-sec/2017/q3/277
- af854a3a-2127-422b-91ae-364da2661108http://www.debian.org/security/2017/dsa-3981
Patch Availability(13)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| ubuntu | linux-image-extra-4.10.0-32-generic (4.10.0-32.36~16.04.1) @ xenial | 2026-05-22 | ubuntu |
| ubuntu | linux-image-extra-4.4.0-91-generic (4.4.0-91.114~14.04.1) @ trusty | 2026-05-22 | ubuntu |
| ubuntu | linux-image-extra-3.13.0-128-generic (3.13.0-128.177) @ trusty | 2026-05-22 | ubuntu |
| ubuntu | linux-image-raspi2 (4.10.0.1015.16) @ zesty | 2026-05-22 | ubuntu |
| ubuntu | linux-image-extra-4.4.0-91-generic (4.4.0-91.114) @ xenial | 2026-05-22 | ubuntu |
| ubuntu | linux-image-generic-lts-trusty (3.13.0.128.118) @ precise | 2026-05-22 | ubuntu |
| redhat | kernel-0:3.10.0-514.71.1.el7 | 2019-12-10 | redhat |
| redhat | kernel-0:2.6.18-348.44.1.el5 | 2019-07-29 | redhat |
| redhat | kernel-0:2.6.18-438.el5 | 2019-07-29 | redhat |
| redhat | kernel-0:2.6.32-696.16.1.el6 | 2017-11-14 | redhat |
| redhat | kernel-rt-1:3.10.0-693.5.2.rt56.592.el6rt | 2017-10-19 | redhat |
| redhat | kernel-rt-0:3.10.0-693.5.2.rt56.626.el7 | 2017-10-19 | redhat |
| redhat | kernel-0:3.10.0-693.5.2.el7 | 2017-10-19 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
All Vendor Advisories
(13)
Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.
- Red HatRHSA-2017:2918IMPORTANT2017-08-10
RHSA-2017:2918 — Important
- Red HatRHSA-2017:2930IMPORTANT2017-08-10
RHSA-2017:2930 — Important
- Red HatRHSA-2017:2931IMPORTANT2017-08-10
RHSA-2017:2931 — Important
- Red HatRHSA-2017:3200IMPORTANT2017-08-10
RHSA-2017:3200 — Important
- Red HatRHSA-2019:1931IMPORTANT2017-08-10
RHSA-2019:1931 — Important
- Red HatRHSA-2019:1932IMPORTANT2017-08-10
RHSA-2019:1932 — Important
- Red HatRHSA-2019:4159IMPORTANT2017-08-10
RHSA-2019:4159 — Important
- UbuntuUSN-3384-1HIGH
Linux kernel vulnerabilities
- UbuntuUSN-3384-2HIGH
Linux kernel (HWE) vulnerabilities
- UbuntuUSN-3385-1HIGH
Linux kernel vulnerabilities
- UbuntuUSN-3385-2HIGH
Linux kernel (Xenial HWE) vulnerabilities
- UbuntuUSN-3386-1HIGH
Linux kernel vulnerabilities
- UbuntuUSN-3386-2HIGH
Linux kernel (Trusty HWE) vulnerabilities
Data Freshness Timeline
(refreshed 10× in last 7d / 28× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-07 13:42 UTCEPSS rescore
- 2026-07-06 16:24 UTCEPSS rescore
- 2026-07-06 16:24 UTCEPSS rescore
- 2026-07-06 02:20 UTCEPSS rescore
- 2026-07-06 02:20 UTCEPSS rescore
- 2026-07-05 02:27 UTCEPSS rescore
- 2026-07-04 06:28 UTCEPSS rescore
- 2026-07-01 15:02 UTCEPSS rescore
- 2026-06-30 23:19 UTCEPSS rescore
- 2026-06-30 23:19 UTCEPSS rescore
- 2026-06-28 14:04 UTCEPSS rescore
- 2026-06-28 04:53 UTCEPSS rescore
- 2026-06-27 03:05 UTCEPSS rescore
- 2026-06-25 13:47 UTCEPSS rescore
- 2026-06-24 14:02 UTCEPSS rescore
- 2026-06-23 21:30 UTCEPSS rescore
- 2026-06-22 23:30 UTCOSV refresh
- 2026-06-22 14:23 UTCEPSS rescore
- 2026-06-21 01:57 UTCEPSS rescore
- 2026-06-21 01:57 UTCEPSS rescore
- 2026-06-18 17:50 UTCEPSS rescore
- 2026-06-18 17:50 UTCEPSS rescore
- 2026-06-17 17:50 UTCEPSS rescore
- 2026-06-17 17:50 UTCEPSS rescore
- 2026-06-16 17:50 UTCEPSS rescore
Show 24 moreShow fewer
- 2026-06-15 17:45 UTCEPSS rescore
- 2026-06-12 23:09 UTCEPSS rescore
- 2026-06-11 13:57 UTCEPSS rescore
- 2026-06-06 13:45 UTCEPSS rescore
- 2026-06-06 13:45 UTCEPSS rescore
- 2026-06-05 22:44 UTCEPSS rescore
- 2026-06-05 16:57 UTCOSV refresh
- 2026-06-05 06:08 UTCEPSS rescore
- 2026-06-05 06:08 UTCEPSS rescore
- 2026-05-31 00:14 UTCEPSS rescore
- 2026-05-28 13:42 UTCEPSS rescore
- 2026-05-28 13:42 UTCEPSS rescore
- 2026-05-27 13:38 UTCEPSS rescore
- 2026-05-27 13:38 UTCEPSS rescore
- 2026-05-22 21:15 UTCEPSS rescore
- 2026-05-22 09:15 UTCEG score recompute
- 2026-05-22 09:15 UTCVendor advisory
- 2026-05-22 09:15 UTCGHSA enrichment
- 2026-05-20 22:37 UTCEPSS rescore
- 2026-05-20 22:37 UTCEPSS rescore
- 2026-05-20 22:37 UTCEPSS rescore
- 2026-05-18 21:30 UTCEPSS rescore
- 2026-05-18 21:30 UTCEPSS rescore
- 2026-05-18 21:30 UTCEPSS rescore
Publicly available exploits
(4 references)Working exploit code is in the public domain (1 Metasploit module) (3 Exploit-DB entries). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.
- Exploit-DBEDB-47169First seen Dec 29, 2018
Linux Kernel < 4.4.0/ < 4.8.0 (Ubuntu 14.04/16.04 / Linux Mint 17/18 / Zorin) - Local Privilege Escalation (KASLR / SMEP)
Open source ↗ - Exploit-DBEDB-45147✓ verifiedFirst seen Aug 3, 2018
Linux Kernel - UDP Fragmentation Offset 'UFO' Privilege Escalation (Metasploit)
Open source ↗ - Exploit-DBEDB-43418✓ verifiedFirst seen Aug 13, 2017
Linux Kernel < 4.4.0-83 / < 4.8.0-58 (Ubuntu 14.04/16.04) - Local Privilege Escalation (KASLR / SMEP)
Open source ↗ - Metasploitexploit/linux/local/ufo_privilege_escalation✓ verifiedFirst seen Aug 10, 2017
Linux Kernel UDP Fragmentation Offset (UFO) Privilege Escalation
Open source ↗
Related CVEs(same vendor)
Frequently asked(5)
What is CVE-2017-1000112?
When was CVE-2017-1000112 disclosed?
Is CVE-2017-1000112 actively exploited?
What is the CVSS score of CVE-2017-1000112?
How do I remediate CVE-2017-1000112?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2017-1000112
Is Your Infrastructure Affected by CVE-2017-1000112?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.