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 Script Vulnerability on "Registration Settings" #2323

Closed
Songohan22 opened this issue May 15, 2020 · 1 comment
Closed

Cross Site Script Vulnerability on "Registration Settings" #2323

Songohan22 opened this issue May 15, 2020 · 1 comment

Comments

@Songohan22
Copy link

Describe the bug
An authent.icated malicious user can take advantage of a Stored XSS vulnerability in the "Registration Settings" feature.

To Reproduce
Steps to reproduce the behavior:

  1. Log into the panel.
  2. Go to "/administration/settings_registration.php"
  3. Click on Registration.
  4. Insert payload:
    4
  5. Click "Save Setting"
  6. Go to "/home.php", click Register
    9
  7. Click " Terms of Agreement"
    10
  8. XSS Alert Message

Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page.

Screenshots
XSS Alert Message:
11

Desktop (please complete the following information):

  • OS: Kali
  • Browser: Firefox
  • Version of Browser: 68.6
@RobiNN1
Copy link
Contributor

RobiNN1 commented May 15, 2020

did you really download the latest version?

@RobiNN1 RobiNN1 closed this as completed May 15, 2020
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