Impact
The vulnerability is a race condition in the Linux kernel's IOMMU SVA handling that can cause a NULL pointer dereference when a handle->dev pointer is accessed before being properly initialized, leading to a kernel crash and resulting in denial of service. The weakness is a null pointer dereference, classified as CWE-476. If exploited, the attacker could cause the system to panic, potentially requiring a reboot and leading to downtime.
Affected Systems
Affected systems: Linux kernel components that distributions using kernel code before the patch that ensures handle->dev is initialized prior to releasing iommu_sva_lock. Specific kernel release numbers are not listed, so all pre‑patch kernels are at risk.
Risk and Exploitability
The CVSS score of 4.1 indicates moderate severity, while the EPSS score of <1% suggests a low probability of exploitation. The flaw is not listed in the CISA KEV catalog, and the attack requires a race between privileged kernel operations, limiting exploitability to attackers with local or privileged access to trigger concurrent device bind/unbind sequences.
OpenCVE Enrichment