cvelist/2022/29xxx/CVE-2022-29167.json
advisory-database[bot] 3828ab39bc
Add CVE-2022-29167 for GHSA-44pw-h2cw-w3vq
Add CVE-2022-29167 for GHSA-44pw-h2cw-w3vq
2022-05-05 22:53:23 +00:00

88 lines
3.3 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-29167",
"STATE": "PUBLIC",
"TITLE": "ReDoS vulnerability in header parsing in hawk"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "hawk",
"version": {
"version_data": [
{
"version_value": "< 9.0.1"
}
]
}
}
]
},
"vendor_name": "mozilla"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "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()`."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq",
"refsource": "CONFIRM",
"url": "https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq"
},
{
"name": "https://github.com/mozilla/hawk/pull/286",
"refsource": "MISC",
"url": "https://github.com/mozilla/hawk/pull/286"
}
]
},
"source": {
"advisory": "GHSA-44pw-h2cw-w3vq",
"discovery": "UNKNOWN"
}
}