vendor:
N/A
by:
Anonymous
8.8
CVSS
HIGH
Command Injection
78
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
RPi Cam Web Interface Exploit
This exploit allows an attacker to execute arbitrary commands on a vulnerable system. The vulnerability exists in the preview.php script, which is used to generate a live preview of the camera. The script takes user input from the 'convert' and 'convertCmd' parameters and passes it to the system without proper sanitization, allowing an attacker to inject arbitrary commands.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being passed to the system.