All of lore.kernel.org
 help / color / mirror / Atom feed
* [SECURITY] Local Netfilter / IPTables IP Queue PID Wrap Flaw
@ 2002-12-03 10:57 James Morris
  2002-12-03 13:29 ` James Morris
  2002-12-03 13:29 ` James Morris
  0 siblings, 2 replies; 8+ messages in thread
From: James Morris @ 2002-12-03 10:57 UTC (permalink / raw)
  To: netfilter-announce; +Cc: netfilter-devel, netfilter

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


                  Netfilter Core Team Security Advisory
                  
Subject:

  Local Netfilter / IPTables IP Queue PID Wrap Flaw

Released:

  December 3, 2002.

Effects:

  Under limited circumstances, an unprivileged local user may be able
  to read a limited amount of arbitrary IPv4 or IPv6 traffic.

Estimated Severity:

  Low.

Remotely Exploitable:

  No.
  
Systems Affected:

  Linux 2.4 kernels up to and including 2.4.19, and Linux 2.5 kernels
  up to and including 2.5.31, where Netfilter / IPTables is enabled,
  and where either of the experimental IP queuing modules (ip_queue,
  ip6_queue) are in use.

Solution:

  Upgrade to Linux kernels 2.4.20 (stable), and 2.5.32 (development).

Details:

  Under Linux 2.4 and 2.5, an experimental IP packet queuing feature is
  available as part of Netfilter / IPTables.  This consists of kernel
  modules and a userspace library which allow userspace mediation and
  modification of IPv4 and IPv6 packets.

  A userspace mediation process must normally be privileged (requiring
  NET_ADMIN capability) to process packets from the kernel.  To commence
  mediating packets, a userspace process typically sends a Netlink message
  to the associated kernel module, specifying queuing parameters. The
  kernel module captures the Unix process ID (PID) of the process to ensure
  reliable queuing and delivery of packets.

  If the privileged mediation process exits, an unprivileged process
  re-using the same PID may be able to receive a limited amount of
  network traffic.

  This would only occur if no network traffic was queued between the exit
  of the privileged process and the establishment of the unprivileged
  process, as the kernel module will reset the queuing session upon
  transmission error to userspace.

  The kernel module will only transmit a limited number of packets to
  the userspace process without acknowledgment.  As all transmissions
  from userspace to the kernel module require NET_ADMIN capability,
  the unprivileged process will not be able to acknowledge packets.
  Thus, the maximum number of packets that the unprivileged process
  can read is limited to the queue length (default 1024 packets).
  The unprivileged process can also only read packets which have been
  selected for queuing via IPTables by a privileged process.

  This flaw is theorized to be difficult and somewhat invasive to exploit,
  probably requiring a combined use of DoS attacks.  It was discovered by
  the author of the code, and no exploits are known to exist.

  Fixing the flaw involved implementing a reliable mechanism for detecting
  when the Netlink control socket of a privileged mediation process is
  closed, and resetting the kernel queuing session state upon such events.

Credits:
  The fix was implemented by the Netfilter Core Team, with contributions
  from Jamal Hadi Salim and Alexey Kuznetsov.

Contact:
  coreteam@netfilter.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE97I4yKVbBrEQtqycRAmlnAJwN5ifTaixuLhi3qv8FVicmaNpYagCffdOu
Mc8UiYh/FUhiZbjXctyaoxg=
=nnt5
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [SECURITY] Local Netfilter / IPTables IP Queue PID Wrap Flaw
@ 2002-12-03 10:57 James Morris
  0 siblings, 0 replies; 8+ messages in thread
From: James Morris @ 2002-12-03 10:57 UTC (permalink / raw)
  To: netfilter-announce; +Cc: netfilter-devel, netfilter

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


                  Netfilter Core Team Security Advisory
                  
Subject:

  Local Netfilter / IPTables IP Queue PID Wrap Flaw

Released:

  December 3, 2002.

Effects:

  Under limited circumstances, an unprivileged local user may be able
  to read a limited amount of arbitrary IPv4 or IPv6 traffic.

Estimated Severity:

  Low.

Remotely Exploitable:

  No.
  
Systems Affected:

  Linux 2.4 kernels up to and including 2.4.19, and Linux 2.5 kernels
  up to and including 2.5.31, where Netfilter / IPTables is enabled,
  and where either of the experimental IP queuing modules (ip_queue,
  ip6_queue) are in use.

Solution:

  Upgrade to Linux kernels 2.4.20 (stable), and 2.5.32 (development).

Details:

  Under Linux 2.4 and 2.5, an experimental IP packet queuing feature is
  available as part of Netfilter / IPTables.  This consists of kernel
  modules and a userspace library which allow userspace mediation and
  modification of IPv4 and IPv6 packets.

  A userspace mediation process must normally be privileged (requiring
  NET_ADMIN capability) to process packets from the kernel.  To commence
  mediating packets, a userspace process typically sends a Netlink message
  to the associated kernel module, specifying queuing parameters. The
  kernel module captures the Unix process ID (PID) of the process to ensure
  reliable queuing and delivery of packets.

  If the privileged mediation process exits, an unprivileged process
  re-using the same PID may be able to receive a limited amount of
  network traffic.

  This would only occur if no network traffic was queued between the exit
  of the privileged process and the establishment of the unprivileged
  process, as the kernel module will reset the queuing session upon
  transmission error to userspace.

  The kernel module will only transmit a limited number of packets to
  the userspace process without acknowledgment.  As all transmissions
  from userspace to the kernel module require NET_ADMIN capability,
  the unprivileged process will not be able to acknowledge packets.
  Thus, the maximum number of packets that the unprivileged process
  can read is limited to the queue length (default 1024 packets).
  The unprivileged process can also only read packets which have been
  selected for queuing via IPTables by a privileged process.

  This flaw is theorized to be difficult and somewhat invasive to exploit,
  probably requiring a combined use of DoS attacks.  It was discovered by
  the author of the code, and no exploits are known to exist.

  Fixing the flaw involved implementing a reliable mechanism for detecting
  when the Netlink control socket of a privileged mediation process is
  closed, and resetting the kernel queuing session state upon such events.

Credits:
  The fix was implemented by the Netfilter Core Team, with contributions
  from Jamal Hadi Salim and Alexey Kuznetsov.

Contact:
  coreteam@netfilter.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE97I4yKVbBrEQtqycRAmlnAJwN5ifTaixuLhi3qv8FVicmaNpYagCffdOu
Mc8UiYh/FUhiZbjXctyaoxg=
=nnt5
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2002-12-05 23:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-03 10:57 [SECURITY] Local Netfilter / IPTables IP Queue PID Wrap Flaw James Morris
2002-12-03 13:29 ` James Morris
2002-12-03 13:29 ` James Morris
2002-12-03 19:21   ` Arnt Karlsen
2002-12-04 10:28     ` Maciej Soltysiak
2002-12-04 19:49       ` Arnt Karlsen
2002-12-05 23:48       ` James Morris
  -- strict thread matches above, loose matches on Subject: below --
2002-12-03 10:57 James Morris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.