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)-vulnerabilities(authenticated)--1 #484

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

Comments

@fuzzyap1
Copy link

fuzzyap1 commented Feb 17, 2022

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

a stored cross-site scripting (XSS) in maxsite cms version 108 targeted towards web admin through ~/admin/page_edit/3 at via the parameter f_tags.

  1. Navigate to admin page, ~/admin/page_edit/ and make a new page
  2. click in "Рубрики и метки">"Метки (через запятую)"
  3. insert xss payload "><svg onload=alert(1111)> in the parameter f_tags

image-20220216105554335
4. 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-20220216105633569

image-20220216105725390

@fuzzyap1
Copy link
Author

update version

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