CVE-2022-29167
Description
Hawk is an HTTP authentication scheme providing mechanisms for making authenticated HTTP requests with partial cryptographic verification of the request and response, covering the HTTP method, request URI, host, and optionally the request payload. Hawk used a regular expression to parse `Host` HTTP header (`Hawk.utils.parseHost()`), which was subject to regular expression DoS attack - meaning each added character in the attacker's input increases the computation time exponentially. `parseHost()` was patched in `9.0.1` to use built-in `URL` class to parse hostname instead. `Hawk.authenticate()` accepts `options` argument. If that contains `host` and `port`, those would be used instead of a call to `utils.parseHost()`.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 9.0.1-1 |
| debian | bullseye | fixed | 8.0.1+dfsg-2+deb11u1 |
| debian | forky | fixed | 9.0.1-1 |
| debian | sid | fixed | 9.0.1-1 |
| debian | trixie | fixed | 9.0.1-1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| npm | hawk | <9.0.1 | 9.0.1 |
References
- https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq
- https://nvd.nist.gov/vuln/detail/CVE-2022-29167
- https://github.com/mozilla/hawk/pull/286
- https://github.com/mozilla/hawk/commit/d10d72ca82db967f6c5fcf866ff78e3ca25ce1ab
- https://github.com/mozilla/hawk
- https://security-tracker.debian.org/tracker/CVE-2022-29167
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.