[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJm83bAr+8GT2AiW92s+9y7BF2xmLxvEv1xAiew1tz3xgTQh0A@mail.gmail.com>
Date: Wed, 9 Apr 2014 17:04:49 -0400
From: Daniel Franke <dfoxfranke@...il.com>
To: Fabien Bourdaire <lists@...c.co.uk>
Cc: fulldisclosure@...lists.org
Subject: Re: [FD] heartbleed OpenSSL bug CVE-2014-0160
On 4/9/14, Fabien Bourdaire <lists@...c.co.uk> wrote:
> We've created some iptables rules to block all heartbeat queries using
> the very powerful u32 module.
>
> # Block rules
> iptables -t filter -A INPUT -p tcp --dport 443 -m u32 --u32 \
> "52=0x18030000:0x1803FFFF" -j DROP
It appears to me that this rule assumes that TLS records align with
TCP packet boundaries. Attackers can circumvent it by manipulating
said boundaries. This is, in general, an inherent limitation of trying
to use U32 to filter TCP-based application protocols.
_______________________________________________
Sent through the Full Disclosure mailing list
http://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: http://seclists.org/fulldisclosure/
Powered by blists - more mailing lists