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

Fuzzing Vulnerability Fixes #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FrostTusk
Copy link

During Fuzz testing of VulCAN, it was discovered that both VatiCAN and LeiA exhibited bugs that allowed an unauthenticated user to adjust the RPM LEDs at will on the demo bench.
The LEDs would respond with "GOOD" and an RPM value calculated from the unauthenticated message.

The bugs occurred when performing moderate flooding with extended CAN ID packets.
Extended CAN ID packets were/are broadcast on ID 0x0, which meant that they caused garbled authenticated packets but also arrived on the right component due to being broadcast.

The following fixes patch some of that behavior.
They cause these garbled packets to be outright rejected instead of being accepted and causing an LED adjustment.

@FrostTusk FrostTusk changed the title Fuzzing Vulnerability Fixing Fuzzing Vulnerability Fixes Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant