top of page

Car Rental Script – Stored XSS

Updated: Jun 8, 2021

Hacking articles, Technical Pentesting Tutorials, Website Development tricks | Hacksayan

############################################################################


# Exploit Title: Car Rental Script – Stored XSS

# Date: 11.02.2018

# Exploit Author: Sayan Chatterjee

# Vendor Homepage: https://www.phpscriptsmall.com/

# Category: Web Application

# Version: 2.0.8

# Tested on: Windows 10

# CVE: CVE-2018-6904


############################################################################


Proof of Concept

=================

Attack Vector : User Name Payload : <svg/onload=alert(document.cookie)>


Reproduction Steps:

——————————


1. Access the above URL

2. Click on “User Demo”

4. Goto “Register” and Create a New User

5. Now Login into the application and Click on : My Account ”

6. Click on “Edit Profile” -> Select “User Name” and inject <svg/onload=alert(document.cookie)>

7. Persistent XSS will be executed.


22 views0 comments

Recent Posts

See All
bottom of page