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

Reflected XSS - Uploads section #1103

Closed
joelvadodil opened this issue Oct 12, 2015 · 1 comment
Closed

Reflected XSS - Uploads section #1103

joelvadodil opened this issue Oct 12, 2015 · 1 comment
Milestone

Comments

@joelvadodil
Copy link

Hi team,

There is a reflected XSS issue in the "uploads" section in version 3.3.7. When we pass the payload in the folder name section the payload gets executed and the folder gets created.

Payload - ><img src=x onerror=alert(document.cookie); >.jpg

Please check and close this issue.

Reference:

reflected xss-uploads

@tablatronix
Copy link
Member

wow, i had no idea jquery selectors were injectable. wtf ( at least this is fixed in newer versions )

newfolder is evaluated here!
$("tr." + newfolder + " td").css("background-color", "#F9F8B6");

@tablatronix tablatronix added this to the 3.3.8 milestone Oct 12, 2015
tablatronix added a commit that referenced this issue Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants