In short, though we appreciated the report, we reviewed the issue and
decided that it wasn't a threat.
--
Alex Payne
http://twitter.com/al3x
Isn't this why Twitter was blocking on HTTP_REFERER IIRC?
--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * cka...@floodgap.com
-- Injustice anywhere is a threat to justice everywhere. -- M. L. King, Jr. ---
> Isn't this why Twitter was blocking on HTTP_REFERER IIRC?
Yeah, it's CSRF attack. Avoiding using the REFERER adds another step,
but doesn't make it super hard by any means. If you require either
HTTP Basic Auth on all API action methods, and use nonces to block
CSRF against forms (where you're presumably using cookie-based session
checks), it should mitigate the problem.
I haven't checked to see if CSRFs are possible against the favorites
method, though, because exploring vulnerabilities on any site you
don't operate puts you in a very bad situation under US law.
--
Ed Finkler
http://funkatron.com
AIM: funka7ron
ICQ: 3922133
Skype: funka7ron
The open question is whether that alone is sufficient to make any
other calls? The update form on the Twitter page has an additional
hidden value.
Anyone?
Clearly our previous assessment of this threat was inadequate. I'll
make sure this gets patched as soon as possible.
--
Alex Payne
http://twitter.com/al3x
--
Alex Payne
http://twitter.com/al3x