CVE-2026-71641 Details
Description
An issue in ZJU-FAST-Lab EGO-Planner-v2 All versions up to commit 5c99a95880401e2599638d567abc0e240396cb42 allows an attacker to cause a denial of service via thenteraction between traj_server, poscmd_2_odom, and the EGOReplanFSM emergency recovery logic
A denial-of-service vulnerability has been identified in ZJU-FAST-Lab EGO-Planner-v2, all versions prior to commit 5c99a95880401e2599638d567abc0e240396cb42. The issue arises from the interaction between the 'traj_server', 'poscmd_2_odom', and the 'EGOReplanFSM' emergency recovery logic. When a UAV's trajectory ends, 'traj_server' stops publishing position commands, including necessary zero-velocity updates. Meanwhile, 'poscmd_2_odom' continues to send the last received command, which may still include a non-zero velocity. This stale data can cause the odometry to incorrectly report movement, preventing the 'EGOReplanFSM' from transitioning out of an emergency stop state, effectively leaving the UAV stuck and unavailable for further tasks.
To address this vulnerability, 'traj_server' should be modified to publish a final hover command with zero velocity, acceleration, and jerk after a trajectory ends. Additionally, 'poscmd_2_odom' should implement a timeout for stale commands to prevent the last non-zero velocity from being retained indefinitely. As a further safeguard, the 'EGOReplanFSM' could be programmed to handle prolonged emergency stops by treating the UAV as stopped or entering a dedicated fault state.
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 15, 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/91656fd120c49a779992aba62c1d58af | [email protected] | Technical Description |
| https://github.com/ZJU-FAST-Lab/EGO-Planner-v2 | [email protected] | ProductVendor |
| https://github.com/ZJU-FAST-Lab/EGO-Planner-v2/issues/63 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| ZJU-FAST-Lab EGO-Planner-v2 | <= 5c99a95880401e2599638d567abc0e240396cb42 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 11, 2026 | New CVE Received | [email protected] |
Volerion