Description
An issue in ZJU-FAST-Lab EGO-Planner-v2 All versions up to commit 5c99a95880401e2599638d567abc0e240396cb42 allows unsafe vehicle motion via improper handling of expired trajectory data in the replanning pipeline
Published: 2026-09-10
Score: n/a
EPSS: n/a
KEV: No
Impact: Unsafe vehicle motion due to improper handling of expired trajectory data
Action: Immediate Mitigation
AI Analysis

Impact

An issue in EGO‑Planner‑v2 allows unsafe vehicle motion when the replanning pipeline processes trajectory data that has already expired. The flaw means that outdated commands can be executed as if they were still valid, potentially causing the vehicle to follow an incorrect path, collide with obstacles, or otherwise behave unpredictably. The vulnerability is a logic flaw where the system does not verify the freshness of trajectory inputs before acting upon them.

Affected Systems

All released versions of ZJU‑FAST‑Lab EGO‑Planner‑v2 up to commit 5c99a95880401e2599638d567abc0e240396cb42 are affected. No vendor or product names are listed beyond the repository name, and no specific version ranges are provided beyond the commit hash.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, so the publicly observable exploitation probability is unclear. The likely attack vector is through input that contains stale trajectory data; an attacker could craft or manipulate sensor feeds or plan inputs that the system will treat as current, thereby inducing unsafe motion. Because the flaw is a logic error in handling timing, any system that accepts external trajectory data without strict freshness validation could be at risk. The severity is therefore considered high, especially in safety‑critical vehicle operations where inadvertent motion can lead to severe accidents.

Generated by OpenCVE AI on September 11, 2026 at 02:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patch or upgrade to a version of EGO‑Planner‑v2 that removes the expired‑trajectory handling flaw.
  • Validate all trajectory data at the point of insertion: reject any command whose timestamp is older than an acceptable horizon before it can be accepted for execution.
  • Introduce runtime checks that flag or discard expired trajectories and restore the vehicle to a safe state if such data is detected.
  • Add monitoring for anomalous motion or timing irregularities in the replanning loop to detect potential misuse of stale data.

Generated by OpenCVE AI on September 11, 2026 at 02:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 01:45:00 +0000

Type Values Removed Values Added
Title Unsafe Vehicle Motion via Expired Trajectory Data in EGO‑Planner‑v2
Weaknesses CWE-368

Thu, 10 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description An issue in ZJU-FAST-Lab EGO-Planner-v2 All versions up to commit 5c99a95880401e2599638d567abc0e240396cb42 allows unsafe vehicle motion via improper handling of expired trajectory data in the replanning pipeline
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-10T21:44:40.580Z

Reserved: 2026-08-07T00:00:00.000Z

Link: CVE-2026-71640

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T22:16:58.643

Modified: 2026-09-10T22:16:58.643

Link: CVE-2026-71640

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T01:30:14Z

Weaknesses
  • CWE-368

    Context Switching Race Condition