RE: Comments on: Access Control for Cross-site Requests

Jonas Sicking wrote:
> Close, Tyler J. wrote:
> > Hi Jon,
> >
> > Jon Ferraiolo wrote:
> >> * The Access Control mechanism MUST not broaden the attack
> >> surface for hackers, particularly with regard to CSRF
> >
> > Could you elaborate a bit on this contraint? For example, one
>  > interpretation might be that the currently proposed mechanism
>  > violates this constraint since any cookies or HTTP Auth credentials
>  > the user may have are included in the request sent to the server
>  > (the opposite of what's done in the JSONRequest proposal).
> In essense,
>  > the current proposal is one for determining the set of
> hosts that are
>  > allowed to issue CSRF requests, which is a broadening of the CSRF
> attack surface.
>
> Does this really broaden the attack surface since it is
> already possible
> to do GET requests, that includes cookies and HTTP Auth
> credentials, to
> any uri on any server by simply pointing an <img> to that uri?

The barn door is pretty wide open, but the current proposal does open it even further. For example, it is not currently possible to POST an XML request which includes the user's cookies and HTTP Auth credentials (modulo exploits of various browser plugins). Various web-services may become more vulnerable under the current proposal.

--Tyler

Received on Thursday, 3 January 2008 18:13:17 UTC