CVE-2026-86713 PUBLISHED

PX4 Autopilot through 1.17.0 Use-After-Free in load_mon

Assigner: VulnCheck
Reserved: 08.09.2026 Published: 08.09.2026 Updated: 08.09.2026

PX4 Autopilot through 1.17.0 contains a use-after-free vulnerability in the load_mon module's stop path where exit_and_cleanup() deletes the LoadMon object and frees the performance counter before perf_end() attempts to access it. Attackers can trigger this vulnerability by issuing the load_mon stop command from any PXH or MAVLink shell, causing reads and writes through freed memory that corrupt heap objects and destabilize the flight stack.

Metrics

CVSS Vector: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor PX4
Product PX4-Autopilot
Versions Default: unaffected
  • affected from 0 to 1.17.0 (incl.)

Credits

  • Tianbo Wang finder
  • Xiaoyang Chen finder

References

Problem Types

  • Use After Free CWE