Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478276 (CVE-2013-4163) - Kernel : net: panic while appending data to a corked IPv6 socket in ip6_append_data_mtu (CVE-2013-4163)
Summary: Kernel : net: panic while appending data to a corked IPv6 socket in ip6_appen...
Status: RESOLVED FIXED
Alias: CVE-2013-4163
Product: Gentoo Security
Classification: Unclassified
Component: Kernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Security
URL: https://bugzilla.redhat.com/show_bug....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 19:33 UTC by Agostino Sarubbo
Modified: 2022-03-25 15:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-07-26 19:33:41 UTC
From ${URL} :

Linux kernel built with the IPv6 networking support is vulnerable to a crash
while appending data to an IPv6 socket with UDP_CORKED option set. UDP_CORK
enables accumulating data and sending it as single datagram.

An unprivileged user/program could use this flaw to crash the kernel, resulting in local DoS.

Upstream fix:
=============
 -> https://git.kernel.org/linus/75a493e60ac4bbe2e977e7129d6d8cbb0dd236be
Comment 1 GLSAMaker/CVETool Bot gentoo-dev 2013-08-30 01:13:16 UTC
CVE-2013-4163 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4163):
  The ip6_append_data_mtu function in net/ipv6/ip6_output.c in the IPv6
  implementation in the Linux kernel through 3.10.3 does not properly maintain
  information about whether the IPV6_MTU setsockopt option had been specified,
  which allows local users to cause a denial of service (BUG and system crash)
  via a crafted application that uses the UDP_CORK option in a setsockopt
  system call.
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-03-25 15:28:50 UTC
Fix in 3.10.4 onwards