-
- Downloads
Fix sctp privilege elevation (CVE-2006-3745)
sctp_make_abort_user() now takes the msg_len along with the msg so that we don't have to recalculate the bytes in iovec. It also uses memcpy_fromiovec() so that we don't go beyond the length allocated. It is good to have this fix even if verify_iovec() is fixed to return error on overflow. Signed-off-by:Sridhar Samudrala <sri@us.ibm.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- include/net/sctp/sctp.h 0 additions, 13 deletionsinclude/net/sctp/sctp.h
- include/net/sctp/sm.h 1 addition, 2 deletionsinclude/net/sctp/sm.h
- net/sctp/sm_make_chunk.c 9 additions, 21 deletionsnet/sctp/sm_make_chunk.c
- net/sctp/sm_statefuns.c 4 additions, 16 deletionsnet/sctp/sm_statefuns.c
- net/sctp/socket.c 9 additions, 1 deletionnet/sctp/socket.c
Loading
Please register or sign in to comment