From: Simon Kirby <sim@netnation.com>
To: netfilter-devel@lists.netfilter.org
Subject: REJECT using invalid data
Date: Mon, 6 Dec 2004 17:01:31 -0800 [thread overview]
Message-ID: <20041207010130.GC4757@netnation.com> (raw)
Hello,
After some recent interesting network issues involving an onboard Tigon3
card with faulty buffer memory, we discovered that netfilter has some
issues with handling corrupted packets. This took quite some time to
diagnose, I might add. :)
It appears that a packet with a bad TCP checksum will be disregarded by
the state tracking code (and apparently shows up as "INVALID"). Fine.
However, the same packet will then likely continue traversing rules until
it hits some kind of REJECT rule. REJECT can be set to reject with a
tcp-reset or some ICMP response at this point. If so, it will actually
use the possibly-incorrect information from the bad TCP packet and send a
rejection packet. As far as I can tell, this is a bug.
What happens as a result of this is that any corrupted packet will result
in TCP sessions being immediately terminated. This is bad because
normally TCP would retransmit and recover from the error.
I'm quite busy but I can look at creating a patch for this if nobody has
any immediate objections (or already knows how to easily make the patch).
Thanks,
Simon-
next reply other threads:[~2004-12-07 1:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-07 1:01 Simon Kirby [this message]
2004-12-07 11:07 ` REJECT using invalid data Pablo Neira
2004-12-07 17:28 ` Simon Kirby
2004-12-07 22:14 ` Pablo Neira
2004-12-08 2:47 ` Kiran Kumar Immidi
[not found] <Pine.LNX.4.53.0412072347080.2736@bizon.gios.gov.pl>
2004-12-07 23:54 ` Pablo Neira
2004-12-08 0:33 ` Krzysztof Oledzki
2004-12-08 0:52 ` Simon Kirby
[not found] ` <Pine.LNX.4.53.0412101310210.1288@bizon.gios.gov.pl>
2004-12-10 13:10 ` Simon Kirby
[not found] ` <Pine.LNX.4.53.0412101439530.6072@bizon.gios.gov.pl>
2004-12-10 14:49 ` Simon Kirby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041207010130.GC4757@netnation.com \
--to=sim@netnation.com \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.