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

Cross Site Scripting(XSS) Vulnerability via upload in Latest Release 3.4.0a admin/upload.php #1323

Open
Aquilao opened this issue Dec 1, 2019 · 0 comments
Labels

Comments

@Aquilao
Copy link

Aquilao commented Dec 1, 2019

Hi, I would like to report Cross Site Scripting(XSS) Vulnerability via upload in latest release(3.4.0a) admin/upload.php.

Description:
Cross-site scripting (XSS) vulnerability in admin/upload.php
url:
http://localhost/admin/upload.php

There use blacklist, I can't upload some file like php、html, but I can Upload any extensions name not on the blacklist, like a.asdb.lol. Browsers will interpret it as html, so we can execute JavaScript code.

payload:

<html>
<img src=x onerror=alert(1)> <--xss test
</html>

GetSimpleCMS_Upload_XSS1

Upload XSS.lol and visit it.

GetSimpleCMS_Upload_XSS2

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

No branches or pull requests

2 participants