Security Advisory

CVE-2024-27049

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-01 12:54:32
Last updated 2026-05-11 20:09:24
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925e: fix use-after-free in free_irq() From commit a304e1b82808 ("[PATCH] Debug shared irqs"), there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For this case, lets apply MT76_REMOVED flag to indicate the device was removed and do not run into the resource access anymore.