lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 22 Oct 2012 15:11:31 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	eric.dumazet@...il.com
Cc:	netdev@...r.kernel.org, ncardwell@...gle.com, ycheng@...gle.com,
	hkchu@...gle.com
Subject: Re: [PATCH net-next] tcp: RFC 5961 5.2 Blind Data Injection Attack
 Mitigation

From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 22 Oct 2012 07:57:11 +0200

> From: Eric Dumazet <edumazet@...gle.com>
> 
> RFC 5961 5.2 [Blind Data Injection Attack].[Mitigation]
> 
>   All TCP stacks MAY implement the following mitigation.  TCP stacks
>   that implement this mitigation MUST add an additional input check to
>   any incoming segment.  The ACK value is considered acceptable only if
>   it is in the range of ((SND.UNA - MAX.SND.WND) <= SEG.ACK <=
>   SND.NXT).  All incoming segments whose ACK value doesn't satisfy the
>   above condition MUST be discarded and an ACK sent back.
> 
> Move tcp_send_challenge_ack() before tcp_ack() to avoid a forward
> declaration.
> 
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>

Applied.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ