Impact
The issue occurs when a privileged user writes to bridge port sysfs attributes, causing the brport_store function to take a bridge lock that can sleep. In atomic context the sleep‑triggering call dev_set_promiscuity results in a kernel oops. The crash causes a loss of kernel availability, which is a denial of service. The weakness lies in misusing a blocking synchronization primitive (CWE-663).
Affected Systems
Any Linux kernel build that does not include the commit mentioned in the advisory is affected. This applies to all distributions that ship the unpatched mainline kernel, regardless of vendor or custom kernel version. The advisory does not list specific build numbers, so any kernel before the fix is at risk.
Risk and Exploitability
EPSS <1% shows a very low probability of public exploitation. The vulnerability is not listed in the CISA KEV catalog. The impact requires write access to bridge sysfs entries, so the exploit is limited to a local privileged user, usually root or a user with CAP_SYS_ADMIN. The typical attack vector is a local privileged user modifying a bridge sysfs attribute, leading to a kernel crash; no publicly available exploit is documented, so the overall risk remains low under normal circumstances.
OpenCVE Enrichment
Ubuntu USN