You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Our tool have found that this repo reuse some of the qemu code, and remains some unfixed CVE. Some of there are as follows:
mode_sense_page function in the file qemu/hw/scsi/scsi-disk.c shares the similarity with the CVE-2021-3930, the fix is qemu/qemu@b3af7fd
mptsas_free_request, mptsas_process_scsi_io_request and mptsas_scsi_realize functions in the file qemu/hw/scsi/mptsas.c shares the similarity with the CVE-2021-3392, the fix is qemu/qemu@3791642.
We have preliminarily verified the correctness of the above list through static analysis. Would you can help to check if this bug is true? If it's true, please try to fix it, or I'd like to open a PR for that if necessary. Thank you for your effort and patience!
Hi,
Our tool have found that this repo reuse some of the qemu code, and remains some unfixed CVE. Some of there are as follows:
mode_sense_pagefunction in the fileqemu/hw/scsi/scsi-disk.cshares the similarity with the CVE-2021-3930, the fix is qemu/qemu@b3af7fdmptsas_free_request,mptsas_process_scsi_io_requestand mptsas_scsi_realize functions in the fileqemu/hw/scsi/mptsas.cshares the similarity with the CVE-2021-3392, the fix is qemu/qemu@3791642.We have preliminarily verified the correctness of the above list through static analysis. Would you can help to check if this bug is true? If it's true, please try to fix it, or I'd like to open a PR for that if necessary. Thank you for your effort and patience!