Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
POC/Exploit/Password Storage Application/XSS
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
36 lines (26 sloc)
1.03 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Exploit Title: Password Storage Application - Stored XSS | |
| # Exploit Author: Pratik Shetty | |
| # Vendor Name: oretnom23 | |
| # Vendor Homepage: https://www.sourcecodester.com/php/15726/password-storage-application-phpoop-and-mysql-free-source-code.html | |
| # Software Link: https://www.sourcecodester.com/php/15726/password-storage-application-phpoop-and-mysql-free-source-code.html | |
| # Version: v1.0 | |
| # Tested on: Windows 10, Apache | |
| # CVE: CVE-2022-42993 | |
| Description:- | |
| A Stored XSS issue in Password Storage Application v.1.0 after Setup page which allows to inject Arbitrary JavaScript in Add Password in "Name","Username","Description" and "Site". | |
| ` | |
| Payload used:- | |
| <script>confirm (document.cookie)</script> | |
| ` | |
| Parameter":- | |
| Full Name: <script>confirm (document.cookie)</script> | |
| ` | |
| Steps to reproduce:- | |
| 1. Setup an account | |
| 2. Now login into your account | |
| 3. Go to "Add Password" and now in the fill details but in below Parameters fill the payload | |
| a) Name | |
| b) Username | |
| c) Description | |
| d) Site | |
| 4) Now submit and as we can see our payload has been executed |