Files
twx-linux/net
Patrick McHardy 9c48e1ea8c [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>
2006-06-30 10:37:31 -07:00
..
2006-05-16 15:23:40 -07:00
2006-06-29 17:17:15 -07:00
2006-05-03 23:36:23 -07:00
2006-05-22 16:53:22 -07:00
2006-05-01 06:06:10 -04:00