CVE-2026-26011

Source
https://cve.org/CVERecord?id=CVE-2026-26011
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-26011.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-26011
Aliases
  • GHSA-mgj5-g2p6-gc5x
Published
2026-02-12T20:42:50.758Z
Modified
2026-03-03T02:56:10.016046Z
Severity
  • 9.3 (Critical) CVSS_V4 - 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 CVSS Calculator
Summary
Critical Heap Out-of-bounds Access in `pf_cluster_stats()` via Malicious /initialpose Covariance -- Potential Remote Code Execution
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-122",
        "CWE-787"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/26xxx/CVE-2026-26011.json"
}
References

Affected packages

Git / github.com/ros-navigation/navigation2

Affected ranges

Type
GIT
Repo
https://github.com/ros-navigation/navigation2
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

0.*
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.2.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-26011.json"
vanir_signatures
[
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "98991468132053704712783100977832197457",
            "length": 166.0
        },
        "source": "https://github.com/ros-navigation/navigation2/commit/d09ea82477ce9234678a6febf6890235e0a7ce12",
        "signature_type": "Function",
        "id": "CVE-2026-26011-933056a0",
        "target": {
            "file": "nav2_ros_common/include/nav2_ros_common/validate_messages.hpp",
            "function": "validateMsg"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "338148981833773478468553028428860831570",
                "229666498492429657045892943574762832483",
                "78806549567046358104365347040556908238",
                "190355018151682529090893161645519062705",
                "190749724830150480504344863213109800473"
            ]
        },
        "source": "https://github.com/ros-navigation/navigation2/commit/d09ea82477ce9234678a6febf6890235e0a7ce12",
        "signature_type": "Line",
        "id": "CVE-2026-26011-aee08897",
        "target": {
            "file": "nav2_ros_common/include/nav2_ros_common/validate_messages.hpp"
        }
    }
]