suse-su-2017:2457-1
Vulnerability from csaf_suse
Published
2017-09-14 05:10
Modified
2017-09-14 05:10
Summary
Security update for Linux Kernel Live Patch 5 for SLE 12 SP2
Notes
Title of the patch
Security update for Linux Kernel Live Patch 5 for SLE 12 SP2
Description of the patch
This update for the Linux Kernel 4.4.49-92_11 fixes several issues.
The following security bugs were fixed:
- CVE-2017-1000112: Prevent a race condition in net-packet code that could have been exploited by unprivileged users to gain root access (bsc#1052368).
Patchnames
SUSE-SLE-Live-Patching-12-2017-1523
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for Linux Kernel Live Patch 5 for SLE 12 SP2", "title": "Title of the patch" }, { "category": "description", "text": "This update for the Linux Kernel 4.4.49-92_11 fixes several issues.\n\nThe following security bugs were fixed:\n\n- CVE-2017-1000112: Prevent a race condition in net-packet code that could have been exploited by unprivileged users to gain root access (bsc#1052368).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Live-Patching-12-2017-1523", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2017_2457-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2017:2457-1", "url": "https://www.suse.com/support/update/announcement/2017/suse-su-20172457-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2017:2457-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2017-September/003218.html" }, { "category": "self", "summary": "SUSE Bug 1052311", "url": "https://bugzilla.suse.com/1052311" }, { "category": "self", "summary": "SUSE Bug 1052368", "url": "https://bugzilla.suse.com/1052368" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1000112 page", "url": "https://www.suse.com/security/cve/CVE-2017-1000112/" } ], "title": "Security update for Linux Kernel Live Patch 5 for SLE 12 SP2", "tracking": { "current_release_date": "2017-09-14T05:10:36Z", "generator": { "date": "2017-09-14T05:10:36Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2017:2457-1", "initial_release_date": "2017-09-14T05:10:36Z", "revision_history": [ { "date": "2017-09-14T05:10:36Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64", "product": { "name": "kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64", "product_id": "kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 12", "product": { "name": "SUSE Linux Enterprise Live Patching 12", "product_id": "SUSE Linux Enterprise Live Patching 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-live-patching:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12", "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64" }, "product_reference": "kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-1000112", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1000112" } ], "notes": [ { "category": "general", "text": "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-\u003elen 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-\u003elen - 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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 12:kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1000112", "url": "https://www.suse.com/security/cve/CVE-2017-1000112" }, { "category": "external", "summary": "SUSE Bug 1052311 for CVE-2017-1000112", "url": "https://bugzilla.suse.com/1052311" }, { "category": "external", "summary": "SUSE Bug 1052365 for CVE-2017-1000112", "url": "https://bugzilla.suse.com/1052365" }, { "category": "external", "summary": "SUSE Bug 1052368 for CVE-2017-1000112", "url": "https://bugzilla.suse.com/1052368" }, { "category": "external", "summary": "SUSE Bug 1072117 for CVE-2017-1000112", "url": "https://bugzilla.suse.com/1072117" }, { "category": "external", "summary": "SUSE Bug 1072162 for CVE-2017-1000112", "url": "https://bugzilla.suse.com/1072162" }, { "category": "external", "summary": "SUSE Bug 1115893 for CVE-2017-1000112", "url": "https://bugzilla.suse.com/1115893" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 12:kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Live Patching 12:kgraft-patch-4_4_49-92_11-default-6-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2017-09-14T05:10:36Z", "details": "important" } ], "title": "CVE-2017-1000112" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…