Reporting on September 4, 2026, timed to the opening of IFA in Berlin, pulled together two separate disclosures against Unitree’s G1 humanoid. The first, published in September 2025 by researchers Andreas Makris and Kevin Finisterre as UniPwn, is a Bluetooth Low Energy chain that yields root without pairing and can propagate from an infected robot to other Unitree units in range. The second is a pair of 2026 flaws, CVE-2026-76639 and CVE-2026-76640, disclosed by researcher Olivier Laflamme, which give unauthenticated root code execution on a G1 EDU by way of the robot’s network services, Unitree’s cloud API and its Linux control environment.
Both are researcher-published with technical write-ups; neither is a vendor advisory. The frequently quoted attack distance of roughly 30 metres is a researcher and press figure, not a measured vendor specification, and the practical range of any BLE attack varies with radio and environment.
Key Facts
- UniPwn — unauthenticated BLE root access to Unitree robots, self-propagating between nearby units; published with proof-of-concept code September 2025 by Andreas Makris and Kevin Finisterre
- CVE-2026-76639 — path traversal in the G1’s chat_go service reaching a shell runner, giving root code execution from the robot’s internal network (Laflamme, disclosed August 2026)
- CVE-2026-76640 — unauthenticated Bluetooth chain: an open GATT write characteristic, an AES key retrievable in cleartext from Unitree’s cloud API without ownership checks, shell injection in the Wi-Fi configuration script and a buffer overflow in the BLE GATT server
- Laflamme reports a $5,000 bounty paid August 6, 2026 and firmware v1.5.5.0 released September 1, 2026 blocking his chains; no Unitree advisory naming affected models and fixed versions has been published
Why an actuated endpoint changes the model
Enterprise security treats a rooted device as a confidentiality and lateral-movement problem: read the data, pivot to the next host. A G1 rooted over Bluetooth is that, plus a 35kg bipedal machine executing attacker-chosen motion in a room with people in it. The control stack that keeps the robot upright and the sensors that decide where its feet go are on the same box the attacker now owns. Emergency stops and torque limits enforced in software are, at that point, attacker-controlled software.
The wormability is what turns a demonstration into an operational risk. A fleet parked in one charging area is a single Bluetooth radius. This is the class of failure the simulation-side work has started to model — VicOne’s attack-scenario extension for Isaac Sim exists precisely so developers can watch what a robot does when its commands and policies are hijacked rather than assume it stops.
What is confirmed and what is not
Confirmed: the CVEs are assigned, the technical chains are documented in detail by the researcher, and Unitree paid a bounty — an acknowledgement in itself. Also confirmed on the researcher’s account: a firmware build dated September 1, 2026 that blocks those two chains.
Not confirmed: that fielded units are patched. Reporting two days later stated no confirmed public patch. Both can be true — a build can exist while most owners never install it — and that is the real exposure. Unitree has published no coordinated advisory listing affected models, fixed firmware versions and update instructions, which is the artefact a fleet operator needs. Absent one, no buyer can establish the status of a robot already on their floor.
The same robot, two regulatory answers
The US FCC added foreign-made advanced robotic devices, humanoids and quadrupeds included, to its Covered List on July 28, 2026, citing national-security risk; without an equipment authorisation the hardware cannot lawfully be sold new in the United States. We covered the scope of that rule when it landed. The EU has adopted nothing equivalent, and Unitree was exhibiting and selling to European buyers at IFA 2026, which opened September 4.
The gap is defensible on its own terms: the FCC action rests on supply-chain and national-security determinations rather than on these specific bugs, and product-security law is not usually written by trade instrument. But the practical result is that identical hardware, with identical published exploits, is treated as unacceptable in one market and unremarkable in the other. In the EU that question falls to the Cyber Resilience Act and machinery rules, and neither has yet produced an enforcement position on humanoids.
Frequently Asked
What is UniPwn and what does it do?
UniPwn is a Bluetooth Low Energy exploit chain against Unitree robots, published with proof-of-concept code by researchers Andreas Makris and Kevin Finisterre in September 2025. It gives root-level control from Bluetooth range without pairing, and because a compromised robot can scan for and infect other Unitree units nearby, the researchers describe it as wormable. The commonly cited range of roughly 30 metres comes from the researchers and subsequent reporting, not from a vendor test.
Have the Unitree G1 flaws been patched?
Partly, and the public record is inconsistent. Researcher Olivier Laflamme, who disclosed CVE-2026-76639 and CVE-2026-76640 and was paid a $5,000 bounty on August 6, 2026, reports that Unitree shipped firmware v1.5.5.0 on September 1, 2026 that blocks his exploits. Reporting on September 4, 2026 said no confirmed public patch existed for units in the field. Unitree has published no advisory setting out fixed versions and affected models.
Can Unitree robots still be sold in Europe?
Yes. The US FCC added foreign-made advanced robotic devices to its Covered List on July 28, 2026, which blocks new equipment authorisations and so effectively blocks new US sales. The EU has no equivalent restriction, and Unitree exhibited and sold to European buyers at IFA 2026 in Berlin, which opened September 4, 2026.
Sources & Further Reading
- Olivier Laflamme (Boschko) — Unauthenticated root RCE on the Unitree G1 from Bluetooth range (Aug 2026)
- The Hacker News — Two Unitree G1 EDU flaws enable root RCE, one over Bluetooth (Aug 28, 2026)
- Bin4ry/UniPwn — original UniPwn disclosure and proof-of-concept
- Tech Times — Unitree robots hacked from 30 metres; EU buyers at IFA face no import restriction (Sep 4, 2026)
- Embodied Wire — The FCC cut off new foreign humanoid imports
- Embodied Wire — DEF CON robot attacks ship as an Isaac Sim extension