| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The following versions receive security updates:
| Version | Supported |
|---|---|
| 1.18.x | ✅ |
| < 1.18 | ❌ |
We receive security vulnerability reports through GitHub Security Advisories. If AI assistance contributed to your finding, do not file a private advisory: read AI-Assisted Discovery instead.
Before filing, check the finding against SECURITY_SCOPE.md, which describes where PX4's security boundary sits and what is in scope. Most memory-safety bugs, races and hangs are not vulnerabilities, because they are only reachable from a position that already has the operator's access. Fix those with a pull request, or open an issue.
To begin a report, go to the PX4/PX4-Autopilot repository and click on the Security tab.
Click Report a Vulnerability to open the advisory form. Fill in the advisory details form. Make sure your title is descriptive and the description contains all relevant details needed to verify the issue. We welcome logs, screenshots, photos, and videos.
At the bottom of the form, click Submit report.
If you do not receive acknowledgment within 7 days, please follow up by emailing the security maintainers or the release managers listed in MAINTAINERS.md.
Security fixes are developed as ordinary public pull requests. We do not use private forks or embargoed branches.
This is a deliberate choice because downstream users do not update quickly enough for a coordinated release date to protect them, and many are not tracking upstream closely at all. Development in a private fork means fewer reviewers and no CI checks, which can cause issues once merged.
The pull request makes the existence of the bug public, and that is expected.
Keep the reproducer out of it: it works against vehicles in the field until the fix has shipped and been adopted. If you reported through the Security tab, the reproducer is already in the advisory and maintainers have it, so there is nothing further to send. Describe the demonstrated impact in the pull request and leave it at that.
If you are reporting a bug you cannot fix yourself, report it privately first, through the process above, and maintainers decide when it moves to a public pull request. The exception is AI-Assisted Discovery, which goes public from the start.
We align with the Linux kernel security policy on AI-assisted bug discovery.
If you used AI assistance to identify a bug, treat it as public. You may have good reasons to believe it is not, but both the kernel security team and PX4 maintainers have seen bugs found this way surface across multiple researchers at the same time, often on the same day. So skip the private advisory and go straight to a pull request with a fix. If you cannot submit a fix yourself, first search the open pull requests for one that already addresses it; only if nothing exists, open an issue.
The rules on reproducers in How Fixes Are Developed apply here too: the pull request is public, the reproducer is not.
A growing share of incoming security reports comes from AI-assisted code review. It can surface real bugs in rarely exercised code, but it also floods maintainers with reports. If AI tooling contributed to your finding, the guidance above applies, and so do the following points:
Reports that disregard these points risk being ignored.
Use common sense before filing. If the affected code is a driver for a discontinued board or a rarely used peripheral and has not been touched in years, exposed users are probably close to zero and the report is not worth a maintainer's time. If the issue is trivial and publicly discoverable, take it straight through the flow above: a public pull request, or an issue as a last resort.
The PX4 development team applies the following practices to reduce security risk:
| Back | FazBrowse Home | New Git URL |