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:
usb_mtp_object_readdir and usb_mtp_get_object function in the file hw/usb/dev-mtp.c shares the similarity with the CVE-2018-16872, the fix is qemu/qemu@bab9df3
mode_sense_page function in the file hw/scsi/scsi-disk.c shares the similarity with the CVE-2021-3930, the fix is qemu/qemu@b3af7fd
megasas_pd_get_info_submit, megasas_ld_get_info_submit and megasas_command_complete functions in the file hw/scsi/megasas.c shares the similarity with the CVE-2017-9503, the fix is qemu/qemu@87e459a
mptsas_free_request, mptsas_process_scsi_io_request and mptsas_scsi_realize functions in the file 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!
The text was updated successfully, but these errors were encountered:
We're a fork of qemu from like 10 years ago without a dedicated development team so we know there are lots of unfixed qemu bugs present in PANDA. If you want to open PRs for any of these, we'd be happy to merge.
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:
usb_mtp_object_readdir
andusb_mtp_get_object
function in the filehw/usb/dev-mtp.c
shares the similarity with the CVE-2018-16872, the fix is qemu/qemu@bab9df3mode_sense_page
function in the filehw/scsi/scsi-disk.c
shares the similarity with the CVE-2021-3930, the fix is qemu/qemu@b3af7fdmegasas_pd_get_info_submit
,megasas_ld_get_info_submit
andmegasas_command_complete
functions in the filehw/scsi/megasas.c
shares the similarity with the CVE-2017-9503, the fix is qemu/qemu@87e459amptsas_free_request
,mptsas_process_scsi_io_request
and mptsas_scsi_realize functions in the filehw/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!
The text was updated successfully, but these errors were encountered: