CVE-2026-96455

HIGHPre-NVD 8.88.8—
EchelonGraph scoreHIGH confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-09-23. a secondary CVSS source baseline 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
8.8
EG Score
8.8(high)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity88% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
KEV
Not listed

Published

September 23, 2026

Last Modified

September 23, 2026

Advisory Details (5)

Auto-updated Sep 23, 2026
Patch available. Sources: github_pr, github_release.
github_release Patch Available

[v1.11.0] Faster imports, faster boots

Patch available: pollen-robotics/reachy_mini v1.11.0

https://github.com/pollen-robotics/reachy_mini/releases/tag/v1.11.0
github_pr Patch Available

daemon: restrict CORS to localhost instead of wildcard

Patch available: pollen-robotics/reachy_mini v1.8.2 (PR #1207 merged 2026-06-12)

https://github.com/pollen-robotics/reachy_mini/pull/1207
generic

reachy_mini/src/reachy_mini/daemon/app/main.py at main · pollen-robotics/reachy_mini · GitHub

https://github.com/pollen-robotics/reachy_mini/blob/main/src/reachy_mini/daemon/app/main.py
generic

reachy_mini/src/reachy_mini/daemon/app/routers/apps.py at main · pollen-robotics/reachy_mini · GitHub

https://github.com/pollen-robotics/reachy_mini/blob/main/src/reachy_mini/daemon/app/routers/apps.py
generic

GitHub - pollen-robotics/reachy_mini: Reachy Mini's SDK · GitHub

https://github.com/pollen-robotics/reachy_mini

Vendor Advisories for CVE-2026-96455(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 13× in last 7d / 13× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-25 10:45 UTCGHSA enrichment
  2. 2026-09-24 21:41 UTCEG score recompute
  3. 2026-09-24 21:41 UTCGHSA enrichment
  4. 2026-09-24 14:04 UTCEPSS rescore
  5. 2026-09-24 08:51 UTCGHSA enrichment
  6. 2026-09-23 20:01 UTCGHSA enrichment
  7. 2026-09-23 15:36 UTCEG score recompute
  8. 2026-09-23 15:36 UTCGHSA enrichment
  9. 2026-09-23 14:25 UTCEG score recompute
  10. 2026-09-23 14:25 UTCGHSA enrichment
  11. 2026-09-23 11:23 UTCEG score recompute
  12. 2026-09-23 10:21 UTCEG score recompute
  13. 2026-09-23 10:21 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-96455?
CVE-2026-96455 is a high vulnerability published on September 23, 2026. The Reachy Mini daemon exposes an HTTP API for managing the robot. Its app installation endpoint, POST /apps/install in src/reachymini/daemon/app/routers/apps.py, has no authentication. The handler's only dependency is Depends(getapp_manager), which just hands back the manager object from…
When was CVE-2026-96455 disclosed?
CVE-2026-96455 was first published in the National Vulnerability Database on September 23, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-96455 actively exploited?
CVE-2026-96455 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 94.0% of all scored CVEs.
What is the CVSS score of CVE-2026-96455?
CVE-2026-96455 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-96455?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-96455, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-96455

Explore →

Is Your Infrastructure Affected by CVE-2026-96455?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.