CVE-2026-96455

Source
https://cve.org/CVERecord?id=CVE-2026-96455
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-96455.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-96455
Published
2026-09-23T10:01:15Z
Modified
2026-09-25T03:48:28Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Reachy Mini daemon allows unauthenticated remote code execution through the app installation endpoint
Details

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.

Database specific
{
    "cna_assigner":  "JFROG",
    "cwe_ids":  [
        "CWE-306",
        "CWE-494"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/96xxx/CVE-2026-96455.json"
}
References

Affected packages

Git / github.com/pollen-robotics/reachy_mini

Affected ranges

Type
GIT
Repo
https://github.com/pollen-robotics/reachy_mini
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "0"
        },
        {
            "last_affected":  "1.11.0"
        }
    ],
    "source":  [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.1.0
v0.1.1
v1.*
v1.0.0rc3
v1.0.0rc4
v1.1.1
v1.1.2
v1.1.3
v1.11.0rc1
v1.2.0
v1.2.1
v1.2.2
v1.2.4
v1.4.1
v1.5.0
v1.5.1
v1.6.0
v1.6.1
v1.6.2
v1.6.3
v1.6.4
v1.7.0
v1.7.1
v1.7.2
v1.7.3
v1.8.0rc1
v1.8.1
v1.8.2
v1.8.3
v1.8.4
v1.9.0
v1.9.0rc1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-96455.json"