Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
 by ietfa.amsl.com (Postfix) with ESMTP id 76727130ECD
 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 09:41:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618,
 HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5,
 SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key)
 header.d=github.com
Received: from mail.ietf.org ([4.31.198.44])
 by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 2NYK0LfsNxtm for <quic-issues@ietfa.amsl.com>;
 Thu, 17 Jan 2019 09:41:33 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by ietfa.amsl.com (Postfix) with ESMTPS id AECE6130EB5
 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 09:41:33 -0800 (PST)
Date: Thu, 17 Jan 2019 09:41:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
 s=pf2014; t=1547746892;
 bh=fMu6RnSNmF1ZrT1QtlZCNpnLTqMNXbsg90rRZmCrij8=;
 h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post:
 List-Unsubscribe:From;
 b=VtBxD19BAA4nSasP1MMbdZeRuntgEGDdsZEJ0mRB73wvnioGtXw1tBKrfDtoRFOdO
 2VY/0g9DVIKWFfP6ETEwexgrlZJ5gphvlDbBv8Ogie5EcfYjbEKZF9AH0+zjdRrBxZ
 XSHS2/xCmJSPV1JhTRuDzxN3cWRJDzam5g58+69U=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts
 <reply+0166e4abdb756c794a6236a3dfa2ea36b280a8d7df697fad92cf000000011858804c92a169ce17dd73ed@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2342@github.com>
Subject: [quicwg/base-drafts] Spoofed connection migration as a DoS vector
 (#2342)
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="--==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869";
 charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aelR9immRzWzNhn-RDsMDC_O2RI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG
 <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>,
 <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>,
 <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Jan 2019 17:41:37 -0000


----==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Section 9 "Connection Migration" has this text:

> An endpoint which has sent this [disable_migration] transport parameter, but detects that a peer has nonetheless migrated to a different network MAY treat this as a connection error of type INVALID_MIGRATION.

How can an endpoint distinguish "a peer has nonetheless migrated to a different network" vs "an off-path attacker has resent/raced a packet from a different IP"?  An insidious attacker can actually own the new IP and proxy packets with PATH_CHALLENGE and resend packets with PATH_CHALLENGE_RESPONSE from its IP.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2342
----==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Section 9 "Connection Migration" has this text:</p>
<blockquote>
<p>An endpoint which has sent this [disable_migration] transport parameter, but detects that a peer has nonetheless migrated to a different network MAY treat this as a connection error of type INVALID_MIGRATION.</p>
</blockquote>
<p>How can an endpoint distinguish "a peer has nonetheless migrated to a different network" vs "an off-path attacker has resent/raced a packet from a different IP"?  An insidious attacker can actually own the new IP and proxy packets with PATH_CHALLENGE and resend packets with PATH_CHALLENGE_RESPONSE from its IP.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2342">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6h3ReVwHckJmsyVByg1qeYsS4tHks5vELXMgaJpZM4aGZ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq565vCc9eLB85xnDQuJKRTg3ZJf1ks5vELXMgaJpZM4aGZ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Spoofed connection migration as a DoS vector (#2342)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2342"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2342",
"url": "https://github.com/quicwg/base-drafts/issues/2342",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869--

