CVE-2026-96455
Last modified
CVE-2026-96455 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. The Reachy Mini daemon exposes an HTTP API for managing the robot. Its app installation endpoint, POST /apps/install in src/reachy_mini/daemon/app/routers/apps.py, has no authentication.
Description
The Reachy Mini daemon exposes an HTTP API for managing the robot. Its app installation endpoint, POST /apps/install in src/reachy_mini/daemon/app/routers/apps.py, has no authentication. The handler's only dependency is Depends(get_app_manager), which just hands back the manager object from application state, so nothing in the chain ever checks a credential. The endpoint takes an AppInfo body naming a Hugging Face Space. The daemon downloads that Space and installs it as a Python package through install_package in src/reachy_mini/apps/sources/local_common_venv.py, using uv or pip. Installing a Python package runs the package's own build and setup code, so whoever chooses the Space chooses what code the robot runs. Anyone can publish a public Hugging Face Space, so this is not a meaningful restriction on the attacker. How far this reaches depends on the model. In _resolve_bind_host in src/reachy_mini/daemon/app/main.py the daemon binds 0.0.0.0 when it runs as the wireless version and 127.0.0.1 otherwise, with the vendor's own comment explaining that the robot has to be reachable on the LAN. On a wireless unit, then, any host on the same network can install and run code on the robot without credentials. One related change has already shipped but does not fix this. Version 1.8.2 replaced the wildcard CORS policy with an allow list of localhost and Tauri origins. That closes the browser drive-by route, where a web page the victim visits silently calls the endpoint in the background. It has no effect on this issue: CORS is enforced by browsers and governs whether script may read a response, while a direct HTTP request from another machine on the network involves no browser, no preflight and no CORS check at all.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Pollen Robotics | Reachy Mini | <= 1.11.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-96455?
How severe is CVE-2026-96455?
How do I fix CVE-2026-96455?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-96442A code execution flaw was found in Emacs, affecting versions…7.8
- CVE-2026-96443Insufficient validation of the JDBC driver URL in Apache Dor…
- CVE-2026-96445A flaw was found in the Conditional OTP authenticator of Key…6.8
- CVE-2026-96446A flaw was found in the Pushed Authorization Request PAR imp…4.2
- CVE-2026-9645Exposed methods allow authenticated users to create and exec…9.9
- CVE-2026-96454Pake turns a website into a desktop application built on Tau…8.2
- CVE-2026-96456The Reachy Mini Bluetooth service asks a connecting device f…6.3
- CVE-2026-9646A reflected cross-site scripting issue exists in URL handlin…6.1
- CVE-2026-9648The crypton-x509-validation Haskell library fails to enforce…9.1
- CVE-2026-9650CWE-522 Insufficiently Protected Credentials vulnerability t…7.5
- CVE-2026-9651CWE-732 Incorrect Permission Assignment for Critical Resourc…4.4
- CVE-2026-96512A flaw was found in sudo. When sudoers rules use NOTBEFORE o…7.8
Are you affected by CVE-2026-96455?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
