cvelist/2020/7xxx/CVE-2020-7757.json

92 lines
2.8 KiB
JSON
Raw Normal View History

2020-01-21 23:01:08 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2020-11-02 22:04:22 +00:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2020-11-02T18:27:33.343489Z",
2020-01-21 23:01:08 +00:00
"ID": "CVE-2020-7757",
2020-11-02 22:04:22 +00:00
"STATE": "PUBLIC",
"TITLE": "Path Traversal"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "droppy",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Path Traversal"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-DROPPY-1023656",
"name": "https://snyk.io/vuln/SNYK-JS-DROPPY-1023656"
},
{
"refsource": "MISC",
"url": "https://github.com/silverwind/droppy/blob/master/server/server.js%23L845",
"name": "https://github.com/silverwind/droppy/blob/master/server/server.js%23L845"
}
]
2020-01-21 23:01:08 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-11-02 22:04:22 +00:00
"value": "This affects all versions of package droppy. It is possible to traverse directories to fetch configuration files from a droopy server."
2020-01-21 23:01:08 +00:00
}
]
2020-11-02 22:04:22 +00:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:U/RC:C",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE"
}
},
"credit": [
{
"lang": "eng",
"value": "Snyk Security Team"
}
]
2020-01-21 23:01:08 +00:00
}