[Medium] Lack of Request Replay Protection in HTTP Signatures #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Issue
The HTTP Signature verifier in
internal/httpsig/verifier.goverifies the cryptographic signature of requests but does not validate anonceor enforce a strict expiration window based on theDateorX-Dateheaders.Impact
Remediation
Dateheader compared to the server time.Files Affected
internal/httpsig/verifier.go