Live data from Hacker News

Cache Poisoning at Scale

youst.in

1–6 of 6 posts

Re: Cache Poisoning at Scale

#3
> Since both hosts were behind the same loadbalancer, it was possible to cache files hosted on redacted-cdn.com under assets.redacted.com, inherently allowing me to move the vulnerable html file on a different domain and achieve xss under a different origin.

Oof that Fastly XSS seems particularly nasty, and no mention of the bounty.

Am I understanding correctly that any website hosted on Fastly was vulnerable to XSS because of this?

Re: Cache Poisoning at Scale

#4
Seems like he was rewarded a total of $24,150 for all bounties together.

I'm not experienced with bug bounty programs but while that is a nice payday it still seems rather low for the severity of the bugs.

Re: Cache Poisoning at Scale

#6
>Moreover, ATS generates cache keys by extracting the host, path and query, ignoring the url fragment.

Seems like this should note that browsers don't send the url fragment in the request. It's solely used browser-side. That's why it shouldn't forward the fragment on.