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

[v2.7] Bluetooth: controller: adv packets are not checked for minimum length #61784

Closed
carlescufi opened this issue Aug 23, 2023 · 0 comments
Closed
Assignees
Labels
area: Bluetooth Controller area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@carlescufi
Copy link
Member

Advertising packets are not checked upon reception to verify if they are at least 6 bytes long (for the AdvA field). This means that incorrectly formatted advertising packets are being forwarded up to the HCI layer from the controller.

@carlescufi carlescufi added the bug The issue is a bug, or the PR is fixing a bug label Aug 23, 2023
@carlescufi carlescufi self-assigned this Aug 23, 2023
@carlescufi carlescufi added the priority: low Low impact/importance bug label Aug 23, 2023
@carlescufi carlescufi changed the title Bluetooth: controller: adv packets are not checked for minimum length [v2.7] Bluetooth: controller: adv packets are not checked for minimum length Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Controller area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

1 participant