Skip to content
New issue

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

XSS Vulnerability in bioconductor.org #88

Open
Pranyub opened this issue Mar 15, 2021 · 1 comment
Open

XSS Vulnerability in bioconductor.org #88

Pranyub opened this issue Mar 15, 2021 · 1 comment

Comments

@Pranyub
Copy link

Pranyub commented Mar 15, 2021

Hey there, I found a security vulnerability in bioconductor.org:

The search bar in bioconductor.org does not sanitize user input, leading to an XSS vulnerability.
(correlating to the function searchResponse in /assets/js/search.js)

Example: https://bioconductor.org/help/search/index.html?q=<script>alert(1)</script>

A fix to this issue is to sanitize input according to OWASP's recommendations

Thanks.

@wendeee
Copy link

wendeee commented Oct 1, 2023

Hello, I noticed this issue has not been fixed.

Would love to work on it.

Can it be assigned to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants