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

Stored-Cross-Site-Scripting (XSS)(authenticated) --2 #485

Closed
fuzzyap1 opened this issue Feb 17, 2022 · 1 comment
Closed

Stored-Cross-Site-Scripting (XSS)(authenticated) --2 #485

fuzzyap1 opened this issue Feb 17, 2022 · 1 comment

Comments

@fuzzyap1
Copy link

Stored-Cross-Site-Scripting (XSS) -2

a stored cross-site scripting (XSS) in maxsite cms targeted towards web admin through ~/admin/files at via the parameter f_file_description .

  1. Navigate to admin page, go to http://localhost/admin/files,then update a xss.gif file
    image

  2. insert xss payload "><svg onload=alert(222)> in the parameter f_file_description
    image

  3. click save
    You will observe that the payload successfully got stored into the database and when you are triggering the same functionality at that time JavaScript payload gets executed successfully and we'll get a pop-up.
    image

@maxsite
Copy link
Owner

maxsite commented Feb 17, 2022

Thank you for your work!

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