| शीर्षक | SourceCodester Modern Image Gallery App v1.0 Path Traversal |
|---|
| विवरण | Path traversal (CWE-22) in SourceCodester Modern Image Gallery App v1.0 delete.php allows unauthenticated attackers to delete arbitrary files. The filename POST param is used directly: 'images/' . $_POST['filename'] . unlink() without validation.
PoC: curl -X POST http://localhost/delete.php -d "id=1" -d "filename=../config.php" deletes config.php ( HTTP 500) , full DoS.
CVSS: 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H). Details in linked Gist. |
|---|
| स्रोत | ⚠️ https://gist.github.com/hackusman/e618b915514ed24b9333c72152bb7218 |
|---|
| उपयोगकर्ता | hackus_man (UID 95738) |
|---|
| सबमिशन | 22/02/2026 05:05 PM (2 महीनों पहले) |
|---|
| संयम | 07/03/2026 09:37 AM (13 days later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 349641 [SourceCodester Modern Image Gallery App 1.0 /delete.php filename निर्देशिका ट्रैवर्सल] |
|---|
| अंक | 20 |
|---|