vendor:
RPi Cam Web Interface
by:
@nopernik
9,3
CVSS
HIGH
Local File Read and Blind Command Injection
22, 78
CWE
Product Name: RPi Cam Web Interface
Affected Version From: v6.3.14
Affected Version To: v6.3.14
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2017
RPi Cam Control <= v6.3.14 (RCE) preview.php Multiple Vulnerabilities
RPi Cam Control <= v6.3.14 is vulnerable to Local File Read and Blind Command Injection. Local File Read can be done by sending a POST request to the preview.php page with the file path as a parameter. Blind Command Injection can be done by sending a POST request to the preview.php page with the command as a parameter. Blind Command Injection can be used with Local File Read to properly get the output of injected command.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in any file or command operations.