Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
POCs/CSMS_RCE
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (15 sloc)
918 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Exploit Title: Simple Cold Storage Management System v1.0 - Remote Code Execution in "Create User" | |
| # Exploit Author: Ramansh Sharma | |
| # Vendor Name: oretnom23 | |
| # Vendor Homepage: https://www.sourcecodester.com/php/15088/simple-cold-storage-management-system-using-phpoop-source-code.html | |
| # Software Link: https://www.sourcecodester.com/php/15088/simple-cold-storage-management-system-using-phpoop-source-code.html | |
| # Version: v1.0 | |
| # Tested on: Kali linux, Apache | |
| Description:A Remote Code Execution in Simple Cold Storage Management System v1.0 allows an attacker to input arbitrary code into those vulnerable parameters | |
| Vulnerable Parameters: | |
| Choose Avatar | |
| Steps: | |
| 1) Login into admin account | |
| 2) Now go to "http://localhost/csms/admin/?page=user/manage_user" and create a user | |
| 3) Now in Section chhose photo/avatar put a php RCE payload file. | |
| 4) Now save the user and our payload has been when we view the file. |