From 0740d440c8259cdfce0b8ccfa27b1776e9fdecf0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:31:10 +0000 Subject: [PATCH] Add CVE-2022-39271 for GHSA-c6hx-pjc3-7fqr Add CVE-2022-39271 for GHSA-c6hx-pjc3-7fqr --- 2022/39xxx/CVE-2022-39271.json | 90 +++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 6 deletions(-) diff --git a/2022/39xxx/CVE-2022-39271.json b/2022/39xxx/CVE-2022-39271.json index 37567dff2e7..94d226e0d37 100644 --- a/2022/39xxx/CVE-2022-39271.json +++ b/2022/39xxx/CVE-2022-39271.json @@ -1,18 +1,96 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-39271", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Traefik HTTP/2 connections management could cause a denial of service" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "traefik", + "version": { + "version_data": [ + { + "version_value": " < 2.8.8" + }, + { + "version_value": ">= 2.9.0-rc1, < 2.9.0-rc5" + } + ] + } + } + ] + }, + "vendor_name": "traefik" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that assists in deploying microservices. There is a potential vulnerability in Traefik managing HTTP/2 connections. A closing HTTP/2 server connection could hang forever because of a subsequent fatal error. This failure mode could be exploited to cause a denial of service. There has been a patch released in versions 2.8.8 and 2.9.0-rc5. There are currently no known workarounds." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/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/traefik/traefik/security/advisories/GHSA-c6hx-pjc3-7fqr", + "refsource": "CONFIRM", + "url": "https://github.com/traefik/traefik/security/advisories/GHSA-c6hx-pjc3-7fqr" + }, + { + "name": "https://github.com/traefik/traefik/releases/tag/v2.8.8", + "refsource": "MISC", + "url": "https://github.com/traefik/traefik/releases/tag/v2.8.8" + }, + { + "name": "https://github.com/traefik/traefik/releases/tag/v2.9.0-rc5", + "refsource": "MISC", + "url": "https://github.com/traefik/traefik/releases/tag/v2.9.0-rc5" + } + ] + }, + "source": { + "advisory": "GHSA-c6hx-pjc3-7fqr", + "discovery": "UNKNOWN" } } \ No newline at end of file