"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()\n\nWithin kirin_pcie_parse_port(), the pcie->num_slots is compared to\npcie->gpio_id_reset size (MAX_PCI_SLOTS) which is correct and would lead\nto an overflow.\n\nThus, fix condition to pcie->num_slots + 1 >= MAX_PCI_SLOTS and move\npcie->num_slots increment below the if-statement to avoid out-of-bounds\narray access.\n\nFound by Linux Verification Center (linuxtesting.org) with SVACE.\n\n[kwilczynski: commit log]"
"value":"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: PCI: kirin: Se ha corregido el desbordamiento de b\u00fafer en kirin_pcie_parse_port(). En kirin_pcie_parse_port(), el tama\u00f1o de pcie->num_slots se compara con el tama\u00f1o de pcie->gpio_id_reset (MAX_PCI_SLOTS), que es correcto y provocar\u00eda un desbordamiento. Por lo tanto, se ha corregido la condici\u00f3n a pcie->num_slots + 1 >= MAX_PCI_SLOTS y se ha movido el incremento de pcie->num_slots por debajo de la instrucci\u00f3n if para evitar el acceso a la matriz fuera de los l\u00edmites. Encontrado por Linux Verification Center (linuxtesting.org) con SVACE. [kwilczynski: registro de confirmaciones]"