cvelist/2020/26xxx/CVE-2020-26283.json

93 lines
3.2 KiB
JSON
Raw Normal View History

2020-10-01 14:01:50 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2020-10-01 14:01:50 +00:00
"ID": "CVE-2020-26283",
"STATE": "PUBLIC",
"TITLE": "Control character injection in console output"
2020-10-01 14:01:50 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "go-ipfs",
"version": {
"version_data": [
{
"version_value": "< 0.8.0"
}
]
}
}
]
},
"vendor_name": "ipfs"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-10-01 14:01:50 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-03-24 21:00:45 +00:00
"value": "go-ipfs is an open-source golang implementation of IPFS which is a global, versioned, peer-to-peer filesystem. In go-ipfs before version 0.8.0, control characters are not escaped from console output. This can result in hiding input from the user which could result in the user taking an unknown, malicious action. This is fixed in version 0.8.0."
2020-10-01 14:01:50 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-116 Improper Encoding or Escaping of Output"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/ipfs/go-ipfs/security/advisories/GHSA-r4gv-vj59-cccm",
"refsource": "CONFIRM",
"url": "https://github.com/ipfs/go-ipfs/security/advisories/GHSA-r4gv-vj59-cccm"
},
{
"name": "https://github.com/ipfs/go-ipfs/pull/7831",
"refsource": "MISC",
"url": "https://github.com/ipfs/go-ipfs/pull/7831"
},
{
"name": "https://github.com/ipfs/go-ipfs/commit/fb0a9acd2d8288bd1028c3219a420de62a09683a",
"refsource": "MISC",
"url": "https://github.com/ipfs/go-ipfs/commit/fb0a9acd2d8288bd1028c3219a420de62a09683a"
}
]
},
"source": {
"advisory": "GHSA-r4gv-vj59-cccm",
"discovery": "UNKNOWN"
2020-10-01 14:01:50 +00:00
}
}