Impact
The octeontx2-pf network driver allocates a send‑queue timestamp ring buffer when packet timestamping is enabled, but never frees that buffer when the interface is torn down or the device is removed. The retained kernel memory, which holds timestamp data, remains allocated beyond its intended lifetime, constituting a missing release of memory and resource safety flaw. This flaw is classified as CWE-772.
Affected Systems
All Linux kernel releases that include the octeontx2‑pf driver, typically used on OCTEON TX2 system‑on‑chip platforms. The driver is part of the upstream Linux kernel, so any system running the affected kernel on that hardware is subject to the vulnerability.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity. The EPSS score of <1% and absence from the CISA KEV catalog suggest a low current exploitation probability. Based on the description, it is inferred that the attack vector is local with elevated privileges; an attacker who can read kernel memory after the interface is torn down might access the leaked timestamp buffer. Remote exploitation is unlikely without additional access mechanisms.
OpenCVE Enrichment