| 제목 | Listplace Directory Listing Platform 3.0 - Arbitrary File Upload |
|---|
| 설명 | # Exploit Title: Listplace Directory Listing Platform 3.0 - Arbitrary File Upload
# 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: Allows User to upload files to the web server
## Description
Allow the Attacker to overwrite critical files by uploading a shell and executing commands on the server,
enabling a wide range of attacks, such as server-side and client-side attacks.
## Steps to Reproduce:
1. Login as a [Normal User]
2. In [User Dashboard] go to [Profile Settings] on this Path: https://website/listplace/user/profile
3. Upload any Image to [User_Cover_Photo]
4. Capture the POST Request with [Burp Proxy Intercept]
5. Inject your [Evil-Code] - [phpshell] or [Persistent/Stored XSS] or [Phishing Page]
-----------------------------------------------------------
POST /listplace/user/coverPhotoUpdate HTTP/2
-----------------------------------------------------------
Content-Disposition: form-data; name="user_cover_photo"; filename="shell.png"
Content-Type: image/png
<script>alert(1)</script> <---
-----------------------------------------------------------
6. Send the Request
7. Capture the GET request from [Burp Logger] to get the Path of your Uploaded [SHELL]or[Persistent-XSS]
8. Access your Uploded Evil file on this Path: https://website/listplace/assets/uploads/users/[SHELL]or[Persistent-XSS]
[-] Done |
|---|
| 사용자 | skalvin (UID 49463) |
|---|
| 제출 | 2023. 07. 12. PM 08:08 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 07. 21. PM 10:28 (9 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 235149 [Bug Finder Listplace Directory Listing Platform 3.0 Photo coverPhotoUpdate user_cover_photo 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 17 |
|---|