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: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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.

Generated by OpenCVE AI on August 22, 2026 at 06:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch that inserts the missing qmem_free() call for the SQ timestamp ring, available in the kernel git revisions cited in the CVE references.
  • Rebuild, install, and reboot the kernel so that the updated driver is loaded.
  • If packet timestamping is not required on the octeontx2‑pf device, disable timestamping via the module parameter to prevent allocation of the timestamp buffer, thereby eliminating the leak.

Generated by OpenCVE AI on August 22, 2026 at 06:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


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-17T05:14:50.660Z

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-17T06:19:12.280

Link: CVE-2026-72448

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72448 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:45:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime