CVE-2026-71646 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 FastExplorationFSM::optTimerCallback() in swarm_exploration/exploration_manager/src/fast_exploration_fsm.cpp
A denial-of-service vulnerability has been identified in the Robotics-STAR-Lab RACER Tested version commit abcdef1234567890. The issue arises in the FastExplorationFSM::optTimerCallback() function, where an attacker can exploit a cooldown bypass in the pair-optimization mechanism. When a pair-optimization attempt is unsuccessful, the system fails to update the cooldown timestamp, allowing the same operation to be retried immediately at timer frequency. This can lead to excessive CPU usage, repeated error logging, and interference with normal exploration processes, causing mission degradation.
To address this vulnerability, the cooldown timestamp should be updated at the start of each pair-optimization attempt, rather than only after a successful reallocation. This ensures that all attempts, including failed ones, are subject to the cooldown interval, preventing repeated failures from consuming excessive CPU resources and disrupting normal operations.
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 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/747d8e6c8afc0a364454b741b39bb98c | [email protected] | Technical Description |
| https://github.com/Robotics-STAR-Lab/RACER/issues/51 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | 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 11, 2026 | New CVE Received | [email protected] |
Volerion