"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nmt76: fix tx status related use-after-free race on station removal\n\nThere is a small race window where ongoing tx activity can lead to a skb\ngetting added to the status tracking idr after that idr has already been\ncleaned up, which will keep the wcid linked in the status poll list.\nFix this by only adding status skbs if the wcid pointer is still assigned\nin dev->wcid, which gets cleared early by mt76_sta_pre_rcu_remove"
"value":"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: mt76: se corrige la ejecuci\u00f3n de use-after-free relacionada con el estado de la tx al eliminar la estaci\u00f3n. Hay una peque\u00f1a ventana de ejecuci\u00f3n donde la actividad de tx en curso puede provocar que se agregue un skb al idr de seguimiento de estado despu\u00e9s de que ese idr ya se haya limpiado, lo que mantendr\u00e1 el wcid vinculado en la lista de sondeo de estado. Solucione esto agregando skbs de estado solo si el puntero wcid a\u00fan est\u00e1 asignado en dev->wcid, que se limpia antes con mt76_sta_pre_rcu_remove"