CVE-2021-36148
https://notcve.org/view.php?id=CVE-2021-36148
An issue was discovered in ACRN before 2.5. dmar_free_irte in hypervisor/arch/x86/vtd.c allows an irte_alloc_bitmap buffer overflow. Se ha detectado un problema en ACRN versiones anteriores a 2.5,. la función dmar_free_irte en el archivo hypervisor/arch/x86/vtd.c permite un desbordamiento del búfer irte_alloc_bitmap • https://github.com/projectacrn/acrn-hypervisor/commit/25c0e3817eb332660dd63d1d4522e63dcc94e79a • CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') •
CVE-2019-18844
https://notcve.org/view.php?id=CVE-2019-18844
The Device Model in ACRN before 2019w25.5-140000p relies on assert calls in devicemodel/hw/pci/core.c and devicemodel/include/pci_core.h (instead of other mechanisms for propagating error information or diagnostic information), which might allow attackers to cause a denial of service (assertion failure) within pci core. This is fixed in 1.2. 6199e653418e is a mitigation for pre-1.1 versions, whereas 2b3dedfb9ba1 is a mitigation for 1.1. El modelo de dispositivo en ACRN antes de 2019w25.5-140000p se basa en llamadas de afirmación en devicemodel / hw / pci / core.c y devicemodel / include / pci_core.h (en lugar de otros mecanismos para propagar información de error o información de diagnóstico), lo que podría permitir atacantes para causar una denegación de servicio (falla de aserción) dentro de pci core. Esto se soluciona en 1.2. 6199e653418e es una mitigación para las versiones anteriores a la versión 1.1, mientras que 2b3dedfb9ba1 es una mitigación para 1.1. • https://github.com/projectacrn/acrn-hypervisor/commit/2b3dedfb9ba13f15887f22b935d373f36c9a59fa https://github.com/projectacrn/acrn-hypervisor/commit/6199e653418eda58cd698d8769820904453e2535 https://github.com/projectacrn/acrn-hypervisor/compare/acrn-2019w25.4-140000p...acrn-2019w25.5-140000p https://github.com/projectacrn/acrn-hypervisor/issues/3252 https://github.com/shuox/acrn-hypervisor/commit/97b153237c256c586e528eac7fc2f51aedb2b2fc • CWE-617: Reachable Assertion •