vendor:
Online Book Store Project in PHP
by:
Or4nG.M4n aka S4udiExploit
7.5
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: Online Book Store Project in PHP
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:projectworlds:online_book_store_project_in_php
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: MY MIND v1.23.45
2020
Online Book Store 1.0 – Arbitrary File Upload
A vulnerability exists in Online Book Store 1.0, where an attacker can upload arbitrary files to the server. The attacker can exploit this vulnerability by crafting a malicious HTML form and submitting it to the server. The malicious file will be uploaded to the server and stored in the /store/bootstrap/img/ directory.
Mitigation:
The application should validate the file type before uploading it to the server. The application should also restrict the file types that can be uploaded to the server.