Page 1 of 1

Submissions Requiring Manual Approval

Posted: Thu Jan 07, 2016 8:55 am
by Spam404Online
Hey,

I just submitted XSS vulnerabilities for the following domains, it seems they need manual approval so it would be great if you could -
bit.do
acer.su
toptenreviews.com
siemens.sk
blackanddecker.com
epson-europe.com
lexmark.com (x2)
adobe.com
wmo.int

Thanks in advance! :)

Re: Submissions Requiring Manual Approval

Posted: Thu Jan 07, 2016 12:58 pm
by x1admin
only js redirects to data can be approved as xss

Re: Submissions Requiring Manual Approval

Posted: Thu Jan 07, 2016 1:38 pm
by Spam404Online
x1admin wrote:only js redirects to data can be approved as xss
Oh I see, I don't think I get the concept about them yet, sorry :D

How do you verify if it's a js one? Would appreciate any guidance here so I can only submit the correct ones in the future :)

Re: Submissions Requiring Manual Approval

Posted: Sat Jan 09, 2016 5:36 am
by x1admin
now we dont accept redirect to data as xss because this xss dont work in all browsers

Re: Submissions Requiring Manual Approval

Posted: Sat Jan 09, 2016 5:13 pm
by ret2libc
x1admin wrote:now we dont accept redirect to data as xss because this xss dont work in all browsers
This logic is ridiculous. 90% of xss aren't working in chrome.

Re: Submissions Requiring Manual Approval

Posted: Sat Jan 09, 2016 8:52 pm
by Lewis
ret2libc wrote:
x1admin wrote:now we dont accept redirect to data as xss because this xss dont work in all browsers
This logic is ridiculous. 90% of xss aren't working in chrome.
Agreed, I think the logic to disallow redirects to base64 encoded payloads is purely the wrong choice; you dont see bug bounty programs counting it out of scope?

If it can be used maliciously it should be classed as a vulnerability; surely?

Firefox is still one of the top 3 browsers worldwide so why disallow a vuln that utilizes its features?

Re: Submissions Requiring Manual Approval

Posted: Sat Jan 09, 2016 9:28 pm
by x1admin
we accept this vulnerabilities as open redirect

Re: Submissions Requiring Manual Approval

Posted: Sat Jan 09, 2016 10:01 pm
by ret2libc
x1admin wrote:we accept this vulnerabilities as open redirect
well this makes some more sense since the javascript isnt executing in the context of the vuln domain... but still, owasp.org would disagree with you on this :)

Re: Submissions Requiring Manual Approval

Posted: Sat Jan 09, 2016 11:33 pm
by ret2libc
you can still have something being vuln to open redirect while disallowing redirection to a data: uri with inputs