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 Vulnerability in GetSimple CMS v-3.3.16 admin/edit.php #1334

Open
takabaya-shi opened this issue Feb 5, 2021 · 0 comments

Comments

@takabaya-shi
Copy link

Hi, I would like to report Cross Site Scripting(XSS) Vulnerability in latest release(3.3.16) admin/edit.php.
STEPS TO REPRODUCE:

  1. Login to GetSimple CMS as admin
  2. Open the URL http://localhost/admin/pages.php
  3. Click on Create New Page button then it will be redirected to http://localhost/admin/edit.php
  4. enter the malicious javascript </h1><h2>xss</h2><iframe src='data:text/html;base64,PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4=' < into Add New Page parameter and add some text in body part then save the page.
    PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4=is base64 encode <script>alert('XSS')</script>.
  5. Now view that page by clicking on view button, xss will be get executed and XSS will be reflected on the browser.

PROOF OF CONCEPT:
1 enter the malicious javascript </h1><h2>xss</h2><iframe src='data:text/html;base64,PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4=' <
image
2 save updates
image
3 view that page by clicking on view button, xss will be get executed
image
image

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