# CVE-2024-27747: ## Description: ```File Upload vulnerability in Petrol Pump Mangement Software v.1.0 allows an attacker to execute arbitrary code via a crafted payload to the email Image parameter in the profile.php component.``` ## Vulnerability Type: ```File Upload Remote Code Execution (RCE)``` ## Affected Product Code Base: ```https://www.sourcecodester.com/php/17180/petrol-pump-management-software-free-download.html - 1.0``` ## Affected Component: ```http://localhost/fuelflow/admin/profile.php``` ## Attack Vectors: ``` 1. Here we go to : http://localhost/fuelflow/index.php 2. Now login with default username=mayuri.infospace@gmail.com and Password=admin 3. Now go to "http://localhost/fuelflow/admin/profile.php" 4. Upload the phpinfo.php file in "Image" field 5. Phpinfo will be present in "http://localhost/fuelflow/assets/images/phpinfo.php" page 6. The content of phpinfo.php file is given below: ``` ## Discoverer: ```Shubham Pandey``` ## Reference: ``` https://www.sourcecodester.com/php/17180/petrol-pump-management-software-free-download.html ```