panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis

Home Page:https://panda.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Security] use-after-free in panda/hw/net/virtio-net.c

the-Chain-Warden-thresh opened this issue · comments

I've found that this repo reuse some of the qemu code, and remains some unfixed CVE.ssize_t virtio_net_receive_rcu (NetClientState *nc,const uint8_t *buf,size_t size) in hw/net/virtio-net.c seems to be vunlerable to CVE-2021-3748. Would you please fix this so that I can use this repo safer?