header-logo
Suggest Exploit
vendor:
Taxi Booking Script
by:
CraCkEr
6.1
CVSS
MEDIUM
Reflected XSS
79
CWE
Product Name: Taxi Booking Script
Affected Version From: 2
Affected Version To: 2
Patch Exists: YES
Related CWE: CVE-2023-4116
CPE: a:phpjabbers:taxi_booking_script:2.0
Metasploit:
Other Scripts:
Platforms Tested: Windows 10 Pro
2023

PHPJabbers Taxi Booking 2.0 – Reflected XSS

The attacker can send to victim a link containing a malicious URL in an email or instant message and can perform a wide variety of actions, such as stealing the victim's session token or login credentials.

Mitigation:

To mitigate this vulnerability, input validation and output encoding should be implemented to prevent the execution of malicious scripts.
Source

Exploit-DB raw data:

# Exploit Title: PHPJabbers Taxi Booking 2.0 - Reflected XSS
# Exploit Author: CraCkEr
# Date: 22/07/2023
# Vendor: PHPJabbers
# Vendor Homepage: https://www.phpjabbers.com/
# Software Link: https://www.phpjabbers.com/taxi-booking-script/
# Version: 2.0
# Tested on: Windows 10 Pro
# Impact: Manipulate the content of the site
# CVE: CVE-2023-4116


## Greetings

The_PitBull, Raz0r, iNs, SadsouL, His0k4, Hussin X, Mr. SQL , MoizSid09, indoushka
CryptoJob (Twitter) twitter.com/0x0CryptoJob


## 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

GET parameter 'index' is vulnerable to RXSS

https://website/index.php?controller=pjFrontPublic&action=pjActionSearch&locale=1&index=[XSS]


[-] Done