| Title | 648540858 wvp-GB28181-pro v2.7.4-20260107 Path Traversal |
|---|
| Description | The log-file download endpoint GET /api/log/file/{fileName} reads and streams an arbitrary file from the host filesystem. The path-variable value is passed directly into new File(logDir, fileName) with no path canonicalization or traversal filtering; the only guard checks exists() and isFile(), neither of which blocks ../ sequences. An authenticated user (the endpoint requires a JWT) can therefore download any file readable by the application process, including configuration files and stored secrets. |
|---|
| Source | ⚠️ https://github.com/648540858/wvp-GB28181-pro/issues/2176 |
|---|
| User | fakebug (UID 94486) |
|---|
| Submission | 06/26/2026 04:23 (2 months ago) |
|---|
| Moderation | 08/14/2026 08:00 (2 months later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 389965 [648540858 wvp-GB28181-pro 2.7.4-20260107 Log File Download Endpoint LogController.java fileName path traversal] |
|---|
| Points | 20 |
|---|