Impact
This bug resides in the Linux kernel au1000 network driver. The driver’s close routine calls free_irq while still holding a spinlock, which causes the kernel to sleep in a non‑sleepable context. This mismatch triggers lockdep errors such as "BUG: sleeping function called from invalid context" and can lead to a kernel panic or other instability. The flaw fits the concurrency weakness described by CWE‑727.
Affected Systems
All Linux kernel releases that contain the au1000 driver are potentially affected. No specific kernel version list is provided in the vendor data, so any build exposing this driver is at risk.
Risk and Exploitability
The CVSS and EPSS scores are not available; the vulnerability is not listed in the CISA KEV catalog. The flaw is a kernel‑level concurrency issue that can cause a crash or denial of service. An attacker must have sufficient privileges to trigger the close sequence (e.g., by bringing down the device). Although exploitation evidence is lacking, the potential impact is high due to kernel instability.
OpenCVE Enrichment