Impact
The kernel bug causes a null pointer dereference in netfs_prepare_write when the helper allocation fails. This flaw triggers a kernel panic, immediately interrupting normal operation and resulting in a denial of service. The weakness is a classic null pointer dereference, allowing an attacker to crash the system if the fault can be induced during a write to a netfs-mounted file system.
Affected Systems
The issue affects the Linux kernel, particularly the netfs component used by the 9p/V9FS network file system. No specific version range is listed, so all kernel releases that contain the unmodified code before the patch are considered vulnerable.
Risk and Exploitability
The lack of a publicly listed CVSS score and EPSS data makes the exact severity estimation uncertain, but kernel panics represent high impact. The attack vector likely requires the ability to trigger a failing netfs_alloc_subrequest(), which could be achieved locally or potentially remotely if an attacker can supply malicious 9p requests to a system that exposes a netfs mount to untrusted clients. The KEV catalog includes no listing, suggesting zero confirmed exploitation to date. Nonetheless, the potential for a DoS warrants prompt attention.
OpenCVE Enrichment