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

121 lines
4.2 KiB
JSON

{
"id": "CVE-2021-43811",
"sourceIdentifier": "security-advisories@github.com",
"published": "2021-12-08T23:15:08.123",
"lastModified": "2021-12-13T19:15:46.587",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. Sockeye uses YAML to store model and data configurations on disk. Versions below 2.3.24 use unsafe YAML loading, which can be made to execute arbitrary code embedded in config files. An attacker can add malicious code to the config file of a trained model and attempt to convince users to download and run it. If users run the model, the embedded code will run locally. The issue is fixed in version 2.3.24."
},
{
"lang": "es",
"value": "Sockeye es un marco de trabajo de secuencia a secuencia de c\u00f3digo abierto para la traducci\u00f3n autom\u00e1tica neuronal construido sobre PyTorch. Sockeye usa YAML para almacenar configuraciones de modelos y datos en el disco. Las versiones anteriores a 2.3.24, usan una carga insegura de YAML, que puede hacer que se ejecute c\u00f3digo arbitrario incrustado en los archivos de configuraci\u00f3n. Un atacante puede a\u00f1adir c\u00f3digo malicioso al archivo de configuraci\u00f3n de un modelo entrenado e intentar convencer a los usuarios de que lo descarguen y lo ejecuten. Si los usuarios ejecutan el modelo, el c\u00f3digo insertado se ejecutar\u00e1 localmente. El problema ha sido corregido en la versi\u00f3n 2.3.24"
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "security-advisories@github.com",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"accessVector": "NETWORK",
"accessComplexity": "MEDIUM",
"authentication": "NONE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": true
}
]
},
"weaknesses": [
{
"source": "security-advisories@github.com",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-94"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:amazon:sockeye:*:*:*:*:*:python:*:*",
"versionEndExcluding": "2.3.24",
"matchCriteriaId": "5636D1BB-6FCA-4027-84CB-1FCDB64F69A7"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/awslabs/sockeye/pull/964",
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
]
},
{
"url": "https://github.com/awslabs/sockeye/releases/tag/2.3.24",
"source": "security-advisories@github.com",
"tags": [
"Release Notes",
"Third Party Advisory"
]
},
{
"url": "https://github.com/awslabs/sockeye/security/advisories/GHSA-ggmr-44cv-24pm",
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
]
}
]
}