| 제목 | Total.js CMS 10 Open Redirect |
|---|
| 설명 | Total.js Flow v10 (Flow 1.0.0, Total.js v5012) is vulnerable to an open redirect. The upload endpoint /admin/upload/ accepts SVG files containing malicious attributes. An attacker can submit an SVG with an onload event that, when the file is later accessed in a browser, triggers an automatic redirect to an external domain controlled by the attacker. This is a stored open-redirect because the malicious content persists on the server and is served to users.
PoC:
Authenticate to the application.
Send a multipart upload to http://localhost:8000/admin/upload/ replacing the file body with the following payload:
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" onload="window.location='https://evil.com/'"></svg>
Confirm the request is accepted and the file is stored.
Access the uploaded file (for example via the admin files list or http://localhost:8000/admin/files/), or click the download link created by the application. When the SVG is rendered inline by the browser, it will redirect automatically to https://evil.com/, demonstrating an open redirect. |
|---|
| 원천 | ⚠️ http://localhost:8000/admin/upload/ |
|---|
| 사용자 | Edcarlos (UID 53778) |
|---|
| 제출 | 2025. 09. 30. AM 05:01 (7 개월 ago) |
|---|
| 모더레이션 | 2025. 10. 12. AM 08:30 (12 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 328072 [Total.js Flow 까지 673ef9144dd25d4f4fd4fdfda5af27f230198924 SVG File 권한 상승] |
|---|
| 포인트들 | 20 |
|---|