cvelist/2020/7xxx/CVE-2020-7729.json
2020-10-27 00:01:37 +00:00

112 lines
3.8 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2020-09-03T08:57:21.320655Z",
"ID": "CVE-2020-7729",
"STATE": "PUBLIC",
"TITLE": "Arbitrary Code Execution"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "grunt",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "1.3.0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Arbitrary Code Execution"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-GRUNT-597546",
"name": "https://snyk.io/vuln/SNYK-JS-GRUNT-597546"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-607922",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-607922"
},
{
"refsource": "MISC",
"url": "https://github.com/gruntjs/grunt/blob/master/lib/grunt/file.js%23L249",
"name": "https://github.com/gruntjs/grunt/blob/master/lib/grunt/file.js%23L249"
},
{
"refsource": "MISC",
"url": "https://github.com/gruntjs/grunt/commit/e350cea1724eb3476464561a380fb6a64e61e4e7",
"name": "https://github.com/gruntjs/grunt/commit/e350cea1724eb3476464561a380fb6a64e61e4e7"
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20200909 [SECURITY] [DLA 2368-1] grunt security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00008.html"
},
{
"refsource": "UBUNTU",
"name": "USN-4595-1",
"url": "https://usn.ubuntu.com/4595-1/"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The package grunt before 1.3.0 are vulnerable to Arbitrary Code Execution due to the default usage of the function load() instead of its secure replacement safeLoad() of the package js-yaml inside grunt.file.readYAML."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H/RL:O",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Snyk Security Team"
}
]
}