Description
In the Linux kernel, the following vulnerability has been resolved:

octeontx2-pf: Fix leak of SQ timestamp buffer on teardown

The send-queue timestamp ring is allocated with qmem_alloc() when
timestamping is used, but otx2_free_sq_res() never freed sq->timestamps,
leaking that memory across ifdown and device removal. Add the missing
qmem_free() alongside the other SQ companion buffers.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the octeontx2-pf driver contains a flaw that allocates a send‑queue timestamp ring buffer but never frees it when the interface is torn down or the device is removed. The buffer therefore remains resident in kernel memory and can retain sensitive packet timing information. Any process with root privileges can potentially read this leaked memory, compromising confidentiality of kernel data. This vulnerability is a classic memory‑leak weakness.

Affected Systems

The affected products are Linux kernels that incorporate the octeontx2-pf network driver, used on OCTEON TX2 system‑on‑chip platforms. Specific kernel versions are not listed in the CVE data, indicating that older releases containing the unpatched driver fall under the impacted set.

Risk and Exploitability

The EPSS score for this issue is not available and it is not listed in the CISA KEV catalog, implying no current exploitation reports. Although the CVSS score is not supplied, memory‑leak vulnerabilities that expose kernel data generally receive high severity ratings. The likely attack vector is local, requiring an attacker to attain root or elevated privileges to read the leaked memory. The overall risk is moderate pending patch application.

Generated by OpenCVE AI on August 15, 2026 at 11:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Download and apply the kernel patch that adds the missing qmem_free() call for the SQ timestamp ring. The patch can be retrieved from the kernel git repository commits listed in the references.
  • Rebuild and install the patched kernel module, then reboot the system so the updated driver is used.
  • If timestamping is not required for the octeontx2-pf device, disable it via the appropriate module parameter and verify that the buffer is no longer allocated, ensuring the memory leak is eliminated.

Generated by OpenCVE AI on August 15, 2026 at 11:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix leak of SQ timestamp buffer on teardown The send-queue timestamp ring is allocated with qmem_alloc() when timestamping is used, but otx2_free_sq_res() never freed sq->timestamps, leaking that memory across ifdown and device removal. Add the missing qmem_free() alongside the other SQ companion buffers.
Title octeontx2-pf: Fix leak of SQ timestamp buffer on teardown
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T05:56:57.701Z

Reserved: 2026-08-09T03:40:39.931Z

Link: CVE-2026-72448

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:18.723

Modified: 2026-08-15T06:22:18.723

Link: CVE-2026-72448

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T11:45:03Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime