CVE-2026-38971
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedardupilot through Plane-4.6.3 was found to contain an out-of-bounds read issue in libraries/GCS_MAVLink/GCS_serial_control.cpp in GCS_MAVLINK::handle_serial_control().
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceArduPilot through version Plane-4.6.3 contains an out-of-bounds read vulnerability in the GCS_MAVLINK::handle_serial_control() function in libraries/GCS_MAVLink/GCS_serial_control.cpp. This vulnerability allows reading memory outside the intended buffer bounds when processing MAVLink serial control messages, potentially enabling information disclosure or further exploitation.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 4.6.3CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed ArduPilot Plane firmware versionConnect to the flight controller via MAVLink and query the AUTOPILOT_VERSION parameter, or check the firmware binary/build artifacts for version informationAffected if The version is 4.6.3 or lower (any version <= 4.6.3)
-
Confirm the GCS_MAVLINK module is in useVerify that MAVLink communication is enabled and the serial link(s) are configured for MAVLink protocol. Check the SERIAL#_PROTOCOL parameters are set to MAVLink (typically value 2)Affected if MAVLink serial communication is active on any serial port
-
Check if serial control messages are being processedInspect the GCS_serial_control.cpp file in the deployed firmware build if accessible, or monitor MAVLink traffic for SERIAL_CONTROL messages (MAVLink message ID 126)Affected if The handle_serial_control() function is present in the compiled firmware and MAVLink serial control message handling is enabled
If the ArduPilot Plane firmware version is 4.6.3 or earlier AND MAVLink serial communication is active, the environment is affected by this out-of-bounds read vulnerability.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade ArduPilot Plane to version 4.6.4 or later. If upgrading is not immediately feasible, implement input validation and bounds checking in the handle_serial_control() function to ensure all array accesses are within valid bounds before processing serial control messages.
ArduPlane 4.7.0 or later
- 1. Identify the current ArduPlane firmware version running on your vehicle
- 2. Check if the current version is 4.6.3 or earlier
- 3. Download or update to ArduPlane firmware version 4.7.0 or later from the official ArduPilot firmware repository (firmware.ardupilot.org)
- 4. Verify the fix by confirming the GCS_serial_control.cpp file contains the patch from PR #32587
- 5. After upgrading, test the MAVLink serial control functionality to ensure proper operation
- 6. Monitor for any unusual behavior or errors related to GCS_MAVLink communication
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,656.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-38971 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-38971 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data