Re: [xmpp] IQ Handling vulnerabilities

Peter Saint-Andre <stpeter@stpeter.im> Thu, 06 February 2014 22:30 UTC

Return-Path: <stpeter@stpeter.im>
X-Original-To: xmpp@ietfa.amsl.com
Delivered-To: xmpp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6E4551A0467 for <xmpp@ietfa.amsl.com>; Thu, 6 Feb 2014 14:30:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.437
X-Spam-Level:
X-Spam-Status: No, score=-2.437 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.535, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
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 chYrLxOVpzIw for <xmpp@ietfa.amsl.com>; Thu, 6 Feb 2014 14:30:26 -0800 (PST)
Received: from stpeter.im (mailhost.stpeter.im [207.210.219.225]) by ietfa.amsl.com (Postfix) with ESMTP id C87741A03C4 for <xmpp@ietf.org>; Thu, 6 Feb 2014 14:30:26 -0800 (PST)
Received: from aither.local (unknown [24.8.184.175]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id A79D94010C; Thu, 6 Feb 2014 15:30:24 -0700 (MST)
Message-ID: <52F40CFE.5000303@stpeter.im>
Date: Thu, 06 Feb 2014 15:30:22 -0700
From: Peter Saint-Andre <stpeter@stpeter.im>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: Philipp Hancke <fippo@goodadvice.pages.de>, xmpp@ietf.org
References: <CAOb_FnxS-dMT85N7LHj5M9JWk3pL85=ugrDqaT7j5d28HBr0Cw@mail.gmail.com> <52F4077E.4010607@goodadvice.pages.de>
In-Reply-To: <52F4077E.4010607@goodadvice.pages.de>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [xmpp] IQ Handling vulnerabilities
X-BeenThere: xmpp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: XMPP Working Group <xmpp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xmpp>, <mailto:xmpp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/xmpp/>
List-Post: <mailto:xmpp@ietf.org>
List-Help: <mailto:xmpp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xmpp>, <mailto:xmpp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Feb 2014 22:30:28 -0000

On 2/6/14, 3:06 PM, Philipp Hancke wrote:
> Am 06.02.2014 12:26, schrieb Kevin Smith:
>> Hi folks,
>>    Discussion in the XSF and at the recent XMPP Summit has shown that
>> there are widespread issues with handling of iq responses in XMPP
>> software. This is probably something we need to consider handling.
>
> This is something the WG should do.

Agreed.

>> The basis of this is that many libraries/clients
>> a) Only check the id of an iq error/result, not the sender, to check
>> it matches one they've sent (Very Wrong)
>
> Well, http://xmpp.org/rfcs/rfc6120.html#stanzas-semantics-iq says
>      the interaction is tracked by the requesting entity through use
>      of the 'id' attribute.
> That's easy to to get wrong :-/

I'd say that the text there is descriptive, not prescriptive. The new 
I-D (to update 6120 and then be incorporated into 6120bis) would define 
acceptable behavior from a security point of view.

>> b) Use predictably generated ids for stanzas (ill-advised, but not
>> strictly wrong)
>
> We need to fix the advice given in
> http://xmpp.org/rfcs/rfc6120.html#stanzas-attributes-id

Yes, that too - probably we'd want to say that 'id' values ought to be 
random (e.g., UUIDs).

Who's volunteering to write this up? Maybe Thijs?

Peter

-- 
Peter Saint-Andre
https://stpeter.im/