CVE-2026-96456

Source
https://cve.org/CVERecord?id=CVE-2026-96456
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-96456.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-96456
Aliases
  • GHSA-993g-hgjh-whmf
Published
2026-09-23T10:03:06Z
Modified
2026-09-24T03:47:52Z
Severity
  • 6.3 (Medium) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L CVSS Calculator
Summary
Reachy Mini Bluetooth PIN authentication can be bypassed by racing an authenticated device
Details

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.

Database specific
{
    "cna_assigner":  "JFROG",
    "cwe_ids":  [
        "CWE-287",
        "CWE-362"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/96xxx/CVE-2026-96456.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
Last Affected
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "0"
        },
        {
            "last_affected":  "1.11.0"
        }
    ],
    "source":  "AFFECTED_FIELD"
}

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.0
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-96456.json"