| Titre | Total.js CMS 10 Open Redirect |
|---|
| Description | 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. |
|---|
| La source | ⚠️ http://localhost:8000/admin/upload/ |
|---|
| Utilisateur | Edcarlos (UID 53778) |
|---|
| Soumission | 30/09/2025 05:01 (il y a 7 mois) |
|---|
| Modérer | 12/10/2025 08:30 (12 days later) |
|---|
| Statut | Accepté |
|---|
| Entrée VulDB | 328072 [Total.js Flow SVG File élévation de privilèges] |
|---|
| Points | 20 |
|---|