cvelist/2019/10xxx/CVE-2019-10160.json

97 lines
4.0 KiB
JSON
Raw Normal View History

2019-03-27 12:00:51 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-10160",
2019-06-07 18:00:53 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2019-06-07 14:41:00 -03:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Python",
"product": {
"product_data": [
{
"product_name": "python",
"version": {
"version_data": [
{
2019-06-07 16:34:04 -03:00
"version_value": "affects 2.7, 3.5, 3.6, 3.7, >= v3.8.0a4 and < v3.8.0b1"
2019-06-07 14:41:00 -03:00
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-172"
}
]
}
]
},
"references": {
"reference_data": [
{
2019-06-07 18:00:53 +00:00
"url": "https://python-security.readthedocs.io/vuln/urlsplit-nfkc-normalization2.html",
"refsource": "MISC",
"name": "https://python-security.readthedocs.io/vuln/urlsplit-nfkc-normalization2.html"
2019-06-07 14:41:00 -03:00
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10160",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10160",
"refsource": "CONFIRM"
},
{
"url": "https://github.com/python/cpython/commit/8d0ef0b5edeae52960c7ed05ae8a12388324f87e",
"name": "https://github.com/python/cpython/commit/8d0ef0b5edeae52960c7ed05ae8a12388324f87e",
"refsource": "CONFIRM"
2019-06-07 16:34:04 -03:00
},
{
"url": "https://github.com/python/cpython/commit/f61599b050c621386a3fc6bc480359e2d3bb93de",
"name": "https://github.com/python/cpython/commit/f61599b050c621386a3fc6bc480359e2d3bb93de",
"refsource": "CONFIRM"
},
{
"url": "https://github.com/python/cpython/commit/250b62acc59921d399f0db47db3b462cd6037e09",
"name": "https://github.com/python/cpython/commit/250b62acc59921d399f0db47db3b462cd6037e09",
"refsource": "CONFIRM"
},
{
"url": "https://github.com/python/cpython/commit/fd1771dbdd28709716bd531580c40ae5ed814468",
"name": "https://github.com/python/cpython/commit/fd1771dbdd28709716bd531580c40ae5ed814468",
"refsource": "CONFIRM"
2019-06-07 14:41:00 -03:00
}
]
2019-03-27 12:00:51 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2019-06-07 16:34:04 -03:00
"value": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application."
2019-03-27 12:00:51 +00:00
}
]
2019-06-07 14:41:00 -03:00
},
"impact": {
"cvss": [
[
{
"vectorString": "9.8/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
}
]
]
2019-03-27 12:00:51 +00:00
}
2019-06-07 18:00:53 +00:00
}