๐Ÿ” CVE Alert

CVE-2026-96456

MEDIUM 6.3

Reachy Mini Bluetooth PIN authentication can be bypassed by racing an authenticated device

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

The Reachy Mini Bluetooth service asks a connecting device for a PIN before it will accept commands. The check protects the session but not the caller, so an attacker in Bluetooth range can ride along on someone else's successful authentication. The authenticated state is kept in a single shared flag on the service instance rather than per device. BlueZ passes the calling device's identity to the characteristic write handler in the options argument, but WriteValue(self, value, options) in src/reachy_mini/daemon/app/services/bluetooth/bluetooth_service.py ignores options entirely. The handler therefore has no idea which device sent a given write, and it cannot tell the authenticated one from any other. Once any device completes the PIN exchange, the flag is set and every nearby device can send CMD_ commands until it resets. An attacker simply waits within radio range for a legitimate user to authenticate, then writes commands into the same window. No PIN is ever guessed or brute-forced. This is the second step of a three-step chain that JFrog documented against the robot. The first is the unrestricted file upload in the media sounds API, tracked as CVE-2026-55419, which places an attacker-controlled script on the filesystem. This issue then provides command access over Bluetooth. The third is the Bluetooth command handler path traversal, tracked as CVE-2026-62661, which runs that script as root.

CWE CWE-362 CWE-287
Vendor pollen robotics
Product reachy mini
Published Sep 23, 2026
Last Updated Sep 23, 2026
Stay Ahead of the Next One

Get instant alerts for pollen robotics reachy mini

Be the first to know when new medium vulnerabilities affecting pollen robotics reachy mini are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
Low

Affected Versions

Pollen Robotics / Reachy Mini
0 โ‰ค 1.11.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pollen-robotics/reachy_mini/security/advisories/GHSA-993g-hgjh-whmf github.com: https://github.com/pollen-robotics/reachy_mini github.com: https://github.com/pollen-robotics/reachy_mini/blob/main/src/reachy_mini/daemon/app/services/bluetooth/bluetooth_service.py cve.org: https://www.cve.org/CVERecord?id=CVE-2026-62661 cve.org: https://www.cve.org/CVERecord?id=CVE-2026-55419

Credits

Natan Nehorai | JFrog