Files
twx-linux/net/ipv4
Patrick McHardy 70a00d8615 [PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chunks [CVE-2006-2934]
When a packet without any chunks is received, the newconntrack variable
in sctp_packet contains an out of bounds value that is used to look up an
pointer from the array of timeouts, which is then dereferenced, resulting
in a crash. Make sure at least a single chunk is present.

Problem noticed by George A. Theall <theall@tenablesecurity.com>

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-30 14:06:52 -07:00
..
2006-04-07 09:44:29 -07:00
2006-02-07 20:57:37 -05:00
2006-01-18 19:20:30 -08:00
2006-01-30 20:54:39 -08:00
2006-04-24 09:56:03 -07:00