[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-talk] Linux kernel transproxy packet leak (w/ repro case + workaround)



coderman:
> On Wed, Apr 2, 2014 at 10:59 AM, Rusty Bird <rustybird@xxxxxxxxxxxxxxx> wrote:
>> Maybe it can be boiled down to this: When redirecting *and* filtering,
>> the filtering should be done in OUTPUT (instead of INPUT), ...
> 
> this is where defense in depth at the multiple-virtual machine /
> routing layer fails safe in ways that a single / monolithic Tor setup
> cannot, when applied with care.
> 
> what i mean by "applied with care" is that forwarding through Tor only
> is the default.  Anything unexpected / unsupported gets the bit
> bucket.

Yeah, the machine doing the redirection better not have a default
gateway configured!

How about a 3 machine setup (Client -> Redirector -> Proxy):

- Client has Redirector configured as default gateway

- Redirector has no default gateway configured, it redirects suitable
traffic to Proxy. What remains (whether due to unsupported protocols,
policy decisions, or kernel bugs) has nowhere to go. This implicit
filtering also reduces the number of iptables rules.

- Proxy runs the tor daemon, has ip_forward=0 and an upstream gateway
configured as default.

So e.g. splitting Qubes' TorVM into a TorRedirectorVM and a TorProxyVM.
If I understand Qubes right, it is able to ensure that Client cannot
reach Proxy, and Client and Redirector cannot reach an upstream gateway.

Anyway, for legacy setups it's still an improvement to filter not in the
INPUT chain ("this traffic is (not) allowed because I am (not) going to
torify it") but in the OUTPUT chain ("this traffic is (not) allowed
because I have (not) torified it").

> the best target is actually TARPIT, not DROP, but that's
> another discussion...

TARPIT for outgoing connections, wha?

Rusty



Attachment: signature.asc
Description: OpenPGP digital signature

-- 
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk