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

Alluxio v1.8.1 reflected xss vulnerability #10552

Closed
upclose opened this issue Dec 3, 2019 · 2 comments
Closed

Alluxio v1.8.1 reflected xss vulnerability #10552

upclose opened this issue Dec 3, 2019 · 2 comments
Labels
area-webui Web UI priority-low stale The PR/Issue does not have recent activities and will be closed automatically type-bug This issue is about a bug

Comments

@upclose
Copy link

upclose commented Dec 3, 2019

A reflected XSS vulnerability was found in Allusio V1.8.1.

An attacker can inject arbitrary web script or HTML through the "path" parameter in the Browse board, causing a reflected XSS attack and stealing cookies.

POC:
msgbox("foo")";</script><script>alert(document.cookie)</script><script>

Vulnerability trigger point:
http://localhost/browse?path=%2F&offset=0&limit=9
XSS vulnerability will be successfully triggered when an attacker writes POC in the "path" parameter at the URL

Process:

  1. Select browse and write POC in the "path" parameter
    image

2.Trigger XSS vulnerability
image
image

@upclose upclose added the type-bug This issue is about a bug label Dec 3, 2019
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale The PR/Issue does not have recent activities and will be closed automatically label Jan 13, 2023
@jja725
Copy link
Contributor

jja725 commented Jan 26, 2023

Will close it for now, feel free to reopen it and contact us if this is a strong request.

@jja725 jja725 closed this as completed Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-webui Web UI priority-low stale The PR/Issue does not have recent activities and will be closed automatically type-bug This issue is about a bug
Projects
None yet
Development

No branches or pull requests

3 participants