CVE-2026-71646
Received Received - Intake

Denial of Service in RACER Tested via FastExplorationFSM

Vulnerability report for CVE-2026-71646, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: MITRE

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-11
Last Modified
2026-09-11
Generated
2026-09-12
AI Q&A
2026-09-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
sysu_star_group racer *
robotics-star-lab racer to abcdef1234567890 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-71646 is a Denial of Service (DoS) vulnerability in the RACER software. It occurs in the FastExplorationFSM::optTimerCallback() function due to a cooldown bypass in repeated pair-opt attempts. Failed pair-opt attempts bypass the intended attempt cooldown and are retried at timer frequency. The cooldown mechanism uses recent_attempt_time_ and attempt_interval_ to prevent repeated optimization attempts within a short time interval. However, when a pair-opt attempt determines that the reallocated assignment has a higher cost, the callback may return immediately before updating recent_attempt_time_, allowing the failed attempt to bypass the cooldown.

Detection Guidance

Monitor CPU usage spikes and repeated error logs from the RACER software, particularly during exploration tasks. Check for excessive optTimerCallback() invocations in the swarm_exploration/exploration_manager/src/fast_exploration_fsm.cpp file. Look for repeated failed pair-opt attempts bypassing the cooldown mechanism.

Impact Analysis

This vulnerability can cause excessive CPU consumption, repeated error logging, unnecessary task-reallocation processing, and interference with normal exploration-state-machine execution. If exploited, it may lead to system slowdowns, degraded performance, or mission failure in robotics applications using RACER software.

Compliance Impact

This vulnerability causes excessive CPU consumption and repeated error logging, which could interfere with normal system operations. While not directly tied to GDPR or HIPAA, such disruptions may impact data processing integrity and availability, potentially affecting compliance with requirements for secure and reliable system operation.

Mitigation Strategies

Update the cooldown timestamp recent_attempt_time_ at the start of every pair-opt attempt, including rejected ones. Implement a backoff mechanism for repeated failures and consider adding a separate timestamp recent_success_time_ for successful reallocations to prevent excessive retries.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71646. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart