Files
ChatGPT-Next-Web/app
MirzaSamadAhmedBaig d09801bcab fix: critical path traversal vulnerability in WebDAV proxy endpoint
- Sanitize path components to prevent directory traversal attacks
- Filter out '.', '..', and empty path components
- URL encode path components to prevent injection attacks
- Prevents potential SSRF attacks via path manipulation

This vulnerability could allow attackers to:
- Access unintended resources outside the WebDAV scope
- Potentially reach internal services or metadata endpoints
- Bypass access controls through path manipulation

Security impact: HIGH - Path traversal is a critical security issue
2025-07-30 00:34:35 +05:00
..
2025-07-02 22:14:32 +08:00
2025-07-23 14:45:54 +09:00
2025-06-25 18:10:02 +08:00
2024-11-08 13:21:40 +08:00
2025-07-23 02:00:03 +09:00
2025-06-25 18:10:02 +08:00
2024-08-21 10:28:34 +08:00
2024-09-14 14:19:11 +08:00
2025-07-19 13:36:29 +07:00
2024-10-11 11:29:22 +08:00
2024-12-28 20:23:44 +08:00