René Helmke 7791f18b51 bootstrap
2023-05-16 16:09:41 +02:00

114 lines
3.6 KiB
JSON

{
"id": "CVE-2016-6830",
"sourceIdentifier": "secalert@redhat.com",
"published": "2017-01-10T15:59:00.457",
"lastModified": "2017-01-11T02:54:46.817",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "The \"process-execute\" and \"process-spawn\" procedures in CHICKEN Scheme used fixed-size buffers for holding the arguments and environment variables to use in its execve() call. This would allow user-supplied argument/environment variable lists to trigger a buffer overrun. This affects all releases of CHICKEN up to and including 4.11 (it will be fixed in 4.12 and 5.0, which are not yet released)."
},
{
"lang": "es",
"value": "Los procedimientos \"process-execute\" y \"process-spawn\" en CHICKEN Scheme utilizaron b\u00fafers de tama\u00f1o fijo para mantener los argumentos y las variables de entorno para usar en su llamada execve(). Esto podr\u00eda permitir que las listas de variable de argumento/entorno suministradas por el usuario desencadenaran un desbordamiento de b\u00fafer. Esto afecta a todas las versiones de CHICKEN hasta la 4.11 inclusive (esto ser\u00e1 fijado en la versi\u00f3n 4.12 y 5.0, que a\u00fan no se han liberado)."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "NONE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5
},
"baseSeverity": "HIGH",
"exploitabilityScore": 10.0,
"impactScore": 6.4,
"acInsufInfo": true,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-119"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:call-cc:chicken:*:*:*:*:*:*:*:*",
"versionEndIncluding": "4.11.0",
"matchCriteriaId": "01FC43EF-B98F-4DF2-9286-89CE7D9BE8DD"
}
]
}
]
}
],
"references": [
{
"url": "http://lists.nongnu.org/archive/html/chicken-announce/2016-08/msg00001.html",
"source": "secalert@redhat.com",
"tags": [
"Patch",
"Vendor Advisory"
]
},
{
"url": "http://www.securityfocus.com/bid/92550",
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory",
"VDB Entry"
]
}
]
}