SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86096

MEDIUM · CVSS 5.9 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

PX4 Autopilot versions up to 1.17.0 are vulnerable to a use-after-free issue in the TemperatureCalibration::start() function, stemming from a race condition between task spawning and object deletion. Exploitation allows attackers to manipulate the calibration process through shell commands, potentially leading to heap corruption and destabilization of the system. Organizations utilizing PX4 Autopilot should prioritize addressing this vulnerability to mitigate risks associated with system instability and potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86096
Severity
MEDIUM
CVSS
5.9
EPSS
0.22%

Original NVD Description

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.