cvelist/2020/8xxx/CVE-2020-8131.json

67 lines
2.0 KiB
JSON
Raw Normal View History

2020-01-28 19:02:09 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-8131",
2020-02-24 15:01:10 +00:00
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "yarn",
"version": {
"version_data": [
{
"version_value": "Fixed Version: 1.22.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Path Traversal (CWE-22)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/730239",
"url": "https://hackerone.com/reports/730239"
2020-02-28 20:01:12 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://github.com/yarnpkg/yarn/pull/7831",
"url": "https://github.com/yarnpkg/yarn/pull/7831"
2020-02-24 15:01:10 +00:00
}
]
2020-01-28 19:02:09 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-02-28 20:01:12 +00:00
"value": "Arbitrary filesystem write vulnerability in Yarn before 1.22.0 allows attackers to write to any path on the filesystem and potentially lead to arbitrary code execution by forcing the user to install a malicious package."
2020-01-28 19:02:09 +00:00
}
]
}
}