mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
Authentication bypass: PIN validation fails to reject incorrect PINs #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @mallendeo on GitHub (Jan 18, 2025).
I assigned an access PIN to my HomeAssistant instance, but when entering any PIN code, the system grants access regardless of whether the PIN is correct or not.
This does not happen when using only the password method though.
Enabling PIN makes it insecure.
@miloschwartz commented on GitHub (Jan 18, 2025):
Annnnnd this is why we're in beta. Thank you for finding the fix and opening the PR so quickly!
I just merged the PR and published 1.0.0-beta.7 for you to update to. In the future please send any security issues to me privately as per the security policy.
Thanks again!
@mallendeo commented on GitHub (Jan 18, 2025):
Thanks for the quick merge!
Just spotted the SECURITY.md after the fact, my bad 😬.
Will keep that in mind for next time.
@miloschwartz commented on GitHub (Jan 18, 2025):
No worries!