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.
Published: 2026-09-04
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Potential code execution or system instability via use‑after‑free
Action: Patch ASAP
AI Analysis

Impact

The vulnerability is a use‑after‑free that arises during TemperatureCalibration::start() because a task is spawned before the object it references is fully constructed or deleted. An attacker can trigger the calibration process with shell commands, causing the program to write to memory that has already been freed, corrupting unrelated objects or allocator metadata. This corruption can lead to arbitrary code execution or widespread service disruption.

Affected Systems

The flaw affects PX4 Autopilot version 1.17.0 and earlier, delivered under the PX4 project umbrella.

Risk and Exploitability

The CVSS score of 6 indicates medium severity. The exploitation requires that an attacker can execute shell commands in the environment running the autopilot firmware, which typically means local access or a remotely exploitable command interface. The EPSS score is not available, and the issue is not listed in CISA KEV, suggesting that, while the risk is moderate, it is not currently widely exploited. The likely attack vector is a local attacker who can issue the shell command that launches the calibration task at startup.

Generated by OpenCVE AI on September 4, 2026 at 23:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PX4 Autopilot to a version in which the use‑after‑free is fixed, such as any release newer than 1.17.0.
  • If an immediate firmware upgrade is not possible, disable or restrict the temperature calibration feature to prevent the task from spawning during startup.
  • Apply stricter access controls so that only trusted users can execute shell commands that trigger the calibration process.

Generated by OpenCVE AI on September 4, 2026 at 23:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 22:45:00 +0000

Type Values Removed Values Added
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.
Title PX4 Autopilot through 1.17.0 Use-After-Free via Temperature Calibration Task Startup
First Time appeared Px4
Px4 autopilot
Weaknesses CWE-416
CPEs cpe:2.3:a:px4:autopilot:*:*:*:*:*:*:*:*
Vendors & Products Px4
Px4 autopilot
References
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H'}

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:06:07.808Z

Reserved: 2026-09-04T22:17:28.470Z

Link: CVE-2026-86096

cve-icon Vulnrichment

Updated: 2026-09-10T14:19:16.867Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-04T23:18:03.377

Modified: 2026-09-10T16:18:01.297

Link: CVE-2026-86096

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T01:45:17Z

Weaknesses