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>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 01 Jan 2014 23:30:22 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	travisb@...stanetworks.com
Cc:	netdev@...r.kernel.org, kuznet@....inr.ac.ru, jmorris@...ei.org,
	yoshfuji@...ux-ipv6.org, kaber@...sh.net
Subject: Re: [Patch v2] ipv6: mld: Prevent skb_over_panic with large MTUs

From: Travis Brown <travisb@...stanetworks.com>
Date: Mon, 23 Dec 2013 15:16:21 -0800

> MLD limits the maximum skb size to fit within a single page. Later
> code uses the device MTU, if available, to determine whether the skb
> has sufficient room for another field. On interfaces with MTUs larger
> than the page size, less the skb overhead, this can result in the skb
> being overrun and a skb_over_panic being generated.
> 
> Use skb_availroom() instead of MTU check.
> 
> Signed-off-by: Travis Brown <travisb@...stanetworks.com>
> Fixes: 72e09ad107e78 ("ipv6: avoid high order allocations")

I would rather that you, for consistency, mimick what the ipv4
multicast code does, which is:

1) Try the requested size, no matter how large, then progressively
   try smaller sizes.

2) Store the obtained size in the SKB control block.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists