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

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?

/ Jonas

Received on Thursday, 3 January 2008 18:00:05 UTC