PHP Scripts Mall Rental Bike Script 2.0.3 has directory traversal-CVE-2019-7434


*******************************************************************************************
# Exploit Title:PHP Scripts Mall Rental Bike Script 2.0.3 has directory traversal via a direct request for a listing of an uploads directory.
# Date: 30.12.2018
# Site Title : Image Sharing Script
# Vendor Homepage: https://www.phpscriptsmall.com/
# Software Link: http://under24usd.com/demo/rental-bike
# Category: Web Application
# Version: 2.0.3
# Exploit Author: Vikas Chaudhary
# Contact: https://www.facebook.com/profile.php?id=100011287630308
# Web: https://gkaim.com/
# Tested on: Windows 10 -Firefox
# CVE-2019-7434
*****************************************************************************************
Vulnerability Description => A path traversal attack (also known as directory traversal) aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files.
****************************************************************************************

Proof of Concept:-
————————–
1. Go to the site (http://under24usd.com/demo/rental-bike ) .
2- Click on Register => and then fill the forms.
3-Goto your mail and Verify it.
4-Come back to site and Login using your Verified Mail and Password.
5-Open Burpsuit and intercept the data.
6-Now Pick any url contains wp-content ex (http://under24usd.com/demo/rental-bike/uploads/profile/641065c2c275395999.jpg )
7- Now show response in browser and delete the last portion of url (after last / ) Ex- http://under24usd.com/demo/rental-bike/uploads/profile/
8- You will get all The file lists
** Also can check it by intruder .**
***************************************************************************************

Comment Please