Impact
The vulnerability is a use‑after‑free in the Linux kernel’s SMC (Secure Monitor Call) subsystem. During the addition of an LLC link, the code keeps a pointer to a queue entry, frees the entry, and then later accesses that freed memory. This causes a crash or, if further exploited, elevating-825: Improper Management of Resources leading to a Use‑After‑Free condition.
Affected Systems
All Linux kernel builds before the commit that fixes this bug are affected. No specific version range is listed, but any kernel that does not contain the patch that removes the use‑after‑free in smc_llc_srv_add_link() is vulnerable. The CVE does not specify particular release numbers, so all current and older kernels lacking the fix are considered at risk.
Risk and Exploitability
The CVSS score of 5.2 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. The bug is triggered by operations within the SMC framework; the likely attack vector is local, requiring the ability to initiate an SMC LLC link with specific parameters (e.g., max_recv_sge set to 1). An attacker with local kernel privileges could trigger the fault, leading to memory corruption and possible escalation. Because the flaw is not remotely reachable through a network interface, the immediate threat is limited to trusted or compromised local contexts.
OpenCVE Enrichment