CVE-2026-96456
Last modified
CVE-2026-96456 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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.
Description
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.
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-96456?
How severe is CVE-2026-96456?
How do I fix CVE-2026-96456?
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-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-96455The Reachy Mini daemon exposes an HTTP API for managing the …8.8
- 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
- CVE-2026-9653A denial-of-service security issue exists across all the 175…8.7
Are you affected by CVE-2026-96456?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
