Impact
A stack‑based buffer overflow originates in the netfilter conntrack subsystem of the Linux kernel, triggered by an unsafe sprintf call during the handling of certain packet contents. The code uses the size‑limited versusnprintf infrastructure, yet the buffer is not protected, causing a stack‑out‑of‑bounds write as identified by KASAN. This flaw can corrupt kernel memory and enables arbitrary execution of code with kernel privileges. The vulnerability is a classic CWE‑120 buffer overflow.
Affected Systems
All Linux kernel builds that include the netfilter conntrack module and have not yet incorporated the commit that replaces sprintf with scnprintf. The impact is not limited to a specific distribution or version; any kernel prior to that change is potentially vulnerable.
Risk and Exploitability
The EPSS score is not provided and the flaw is not listed in the CISA KEV catalog, yet the severity is high because kernel memory corruption can lead to remote code execution. Exploitation would require an attacker to send a specially crafted packet that exercises the vulnerable path. Based on the description, the likely attack vector is network‑based, enabling a remote host to trigger the overflow by targeting SIP/SDP traffic to the host. This attack vector is inferred, as it is not explicitly documented in the data.
OpenCVE Enrichment