cvelist/2018/20xxx/CVE-2018-20225.json

67 lines
2.3 KiB
JSON
Raw Normal View History

2018-12-19 05:05:18 -05:00
{
2019-03-18 05:11:18 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-20225",
2020-05-08 18:01:13 +00:00
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
2019-03-18 05:11:18 +00:00
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
2020-05-08 18:01:13 +00:00
"value": "An issue was discovered in pip (all versions) because it installs the version with the highest version number, even if the user had intended to obtain a private package from a private index. This only affects use of the --extra-index-url option, and exploitation requires that the package does not already exist in the public index (and thus the attacker can put the package there with an arbitrary version number)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://pip.pypa.io/en/stable/news/",
"refsource": "MISC",
"name": "https://pip.pypa.io/en/stable/news/"
},
{
"refsource": "MISC",
"name": "https://cowlicks.website/posts/arbitrary-code-execution-from-pips-extra-index-url.html",
"url": "https://cowlicks.website/posts/arbitrary-code-execution-from-pips-extra-index-url.html"
2019-03-18 05:11:18 +00:00
}
]
}
}