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

There is a Stored XSS vulnerable in Categories of Admin Panel. #1560

Open
a05110511t opened this issue Feb 15, 2024 · 0 comments
Open

There is a Stored XSS vulnerable in Categories of Admin Panel. #1560

a05110511t opened this issue Feb 15, 2024 · 0 comments

Comments

@a05110511t
Copy link

Describe your problem

I found a Stored XSS in Admin Panel's categories page, http://192.168.255.128:8000/admin/categories
If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Steps to reproduce the problem

  1. Install and login to the website.

  2. Go to Admin Panel and Click Categories button.
    image

  3. Click any category(ex. General) or Add a new category you want.
    And paste the payload <svg/onload=alert('xss_test')> to Friendly URL then save it.
    image

  4. There is a Stored XSS triggered.
    image
    image

Bludit version

3.13.1
image

PHP version

PHP version: 7.2.24
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant