We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As I'm doing security research during my bug bounty activities I stumbled upon an issue with a client that uses invisible-recaptcha
specifically speaking, the issue is within the "ac" parameter
As I discovered the vulnerability during my BlackBox approach, I decided to report it in this repo and to see the white box root cause of the matter.
The url of my proof of concept looked like the following:
invisibleRecaptcha?sitekey=XXXXXX&lang=XX&label=XXX&ac=</script><a%20href=javascript:alert(document.domain)>hi</a>
The payload I used was to escape the javascript context that the input was injected into and insert my own Cross Site Scripting code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, I'd like to request you to issue a CVE for this pull request.
Summary
As I'm doing security research during my bug bounty activities I stumbled upon an issue with a client that uses invisible-recaptcha
specifically speaking, the issue is within the "ac" parameter
As I discovered the vulnerability during my BlackBox approach, I decided to report it in this repo and to see the white box root cause of the matter.
The url of my proof of concept looked like the following:
The payload I used was to escape the javascript context that the input was injected into and insert my own Cross Site Scripting code.
The text was updated successfully, but these errors were encountered: