cvelist/2020/7xxx/CVE-2020-7778.json
2020-11-26 11:02:40 +00:00

107 lines
4.0 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2020-11-26T10:36:37.421754Z",
"ID": "CVE-2020-7778",
"STATE": "PUBLIC",
"TITLE": "Prototype Pollution"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "systeminformation",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "4.30.2"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Prototype Pollution"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/sebhildebrandt/systeminformation/blob/master/lib/internet.js",
"name": "https://github.com/sebhildebrandt/systeminformation/blob/master/lib/internet.js"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-SYSTEMINFORMATION-1043753",
"name": "https://snyk.io/vuln/SNYK-JS-SYSTEMINFORMATION-1043753"
},
{
"refsource": "MISC",
"url": "https://gist.github.com/EffectRenan/b434438938eed0b21b376cedf5c81e80",
"name": "https://gist.github.com/EffectRenan/b434438938eed0b21b376cedf5c81e80"
},
{
"refsource": "MISC",
"url": "https://github.com/sebhildebrandt/systeminformation/commit/73dce8d717ca9c3b7b0d0688254b8213b957f0fa%23diff-970ae648187190f86bafc8f193b7538200eba164fad0674428b6487582c089cc",
"name": "https://github.com/sebhildebrandt/systeminformation/commit/73dce8d717ca9c3b7b0d0688254b8213b957f0fa%23diff-970ae648187190f86bafc8f193b7538200eba164fad0674428b6487582c089cc"
},
{
"refsource": "MISC",
"url": "https://github.com/sebhildebrandt/systeminformation/commit/11103a447ab9550c25f1fbec7e6d903720b3fea8%23diff-970ae648187190f86bafc8f193b7538200eba164fad0674428b6487582c089cc",
"name": "https://github.com/sebhildebrandt/systeminformation/commit/11103a447ab9550c25f1fbec7e6d903720b3fea8%23diff-970ae648187190f86bafc8f193b7538200eba164fad0674428b6487582c089cc"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package systeminformation before 4.30.2. The attacker can overwrite the properties and functions of an object, which can lead to executing OS commands."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "EffectRenan"
}
]
}