"-Synchronized-Data."

This commit is contained in:
CVE Team 2020-07-27 12:01:33 +00:00
parent 9d5b88b67d
commit 9445e07600
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
5 changed files with 29 additions and 10 deletions

View File

@ -71,6 +71,11 @@
"refsource": "DEBIAN",
"name": "DSA-4722",
"url": "https://www.debian.org/security/2020/dsa-4722"
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20200727 [SECURITY] [DLA 2291-1] ffmpeg security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00022.html"
}
]
}

View File

@ -76,6 +76,11 @@
"refsource": "DEBIAN",
"name": "DSA-4722",
"url": "https://www.debian.org/security/2020/dsa-4722"
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20200727 [SECURITY] [DLA 2291-1] ffmpeg security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00022.html"
}
]
}

View File

@ -66,6 +66,11 @@
"refsource": "DEBIAN",
"name": "DSA-4722",
"url": "https://www.debian.org/security/2020/dsa-4722"
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20200727 [SECURITY] [DLA 2291-1] ffmpeg security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00022.html"
}
]
}

View File

@ -48,12 +48,14 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://snyk.io/vuln/SNYK-PYTHON-UVICORN-575560"
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PYTHON-UVICORN-575560",
"name": "https://snyk.io/vuln/SNYK-PYTHON-UVICORN-575560"
},
{
"refsource": "CONFIRM",
"url": "https://github.com/encode/uvicorn"
"refsource": "MISC",
"url": "https://github.com/encode/uvicorn",
"name": "https://github.com/encode/uvicorn"
}
]
},
@ -61,7 +63,7 @@
"description_data": [
{
"lang": "eng",
"value": "This affects all versions of package uvicorn.\n The request logger provided by the package is vulnerable to ASNI escape sequence injection. Whenever any HTTP request is received, the default behaviour of uvicorn is to log its details to either the console or a log file. When attackers request crafted URLs with percent-encoded escape sequences, the logging component will log the URL after it's been processed with urllib.parse.unquote, therefore converting any percent-encoded characters into their single-character equivalent, which can have special meaning in terminal emulators.\r\n\r\nBy requesting URLs with crafted paths, attackers can:\r\n\r\n* Pollute uvicorn's access logs, therefore jeopardising the integrity of such files.\r\n* Use ANSI sequence codes to attempt to interact with the terminal emulator that's displaying the logs (either in real time or from a file).\r\n\r\n"
"value": "This affects all versions of package uvicorn. The request logger provided by the package is vulnerable to ASNI escape sequence injection. Whenever any HTTP request is received, the default behaviour of uvicorn is to log its details to either the console or a log file. When attackers request crafted URLs with percent-encoded escape sequences, the logging component will log the URL after it's been processed with urllib.parse.unquote, therefore converting any percent-encoded characters into their single-character equivalent, which can have special meaning in terminal emulators. By requesting URLs with crafted paths, attackers can: * Pollute uvicorn's access logs, therefore jeopardising the integrity of such files. * Use ANSI sequence codes to attempt to interact with the terminal emulator that's displaying the logs (either in real time or from a file)."
}
]
},

View File

@ -48,12 +48,14 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://snyk.io/vuln/SNYK-PYTHON-UVICORN-570471"
"refsource": "MISC",
"url": "https://github.com/encode/uvicorn",
"name": "https://github.com/encode/uvicorn"
},
{
"refsource": "CONFIRM",
"url": "https://github.com/encode/uvicorn"
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PYTHON-UVICORN-570471",
"name": "https://snyk.io/vuln/SNYK-PYTHON-UVICORN-570471"
}
]
},
@ -61,7 +63,7 @@
"description_data": [
{
"lang": "eng",
"value": "This affects all versions of package uvicorn.\n Uvicorn's implementation of the HTTP protocol for the httptools parser is vulnerable to HTTP response splitting. CRLF sequences are not escaped in the value of HTTP headers. Attackers can 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.\r\n\r\n"
"value": "This affects all versions of package uvicorn. Uvicorn's implementation of the HTTP protocol for the httptools parser is vulnerable to HTTP response splitting. CRLF sequences are not escaped in the value of HTTP headers. Attackers can 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."
}
]
},