Skip to content
Permalink
main
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
# 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