2 matches found
Buffer overflow
Buffer overflow in net/sctp/smstatefuns.c in the Stream Control Transmission Protocol sctp implementation in the Linux kernel before 2.6.28-git8 allows remote attackers to have an unknown impact via an FWD-TSN aka FORWARD-TSN chunk with a large stream ID...
Linux Kernel FWD-TSN块远程溢出漏洞
BUGTRAQ ID: 33113 Linux Kernel是开放源码操作系统Linux所使用的内核。 如果Linux接收到了设置有畸形流ID的FWD-TSN块的话,sctp就不会执行有效性检查,这可能导致在覆盖流ID的TSN时出现溢出。 可通过以下代码路径触发这个溢出: sctpdosm - call sctpsfeatfwdtsn - sctpsideeffects - sctpcmdinterpreter - cmd - verb(如SCTPCMDPROCESSFWDTSN) linux-2.6:net/sctp/smsideeffect.c: 1079 / This is the...