CVE-2026-71644 Details
Description
An issue in Robotics-STAR-Lab (SYSU STAR Group) RACER Tested affected version: commit abcdef1234567890 allows an attacker to cause unsafe trajectory planning and potential UAV collisions via a missing default case in the FSM that stops publishing swarm trajectories when the drone enters IDLE
A vulnerability exists in the Robotics-STAR-Lab RACER project, specifically in commit abcdef1234567890. The issue arises within the 'FastExplorationFSM::swarmTrajTimerCallback()' function, where the state machine fails to publish a drone's trajectory when it enters the 'IDLE' state. This omission can lead to unsafe trajectory planning and potential collisions between unmanned aerial vehicles (UAVs) in the swarm. While a drone is in 'IDLE', it physically occupies space but does not broadcast its position, causing other UAVs to rely on outdated or inaccurate trajectory information. The problem stems from the absence of a default case in the finite state machine (FSM) that manages swarm trajectory publications, particularly for drones that are idle but still present in the environment.
Modify the 'swarmTrajTimerCallback()' function to include a case for the 'IDLE' state that publishes a virtual stationary trajectory at the drone's current position. This can be done by adding 'IDLE' to the existing 'WAIT_TRIGGER' case, ensuring that idle drones are accurately represented in the swarm's trajectory coordination.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 11, 2026CISA-ADP
Assessed Sep 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gist.github.com/DongJiaxin0422/6c39c3c59236bc2c8ec4b4182284fa7e | [email protected] | Technical Description |
| https://github.com/Robotics-STAR-Lab/RACER | [email protected] | ProductSource CodeVendor |
| https://github.com/Robotics-STAR-Lab/RACER/issues/50 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-843 | Access of Resource Using Incompatible Type ('Type Confusion') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Robotics-STAR-Lab RACER | abcdef1234567890 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 11, 2026 | CVE Modified | CISA-ADP |
| Sep 11, 2026 | New CVE Received | [email protected] |
Volerion