mbox series

[0/6] Fix vhost security issues

Message ID 20200518131704.715877-1-ferruh.yigit@intel.com (mailing list archive)
Headers
Series Fix vhost security issues |

Message

Ferruh Yigit May 18, 2020, 1:16 p.m. UTC
  From: Maxime Coquelin <maxime.coquelin@redhat.com>

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

 lib/librte_vhost/vhost_crypto.c | 17 +++++++++++++++++
 lib/librte_vhost/vhost_user.c   | 30 +++++++++++++++++++++++-------
 lib/librte_vhost/virtio_net.c   |  4 ++++
 3 files changed, 44 insertions(+), 7 deletions(-)
  

Comments

David Marchand May 18, 2020, 2:18 p.m. UTC | #1
On Mon, May 18, 2020 at 3:17 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
>
> 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
>
>  lib/librte_vhost/vhost_crypto.c | 17 +++++++++++++++++
>  lib/librte_vhost/vhost_user.c   | 30 +++++++++++++++++++++++-------
>  lib/librte_vhost/virtio_net.c   |  4 ++++
>  3 files changed, 44 insertions(+), 7 deletions(-)
>

Series applied, thanks.