httpbin
httpbin copied to clipboard
Cross-site Scripting (XSS) - Reflected
Hey,
We've found a Cross-site Scripting (XSS) - Reflected at https://httpbin.org
POC navigate to URL :
https://httpbin.org/base64/ZXhhbXBsZS5vcmciPjxzdmcvb25sb2FkPXByb21wdCgneHNzJyk+ xss will pop up
Impact attacker is able to execute javascript code on users
the go port solved this by ensuring a text/plain
is always returned rather then a text/html
https://github.com/mccutchen/go-httpbin/pull/68