Authentication Bypass Affecting hawkauthlib package, versions [0,]
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-HAWKAUTHLIB-6969143
- published 22 May 2024
- disclosed 20 Feb 2024
- credit Christopher Langton
How to fix?
There is no fixed version for hawkauthlib
.
Overview
hawkauthlib is a Hawk Access Authentication protocol
Affected versions of this package are vulnerable to Authentication Bypass. The incoming (client supplied) hash of the payload is trusted by the server and not verified before the signature is calculated.
A malicious actor in the middle can alter the payload and the server side will not identify the modification occurred because it simply uses the client provided value instead of verify the hash provided against the modified payload.
According to the maintainers this issue is to be considered out of scope as "payload hash validation is optional and up to developer to implement".