2023-11-07 21:03:21 +00:00

189 lines
5.6 KiB
JSON

{
"id": "CVE-2017-5987",
"sourceIdentifier": "cve@mitre.org",
"published": "2017-03-20T16:59:02.203",
"lastModified": "2023-11-07T02:49:48.210",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
"value": "The sdhci_sdma_transfer_multi_blocks function in hw/sd/sdhci.c in QEMU (aka Quick Emulator) allows local OS guest privileged users to cause a denial of service (infinite loop and QEMU process crash) via vectors involving the transfer mode register during multi block transfer."
},
{
"lang": "es",
"value": "La funci\u00f3n sdhci_sdma_transfer_multi_blocks en hw/sd/sdhci.c en QEMU (tambi\u00e9n conocida como Quick Emulator) permiten a usuarios privilegiados invitados locales OS provocar una denegaci\u00f3n de servicio (bucle infinito y ca\u00edda del proceso QEMU) a trav\u00e9s de vectores que implican el registro de modo de transferencia durante la transferencia de m\u00faltiples bloques."
}
],
"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": "CWE-835"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:qemu:qemu:*:*:*:*:*:*:*:*",
"versionEndIncluding": "2.8.1.1",
"matchCriteriaId": "A965C2D1-C447-4324-95A4-27285ECF8909"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:qemu:qemu:2.9.0:rc0:*:*:*:*:*:*",
"matchCriteriaId": "9F615830-8EC7-41C0-9A77-6C7D4E718429"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:qemu:qemu:2.9.0:rc1:*:*:*:*:*:*",
"matchCriteriaId": "15D5C1F9-C3B4-4733-8782-0E54AE543C16"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:qemu:qemu:2.9.0:rc2:*:*:*:*:*:*",
"matchCriteriaId": "286D3DE9-9796-42AE-88E1-F6E04BF8B449"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:qemu:qemu:2.9.0:rc3:*:*:*:*:*:*",
"matchCriteriaId": "B54248FC-FD5C-445E-BD8F-886D9D8736D6"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:qemu:qemu:2.9.0:rc4:*:*:*:*:*:*",
"matchCriteriaId": "89FB8D92-4A3A-4B52-93B0-6F809D313C40"
}
]
}
]
},
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*",
"matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43"
}
]
}
]
}
],
"references": [
{
"url": "http://git.qemu-project.org/?p=qemu.git%3Ba=commit%3Bh=6e86d90352adf6cb08295255220295cf23c4286e",
"source": "cve@mitre.org"
},
{
"url": "http://www.openwall.com/lists/oss-security/2017/02/14/8",
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
]
},
{
"url": "http://www.securityfocus.com/bid/96263",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory",
"VDB Entry"
]
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1421995",
"source": "cve@mitre.org",
"tags": [
"Issue Tracking",
"Third Party Advisory"
]
},
{
"url": "https://lists.debian.org/debian-lts-announce/2018/09/msg00007.html",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
]
},
{
"url": "https://lists.gnu.org/archive/html/qemu-devel/2017-02/msg02776.html",
"source": "cve@mitre.org",
"tags": [
"Patch",
"Vendor Advisory"
]
},
{
"url": "https://security.gentoo.org/glsa/201704-01",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
]
}
]
}