Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!
CVE-2021-46076 — CVE-2021-46076 - Sourcecodester Vehicle Service Management System 1.0 is vulnerable to File upload. An attacker can upload a malicious php file in multiple endpoints it leading to Code Execution. | Kitploit
CVE-2021-46076 - Sourcecodester Vehicle Service Management System 1.0 is vulnerable to File upload. An attacker can upload a malicious php file in multiple endpoints it leading to Code Execution.
Sourcecodester Vehicle Service Management System 1.0 is vulnerable to File upload. An attacker can upload a malicious php file in multiple endpoints it leading to Code Execution.
1. Vehicle Service Management System - 'MyAccount' (/admin/?page=user)
Execute all the system commands For Ex: id, whoami, pwd etc..
Impact:
An attacker can able to upload malicious php file in multiple endpoints it leads to Code Execution.
Mitigation:
It is recommended to implement the following:
Never accept a filename and its extension directly without having a white-list filter.
If there is no need to have Unicode characters, it is highly recommended to only accept alpha-numeric characters and only one dot as an input for the file name and the extension.
Limit the file size to a maximum value in order to prevent denial of service attacks.
Uploaded directory should not have any "execute" permission.