lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 01 Oct 2008 09:03:50 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	torvalds@...ux-foundation.org
CC:	akpm@...ux-foundation.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT]: Networking


1) tcp_v4_send_ack() and tcp_v6_send_ack() can derference
   a NULL skb->dev in certain circumstances with namespaces
   enabled.

   Fix from Denis V. Lunev and Vitaliy Gusev

2) ip6_dst_blackhole_ops has a NULL kmem_cachep field leading
   to OOPS with blackhole routes.  Fix from Arnaud Ebalard.

3) If the AF_KEY socket is closed in the middle of an IPSEC
   rule dump, we leak rules.

   Fix from Timo Teras.

4) SCTP crash fix in protocol violation parameter processing,
   this is probably triggerable remotely.

   Fix from Wei Yongjun.

5) Fix an IUCV protocol mismserge in 2.6.27, this was causing
   scheduling in interrupt problems and other nasties.

   Fix from Heiko Carstens.

Please pull, thanks a lot!

The following changes since commit 94aca1dac6f6d21f4b07e4864baf7768cabcc6e7:
  Linus Torvalds (1):
        Linux 2.6.27-rc8

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master

Arnaud Ebalard (1):
      XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep

Denis V. Lunev (1):
      ipv6: NULL pointer dereferrence in tcp_v6_send_ack

Heiko Carstens (1):
      iucv: Fix mismerge again.

Herbert Xu (1):
      ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space

Timo Teras (1):
      af_key: Free dumping state on socket close

Vitaliy Gusev (1):
      tcp: Fix NULL dereference in tcp_4_send_ack()

Wei Yongjun (1):
      sctp: Fix kernel panic while process protocol violation parameter

 include/net/sctp/sm.h    |    3 ++
 net/ipv4/tcp_ipv4.c      |    2 +-
 net/ipv6/route.c         |    2 +
 net/ipv6/tcp_ipv6.c      |    2 +-
 net/iucv/iucv.c          |    3 +-
 net/key/af_key.c         |   30 ++++++++++++++++++----------
 net/sctp/sm_make_chunk.c |   37 +++++++++++++++++++++++------------
 net/sctp/sm_statefuns.c  |   48 +++++++++++++++++++++++++++++++++++----------
 net/xfrm/xfrm_output.c   |   12 +++++++---
 9 files changed, 97 insertions(+), 42 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ