From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B9C4AA0093 for ; Mon, 18 May 2020 16:50:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 99E2D1D174; Mon, 18 May 2020 16:50:51 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id A7BD51D171 for ; Mon, 18 May 2020 16:50:50 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id i15so12164694wrx.10 for ; Mon, 18 May 2020 07:50:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date :content-transfer-encoding:user-agent:mime-version; bh=GHPkdH/mjgHSI7MjGacdARs+1eau4RvPp0c97gvazjA=; b=VykVZrLB4Kgn6ddASrVGSqFNsWjQINFYlPjbq2tscZUNuaffMd68/7UmbACg8qv4YA 09axI8oBGwrZkmhgkiq7ispni9vZ3owThmj/EKnVuSXz1woaWIZBR1PAHCEcGxumHht7 GnrfsHAnTtajKECND67X//ZZNajzcKchqdsfO029fn0/lAOIyBfudOhba9nKEQtt/b3V L2F7dgNsq2GW8JiLeENFbtn27BZixmypNGcUCG4wev/e/UK4rDbKzQYZi2K541bpt49/ 2DXlzqRdy1Qebicqx3AvdxfBnE+Vlzv2PVIKZplNMO0Cb4QVIhHAuKV2DGpKO1CMwLiP fQ3Q== X-Gm-Message-State: AOAM530Ompqm6+mxXOrO1i3//RcBbCxDDEfJqTLdprqwzYn+gIsKFAqD zlR70UW7MGWoTbMCPnjKcaa4WB5/ibpzGw== X-Google-Smtp-Source: ABdhPJxAdICxJxtJ6IAxkRW1/2s7XOfswkrbms+eowP7oyB5lQ+aABZhjZm3CNeRVzXlGF14X8T6vA== X-Received: by 2002:adf:de05:: with SMTP id b5mr20022409wrm.299.1589813450213; Mon, 18 May 2020 07:50:50 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:e2db:6a88:4676:d01b]) by smtp.gmail.com with ESMTPSA id v5sm16674795wrr.93.2020.05.18.07.50.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 May 2020 07:50:49 -0700 (PDT) Message-ID: <1116f7dd1bc42e0232f45f26fb9326c85f3ac525.camel@debian.org> From: Luca Boccassi To: announce@dpdk.org Date: Mon, 18 May 2020 15:50:48 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: [dpdk-announce] DPDK 20.02.1 released X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: announce-bounces@dpdk.org Sender: "announce" Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-20.02.1.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=3D20.02 This release fixes the following security issues: CVE-2020-10722 CVE-2020-10723 CVE-2020-10724 CVE-2020-10725 CVE-2020-10726 A malicious guess/container can cause resource leak resulting a Denial-of-Service, or memory corruption and crash, or information leak in vhost-user backend application. Thanks to the issue reporters, to the developers for fixing them, and to RedHat and Intel for validating the fixes. Luca Boccassi --- VERSION | 2 +- doc/guides/rel_notes/release_20_02.rst | 63 ++++++++++++++++++++++++++++++++++ lib/librte_vhost/vhost_crypto.c | 17 +++++++++ lib/librte_vhost/vhost_user.c | 30 ++++++++++++---- lib/librte_vhost/virtio_net.c | 4 +++ 5 files changed, 108 insertions(+), 8 deletions(-) Luca Boccassi (1): version: 20.02.1 Marvin Liu (1): vhost: fix translated address not checked Maxime Coquelin (3): vhost: check log mmap offset and size overflow vhost: fix vring index check vhost/crypto: validate keys lengths Xiaolong Ye (1): vhost: fix potential memory space leak Xuan Ding (1): vhost: fix potential fd leak