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 (XSS) in "admin/pages.php?action=add_new" #23

Open
tuando243 opened this issue Apr 1, 2022 · 0 comments
Open

Cross-Site Scripting (XSS) in "admin/pages.php?action=add_new" #23

tuando243 opened this issue Apr 1, 2022 · 0 comments

Comments

@tuando243
Copy link

A Cross Site Scripting vulnerabilty exists in Pixelimity via the Page Title field in pixelimity/admin/pages.php?action=add_new

Step to exploit:

  1. Login as admin.
  2. Navigate to http://127.0.0.1/pixelimity/admin/pages.php and click on Add New.
  3. Insert XSS payload (<script>alert(1)</script>) in the "Title" field and click on Publish Page.

Screenshot 2022-04-01 at 20 20 36

Screenshot 2022-04-01 at 19 58 46

Proof of concept (Poc):

<script>alert(1)</script>
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