linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] net: info leaks and other bugs
@ 2012-08-15 21:31 Mathias Krause
  2012-08-15 21:31 ` [PATCH 01/14] atm: fix info leak in getsockopt(SO_ATMPVC) Mathias Krause
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Mathias Krause @ 2012-08-15 21:31 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, linux-kernel, Mathias Krause

Hi David,

this series fixes quite a bunch of info leaks under net/. There is also
one NULL pointer deref fix ("dccp: check ccid before..") that could be
abused for privilege escalation.

The info leak fixes might be material for stable, too. But I leave the
decision up to you.

On request, test code for all (but one) of the issues can be provided.


Regards,
Mathias


Mathias Krause (14):
  atm: fix info leak in getsockopt(SO_ATMPVC)
  atm: fix info leak via getsockname()
  Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)
  Bluetooth: HCI - Fix info leak via getsockname()
  Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)
  Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
  Bluetooth: RFCOMM - Fix info leak via getsockname()
  Bluetooth: L2CAP - Fix info leak via getsockname()
  l2tp: fix info leak via getsockname()
  llc: fix info leak via getsockname()
  dccp: check ccid before dereferencing
  dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)
  ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)
  net: fix info leak in compat dev_ifconf()

 net/atm/common.c               |    1 +
 net/atm/pvc.c                  |    1 +
 net/bluetooth/hci_sock.c       |    2 ++
 net/bluetooth/l2cap_sock.c     |    1 +
 net/bluetooth/rfcomm/sock.c    |    2 ++
 net/bluetooth/rfcomm/tty.c     |    2 +-
 net/dccp/ccid.h                |    4 ++--
 net/dccp/ccids/ccid3.c         |    1 +
 net/l2tp/l2tp_ip6.c            |    1 +
 net/llc/af_llc.c               |    3 +--
 net/netfilter/ipvs/ip_vs_ctl.c |    1 +
 net/socket.c                   |    1 +
 12 files changed, 15 insertions(+), 5 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-08-16  4:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-15 21:31 [PATCH 00/14] net: info leaks and other bugs Mathias Krause
2012-08-15 21:31 ` [PATCH 01/14] atm: fix info leak in getsockopt(SO_ATMPVC) Mathias Krause
2012-08-15 21:31 ` [PATCH 02/14] atm: fix info leak via getsockname() Mathias Krause
2012-08-15 21:31 ` [PATCH 03/14] Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) Mathias Krause
2012-08-15 21:31 ` [PATCH 04/14] Bluetooth: HCI - Fix info leak via getsockname() Mathias Krause
2012-08-15 21:31 ` [PATCH 05/14] Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) Mathias Krause
2012-08-15 21:31 ` [PATCH 06/14] Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) Mathias Krause
2012-08-15 21:31 ` [PATCH 07/14] Bluetooth: RFCOMM - Fix info leak via getsockname() Mathias Krause
2012-08-15 21:31 ` [PATCH 08/14] Bluetooth: L2CAP " Mathias Krause
2012-08-15 21:31 ` [PATCH 09/14] l2tp: fix " Mathias Krause
2012-08-15 21:31 ` [PATCH 10/14] llc: " Mathias Krause
2012-08-15 21:31 ` [PATCH 11/14] dccp: check ccid before dereferencing Mathias Krause
2012-08-15 21:31 ` [PATCH 12/14] dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) Mathias Krause
2012-08-15 21:31 ` [PATCH 13/14] ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) Mathias Krause
2012-08-15 21:31 ` [PATCH 14/14] net: fix info leak in compat dev_ifconf() Mathias Krause
2012-08-16  4:40 ` [PATCH 00/14] net: info leaks and other bugs David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).