### [CVE-2018-7550](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7550) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description The load_multiboot function in hw/i386/multiboot.c in Quick Emulator (aka QEMU) allows local guest OS users to execute arbitrary code on the QEMU host via a mh_load_end_addr value greater than mh_bss_end_addr, which triggers an out-of-bounds read or write memory access. ### POC #### Reference - https://github.com/orangecertcc/security-research/security/advisories/GHSA-f49v-45qp-cv53 - https://github.com/orangecertcc/security-research/security/advisories/GHSA-f49v-45qp-cv53 #### Github No PoCs found on GitHub currently.