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

175 lines
6.4 KiB
JSON

{
"id": "CVE-2020-11742",
"sourceIdentifier": "cve@mitre.org",
"published": "2020-04-14T13:15:12.923",
"lastModified": "2020-07-13T16:15:11.467",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Xen through 4.13.x, allowing guest OS users to cause a denial of service because of bad continuation handling in GNTTABOP_copy. Grant table operations are expected to return 0 for success, and a negative number for errors. The fix for CVE-2017-12135 introduced a path through grant copy handling where success may be returned to the caller without any action taken. In particular, the status fields of individual operations are left uninitialised, and may result in errant behaviour in the caller of GNTTABOP_copy. A buggy or malicious guest can construct its grant table in such a way that, when a backend domain tries to copy a grant, it hits the incorrect exit path. This returns success to the caller without doing anything, which may cause crashes or other incorrect behaviour."
},
{
"lang": "es",
"value": "Se detect\u00f3 un problema en Xen versiones hasta 4.13.x, permitiendo a usuarios invitados del Sistema Operativo causar una denegaci\u00f3n de servicio debido a un manejo de continuaci\u00f3n inapropiado en GNTTABOP_copy. Se espera que las operaciones de la tabla de concesiones devuelvan 0 para el \u00e9xito y un n\u00famero negativo para los errores. La correcci\u00f3n para CVE-2017-12135 introdujo una ruta por medio del manejo de la copia de concesi\u00f3n donde el \u00e9xito puede ser devuelto al que llama sin tomar ninguna acci\u00f3n. En particular, los campos de estado de las operaciones individuales se dejan sin inicializar y pueden resultar en un comportamiento err\u00f3neo en el que llama de GNTTABOP_copy. Un invitado con errores o malicioso puede construir su tabla de concesi\u00f3n de tal manera que, cuando un dominio del back-end intenta copiar una concesi\u00f3n, llega a la ruta de salida incorrecta. Esto devuelve el \u00e9xito al que llama sin hacer nada, lo que puede causar bloqueos u otro comportamiento incorrecto."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P",
"accessVector": "LOCAL",
"accessComplexity": "LOW",
"authentication": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 2.1
},
"baseSeverity": "LOW",
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "NVD-CWE-Other"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:o:xen:xen:*:*:*:*:*:*:*:*",
"versionEndIncluding": "4.13.0",
"matchCriteriaId": "3BD625DD-3C5E-4849-88A6-464AA7AC6F88"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:o:xen:xen:4.13.0:rc1:*:*:*:*:*:*",
"matchCriteriaId": "5BEB8A75-3CF5-4DA3-9159-16675A47D842"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:o:xen:xen:4.13.0:rc2:*:*:*:*:*:*",
"matchCriteriaId": "DAC2A87A-73F2-4D40-8EDB-8373B938FC11"
}
]
}
]
},
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*",
"matchCriteriaId": "36D96259-24BD-44E2-96D9-78CE1D41F956"
}
]
}
]
}
],
"references": [
{
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00006.html",
"source": "cve@mitre.org"
},
{
"url": "http://www.openwall.com/lists/oss-security/2020/04/14/4",
"source": "cve@mitre.org",
"tags": [
"Mitigation",
"Patch",
"Third Party Advisory"
]
},
{
"url": "http://xenbits.xen.org/xsa/advisory-318.html",
"source": "cve@mitre.org",
"tags": [
"Patch",
"Vendor Advisory"
]
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5M2XRNCHOGGTJQBZQJ7DCV6ZNAKN3LE2/",
"source": "cve@mitre.org"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NVTP4OYHCTRU3ONFJOFJQVNDFB25KLLG/",
"source": "cve@mitre.org"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YMAW7D2MP6RE4BFI5BZWOBBWGY3VSOFN/",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
]
},
{
"url": "https://security.gentoo.org/glsa/202005-08",
"source": "cve@mitre.org"
},
{
"url": "https://www.debian.org/security/2020/dsa-4723",
"source": "cve@mitre.org"
},
{
"url": "https://xenbits.xen.org/xsa/advisory-318.html",
"source": "cve@mitre.org",
"tags": [
"Patch",
"Vendor Advisory"
]
}
]
}