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

Two persistent XSS were found. #155

Open
twoHub opened this issue Aug 21, 2018 · 0 comments
Open

Two persistent XSS were found. #155

twoHub opened this issue Aug 21, 2018 · 0 comments

Comments

@twoHub
Copy link

twoHub commented Aug 21, 2018

Wonderful works of CMS! I found safety problems on the website in management settings:

Cross-site scripting (XSS) vulnerabilities stored in the Site Name field found on the "Configuration" page under the "Carousel" menu of WistyCMS 0.6.2 allow remote attacks.

payload:
" onclick="alert(1)"
Javascript gets executed. Here's an output of the mentioned payload when entered and saved.
The input label property becomes the property of the input box, and the JS code under the "onclick" property is executed when the input box is clicked.
default
Enter the code in the two input box.
default
Click on the "Envoyer" button to submit and find that the input code has successfully become the attribute of the label.
default
default

See that the two code is successfully executed.
default
apps\slideshow\admin\main.php

——中科卓信软件测评技术中心

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

1 participant