Share
## https://sploitus.com/exploit?id=PACKETSTORM:157120
# Exploit Title: Car Rental System 2.6 XSS Vunlerability  
# Google Dork:N/A  
# Date: 2020-04-04  
# Exploit Author: @ThelastVvV  
# Vendor Homepage: https://codecanyon.net/item/car-rental-system/2734072?s_rank=5  
# Version: 2.6  
# Tested on: 5.4.0-kali4-amd64  
  
---------------------------------------------------------  
  
  
Summary:  
  
Persistent Cross-site Scripting in Customer registration-form all-tags   
  
PoC 1:  
  
  
  
1- Go to the car renting page then choose new customor   
http://example/car-rental/  
  
2- In "any " field of registration form type your payload :  
"><img src=x onerror=prompt(document.domain);>  
  
3-then hit CONTINUE  
  
  
4- Once the admin logs into the admin home page ... the admin will be xssed   
  
  
http://example/car-rental/cp/admin-home.php  
  
  
  
  
  
Impact:  
XSS can lead to adminstators/users's Session Hijacking, and if used in conjunction with a social engineering attack it can also lead to disclosure of sensitive data, CSRF attacks and other critical attacks on administrators directly.  
  
  
  
  
Screentshoots:  
https://i.imgur.com/ybUZwEL.png