CVE-2026-71645 Details
Description
An issue in Robotics-STAR-Lab (SYSU STAR Group) RACER Tested affected version: commit abcdef1234567890 allows an attacker to cause a denial of service via the exploration state machine
A denial-of-service vulnerability has been identified in the RACER project by Robotics-STAR-Lab, specifically in commit abcdef1234567890. The issue arises within the exploration state machine, where a UAV can become stuck in a continuous retry loop when the selected viewpoint becomes unreachable. This loop prevents the UAV from making progress in its exploration tasks, as it repeatedly attempts to plan a trajectory to an inaccessible location without successfully completing the task.
To address this vulnerability, a bounded recovery mechanism should be implemented. This could involve maintaining a failure counter for the current viewpoint, resetting it when the target changes or planning succeeds, and marking the viewpoint as temporarily unreachable after a certain number of consecutive failures. The exploration state machine could then be forced to select a new target or transition to a fallback state, such as 'IDLE', if no reachable viewpoints are available.
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 10, 2026CISA-ADP
Assessed Sep 14, 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/5c01ce9ab3211463b20dc8e86e6464de | [email protected] | Technical Description |
| https://github.com/Robotics-STAR-Lab/RACER | [email protected] | ProductSource CodeVendor |
| https://github.com/Robotics-STAR-Lab/RACER/issues/46 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-703 | Improper Check or Handling of Exceptional Conditions | 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 14, 2026 | CVE Modified | CISA-ADP |
| Sep 10, 2026 | New CVE Received | [email protected] |
Volerion