Scan on service UUID instead of device name (issue #10) #14
No reviewers
Labels
No labels
bug
bug
critical
documentation
duplicate
enhancement
enhancement
feature
good first issue
help wanted
invalid
question
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
eddy/Project_SylDa!14
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/issue-10-ble-scan-service-uuid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes BLE name spoofing vulnerability in client scanning.
Change
Replace name-based scan filter:
Defense in depth
4fafc201-...service UUIDUUID_CHAR_UUIDcharacteristic (already existed)Why this matters
A spoofed device advertising the name "SylDa_Server" is trivial. Spoofing the correct 128-bit service UUID is much harder, and without the matching UUID characteristic value + HMAC key, the attacker still cannot control relays.
Closes #10