diff --git a/advisories/github-reviewed/2020/07/GHSA-f97h-2pfx-f59f/GHSA-f97h-2pfx-f59f.json b/advisories/github-reviewed/2020/07/GHSA-f97h-2pfx-f59f/GHSA-f97h-2pfx-f59f.json index a31ca7fcc5ab..bd423d9e0dc4 100644 --- a/advisories/github-reviewed/2020/07/GHSA-f97h-2pfx-f59f/GHSA-f97h-2pfx-f59f.json +++ b/advisories/github-reviewed/2020/07/GHSA-f97h-2pfx-f59f/GHSA-f97h-2pfx-f59f.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-f97h-2pfx-f59f", - "modified": "2024-11-18T22:31:58Z", + "modified": "2024-11-18T22:31:59Z", "published": "2020-07-29T18:07:20Z", "aliases": [ "CVE-2020-7695" @@ -9,10 +9,6 @@ "summary": "HTTP response splitting in uvicorn", "details": "Uvicorn before 0.11.7 is vulnerable to HTTP response splitting. CRLF sequences are not escaped in the value of HTTP headers. Attackers can exploit exploit this to add arbitrary headers to HTTP responses, or even return an arbitrary response body, whenever crafted input is used to construct HTTP headers.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" - }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" @@ -44,6 +40,18 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7695" }, + { + "type": "WEB", + "url": "https://github.com/Kludex/uvicorn/issues/719" + }, + { + "type": "WEB", + "url": "https://github.com/Kludex/uvicorn/pull/725" + }, + { + "type": "WEB", + "url": "https://github.com/Kludex/uvicorn/commit/731076ae6d9c11201442f3711488ae191253ce31" + }, { "type": "PACKAGE", "url": "https://github.com/encode/uvicorn"