CVE-2026-86096

Summary

PX4 Autopilot through 1.17.0 contains a use-after-free vulnerability in TemperatureCalibration::start() due to a race condition between task spawning and object deletion. Attackers can trigger the calibration process via shell commands to write to freed heap memory, corrupting unrelated objects or allocator metadata and destabilizing heap operations.

Affected Software

VendorProductVersion RangeStatus
PX4PX4-Autopilot0 <= 1.17.0affected

Weaknesses

  • CWE-416: Use After Free

References