[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100723134208.GA6655@gondor.apana.org.au>
Date: Fri, 23 Jul 2010 21:42:08 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Patrick McHardy <kaber@...sh.net>,
Stephen Hemminger <shemminger@...tta.com>,
netdev@...r.kernel.org
Subject: Yet another bridge netfilter crash
Hi:
I was cced on the following bug:
https://bugzilla.redhat.com/show_bug.cgi?id=617268
>From what I've seen in the crash dump, this would appear to be
yet another manifestation of the evil relationship between the
bridge and IPv4 through netfilter.
In particular, bridge netfilter invokes IPv4's PRE_ROUTING rules,
one of which assembles packets for connection tracking.
Unfortunately, the same cache is used for reassembling bridge
packets and non-bridge packets.
Now we already knew about this and its potential security effects.
However, what we didn't know is that this can also cause a packet
to appear in the bridge pre_routing code with nf_bridge set to
NULL when it must not be NULL.
This happens if the non-bridge fragment appeared first.
So now is the time to fix this properly by giving the bridge its
own separate conntrack namespace/zone.
Thanks,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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