vendor:
Online Art Gallery Project
by:
Ramil Mustafayev
7.5
CVSS
HIGH
Arbitrary File Upload (Unauthenticated)
434
CWE
Product Name: Online Art Gallery Project
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:projectworldsofficial:online_art_gallery_project:1.0
Platforms Tested: Windows 10, XAMPP for Windows 8.0.28 / PHP 8.0.28
2023
Online Art gallery project 1.0 – Arbitrary File Upload (Unauthenticated)
Online Art Gallery Project 1.0 allows unauthenticated users to perform arbitrary file uploads via the adminHome.php page. Due to the absence of an authentication mechanism and inadequate file validation, attackers can upload malicious files, potentially leading to remote code execution and unauthorized access to the server.
Mitigation:
To mitigate this vulnerability, the vendor should implement an authentication mechanism for the file upload functionality. Additionally, proper file validation should be performed to ensure that only allowed file types are uploaded.