| 제목 | yushine innoshop 0/8/2 Arbitrary File Deletion |
|---|
| 설명 | Vulnerability Title: Path Traversal and Arbitrary File Deletion in Panel File Manager
Description:
An arbitrary file deletion vulnerability exists in the file management module of the application (specifically within FileManagerController::destroyFiles()). Although the endpoint DELETE /api/panel/file_manager/files is protected by auth:sanctum and EnsureUserIsAdmin middleware, the application fails to implement granular access control or path validation.
The controller directly accepts path and files parameters from user requests and passes them to the underlying file system operations without sanitization or directory containment checks (e.g., preventing access outside the intended base directory). An authenticated administrator can exploit this to perform path traversal, allowing the deletion of arbitrary files on the server's file system, potentially leading to a denial of service (DoS) or the disruption of critical application functionality by removing configuration or system files. |
|---|
| 원천 | ⚠️ https://github.com/ofirbarum923-dot/small-web-vuln/issues/1 |
|---|
| 사용자 | HackTen (UID 99047) |
|---|
| 제출 | 2026. 06. 16. PM 03:55 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 05. PM 04:05 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 386234 [yushine InnoShop 까지 0.8.2 Files Endpoint panel-api.php destroyFiles 디렉토리 순회] |
|---|
| 포인트들 | 20 |
|---|