Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DroneCAN: fixed handling of bad multi-frame pkts and check array bounds #26186

Merged
merged 4 commits into from
Feb 11, 2024

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Feb 10, 2024

This was prompted by a watchdog from corrupt DroneCAN packets where the initial frames for a multi-frame packet were sent more than once. It exposed a vulnerability in our DroneCAN packet decoder.
Note that the nature of the bug meant that the 16 bit CRC did not protect us against bad packets
This includes the following two PRs:

@tridge tridge merged commit eaf40fb into ArduPilot:master Feb 11, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 4.5.0-beta2
Development

Successfully merging this pull request may close these issues.

3 participants