UniBLEed Wormable Root RCE on the Unitree G1 Through BLE, Cl... - #2767
Open
carlospolop wants to merge 1 commit into
Open
UniBLEed Wormable Root RCE on the Unitree G1 Through BLE, Cl...#2767carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://boschko.ca/g1-ble-rce Content Categories: Based on the analysis, this content was categorized under "Generic Methodologies & Resources > Pentesting Network > DDS/RTPS Security and Service Impersonation, with cross-references under Firmware Analysis, Android Applications Pentesting, File Inclusion/Path Traversal, and Binary Exploitation". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
The post presents UniBLEed, two critical root-RCE chains affecting the Unitree G1 humanoid robot: CVE-2026-76639 and CVE-2026-76640. The first chain combines an exposed DDS/WebRTC control plane, a path traversal in the root-running
chat_goAI service, and unsafe execution bybashrunner. The second chains an unauthenticated BLE GATT write, pre-authentication key retrieval, a broken cloud authorization...🔧 Technical Details
Unauthenticated DDS reconnaissance and service impersonation: DDS embeds participant and endpoint discovery into the protocol. If DDS Security is not enabled, an attacker with network access can join the target domain, enumerate participants, publishers, subscribers, topics, and message types through SPDP/SEDP, passively subscribe to sensitive state streams, and publish messages that appear to originate from trusted internal processes. For RPC layers implemented as request/response topics, reconstruct the message IDL, generate byte-compatible CDR serializers with tools such as CycloneDDS
idlc, set the service's function-selectingapi_id, and publish directly tort/api/{service}/request.WebRTC-to-internal-bus bridge abuse: A WebRTC bridge that converts externally supplied JSON into native middleware messages must independently authorize destination topics and operations. If the JSON controls the DDS topic...
🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/generic-methodologies-and-resources/pentesting-network/dds-rtps-security.mdsrc/SUMMARY.md.Validation
mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.