Impact
The Linux kernel contains four error‑path bugs in the SUNRPC gssx XDR option‑array decoder. The first defect allows a NULL pointer dereference when the allocator for the option array data fails, causing the caller to read a NULL value and potentially crash the kernel. A second flaw causes a reference‑count leak of the partially decoded service credential unused memory. The third and fourth defects together enable a latent use‑after‑free: if a credential is freed without properly handling its reference‑counted group information, a subsequent free can touch already freed memory, which could corrupt the kernel state and provide a privilege escalation vector. The Pointer Dereference (CWE‑476).
Affected Systems
All Linux kernel implementations are impacted, with the vulnerability present in the SUNRPC subsystem. The affected product is the generic Linux kernel; no specific version information is listed in the CNA data.
Risk and Exploitability
The CVSS score of 5.9 indicates moderate risk, and the EPSS score of < 1% indicates a very low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is via crafted RPC traffic sent to an exposed SUNRPC service from an untrusted source lead to memory corruption or escalation of privileges on the host.
OpenCVE Enrichment