Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Security Vulnerability in Payload Verification #38

Closed
chrisdlangton opened this issue Jul 10, 2021 · 0 comments
Closed

Security Vulnerability in Payload Verification #38

chrisdlangton opened this issue Jul 10, 2021 · 0 comments

Comments

@chrisdlangton
Copy link

The incoming (client supplied) hash of the payload is being trusted by the server and not verified before the signature is calculated.

See:

options['hash']])

This vulnerability has persisted to hawkauthlib and reported, but is not present in mohawk as it has added robust payload verification

This mozilla/PyHawk repository is no longer maintained so this Security Vulnerability will not be addressed.

Use the mohawk repository if you are looking for a python implementation of Hawk Authentication.
Alternatively hawkauthlib may have merged my PR which addresses this vulnerability by the time you have read this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant