From: Pablo Neira <pablo@eurodev.net>
To: Chris Wilson <chris@netservers.co.uk>,
Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>,
kernel@linuxace.com
Subject: Re: [PATCH] Orphaned expectations
Date: Wed, 21 Apr 2004 01:33:14 +0200 [thread overview]
Message-ID: <4085B33A.2080805@eurodev.net> (raw)
In-Reply-To: <Pine.LNX.4.44.0404201250190.4160-100000@chris.camcom.co.uk>
Hi,
Chris Wilson wrote:
>Do you think that any other helpers might be vulnerable to the same
>problem?
>
>
I think that only helpers for udp based protocols. So, I think that it
could be also reproduced with the amanda helper in a weird scenario
since this helper only looks for patterns in packets which comes from
server to client.
Actually, when an udp packet hits the connection tracking system for
first time, in the ip_conntrack_in function:
a) a new conntrack is created.
b) a helper is asigned to this conntrack.
c) and if this helper exists (case of tftp helper), it is also called.
So now, with only an udp packet, we have a conntrack which is not
confirmed with an expectation associated, and as Phil pointed out, if
this conntrack is destroyed the expectation keeps there forever.
regards,
Pablo
next prev parent reply other threads:[~2004-04-20 23:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-19 20:37 [PATCH] Orphaned expectations Phil Oester
2004-04-20 11:51 ` Chris Wilson
2004-04-20 15:14 ` Phil Oester
2004-04-20 23:33 ` Pablo Neira [this message]
2004-04-21 11:17 ` Chris Wilson
2004-04-21 22:54 ` Pablo Neira
2004-04-25 0:25 ` Patrick McHardy
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=4085B33A.2080805@eurodev.net \
--to=pablo@eurodev.net \
--cc=chris@netservers.co.uk \
--cc=kernel@linuxace.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.