9.3
/ 10
CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Description
navigation2 is a ROS 2 Navigation Framework and System. In 1.3.11 and earlier, a critical heap out-of-bounds write vulnerability exists in Nav2 AMCL's particle filter clustering logic. By publishing a single crafted geometry_msgs/PoseWithCovarianceStamped message with extreme covariance values to the /initialpose topic, an unauthenticated attacker on the same ROS 2 DDS domain can trigger a negative index write (set->clusters[-1]) into heap memory preceding the allocated buffer. In Release builds, the sole boundary check (assert) is compiled out, leaving zero runtime protection. This primitive allows controlled corruption of the heap chunk metadata(at least the size of the heap chunk where the set->clusters is in is controllable by the attacker), potentially leading to further exploitation. At minimum, it provides a reliable single-packet denial of service that kills localization and halts all navigation.
AI Analysis
Heap out-of-bounds write vulnerability in Nav2 AMCL's particle filter clustering logic, allowing controlled corruption of heap chunk metadata and potentially leading to further exploitation or denial of service.
Basic Information
ID
CVE-2026-26011
Source
GitHub_M
Published
Feb 12, 2026 at 20:42
Affected Product
Vendor
ros-navigation
Product
navigation2
Version
<= 1.3.11
Affected Versions
ros-navigation navigation2 <= 1.3.11
CWE Classification
AI Assessment
AI Score
9.3 / 10
AI Severity
Critical
Vendor
ROS Navigation
Product
navigation2
Version
1.3.11 and earlier