All intelligence
// vulnerability record
live · NVDCVE-2024-57170
MEDIUMpublished 2025-03-18 16:15 UTC · 1 year ago · modified 2026-06-17 08:13 UTC
6.5
CVSS / 10
// description
SOPlanning 1.53.00 is vulnerable to a directory traversal issue in /process/upload.php. The "fichier_to_delete" parameter allows authenticated attackers to specify file paths containing directory traversal sequences (e.g., ../). This vulnerability enables attackers to delete arbitrary files outside the intended upload directory, potentially leading to denial of service or disruption of application functionality.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
// weaknesses (CWE)
- CWE-22