Bug 1828874 (CVE-2020-10723)
Summary: | CVE-2020-10723 dpdk: librte_vhost Integer truncation in vhost_user_check_and_alloc_queue_pair() | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Michael Kaplan <mkaplan> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | aconole, apevec, chrisw, ctrautma, dbecker, dblechte, dfediuck, eedri, fhallal, fleitner, hvyas, jhsiao, jjoyce, jschluet, kbasil, kfida, lhh, linville, lpeer, maxime.coquelin, mburns, mgoldboi, michal.skrivanek, mmirecki, nhorman, ovs-qe, ovs-team, ralongi, rhos-maint, rkhan, sbonazzo, sclewis, security-response-team, sherold, slinaber, tredaelli, yturgema |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | dpdk 20.02.1, dpdk 19.11.2, dkdk 18.11.8 | Doc Type: | If docs needed, set a value |
Doc Text: |
A memory corruption issue was found in DPDK versions 17.05 and above. This flaw is caused by an integer truncation on the index of a payload. Under certain circumstances, the index (a UInt) is copied and truncated into a uint16, which can lead to out of bound indexing and possible memory corruption.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-26 15:15:26 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1831388, 1831390, 1831391, 1831392, 1831393, 1831394, 1831395, 1831396, 1831397, 1835014, 1835015, 1835044, 1835045, 1836842, 1837024, 1837025, 1837056 | ||
Bug Blocks: | 1828925 |
Description
Michael Kaplan
2020-04-28 13:59:43 UTC
Acknowledgments: Name: Ferruh Yigit (Reporter) Removed OpenStack 7 affects and added missing affects for OpenStack and Fast Datapath. Statement: This issue did not affect the versions of Ceph as shipped with Red Hat Ceph Storage 3 and 4, as they did not include support for DPDK. Commit that first introduced the affected `uint16_t vring_idx` variable in DPDK upstream version 17.05: -> http://git.dpdk.org/dpdk/commit/?id=160cbc815b41f45af826136785806c887a7851a1 I've altered the DocText to include that version. External References: https://www.openwall.com/lists/oss-security/2020/05/18/2 https://bugs.dpdk.org/show_bug.cgi?id=268 Created dpdk tracking bugs for this issue: Affects: fedora-all [bug 1837056] This issue has been addressed in the following products: Fast Datapath for Red Hat Enterprise Linux 8 Via RHSA-2020:2297 https://access.redhat.com/errata/RHSA-2020:2297 This issue has been addressed in the following products: Fast Datapath for Red Hat Enterprise Linux 8 Via RHSA-2020:2295 https://access.redhat.com/errata/RHSA-2020:2295 This issue has been addressed in the following products: Fast Datapath for Red Hat Enterprise Linux 7 Via RHSA-2020:2296 https://access.redhat.com/errata/RHSA-2020:2296 This issue has been addressed in the following products: Fast Datapath for Red Hat Enterprise Linux 7 Via RHSA-2020:2298 https://access.redhat.com/errata/RHSA-2020:2298 This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2020-10723 This issue has been addressed in the following products: Red Hat Enterprise Linux 7 Extras Via RHSA-2020:2683 https://access.redhat.com/errata/RHSA-2020:2683 This issue has been addressed in the following products: Red Hat Virtualization 4 for Red Hat Enterprise Linux 7 Red Hat Virtualization Engine 4.3 Via RHSA-2020:4114 https://access.redhat.com/errata/RHSA-2020:4114 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2020:4806 https://access.redhat.com/errata/RHSA-2020:4806 This issue has been addressed in the following products: Red Hat OpenStack Platform 13.0 (Queens) Via RHSA-2021:0931 https://access.redhat.com/errata/RHSA-2021:0931 |