Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-29167

7.4 · HIGH
Published May 5, 2022 mozilla CWE-400 EPSS 1.09% (63th pctl)

Overview

CVE-2022-29167 is a high-severity vulnerability affecting mozilla hawk. It was published on May 5, 2022 and has a CVSS 3.1 base score of 7.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.4, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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()`.

Remediation

Check the references section for vendor advisories and patches from mozilla. Update hawk to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
mozilla hawk >= 0, < 9.0.1 Affected

Frequently Asked Questions

What is CVE-2022-29167?

CVE-2022-29167 is a high-severity vulnerability affecting mozilla hawk. It was published on May 5, 2022 and has a CVSS 3.1 base score of 7.4 (HIGH).

How severe is CVE-2022-29167?

This vulnerability has a CVSS 3.1 base score of 7.4, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-29167?

Check the references section for vendor advisories and patches from mozilla. Update hawk to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-29167?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-29167 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.