AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72448

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's octeontx2-pf driver, specifically related to a memory leak in the send-queue timestamp buffer during device teardown. This leak can lead to increased memory consumption, potentially impacting system performance and stability. Organizations utilizing the affected Linux kernel versions, particularly those running applications reliant on the octeontx2-pf driver, should prioritize applying the fix to mitigate any adverse effects.

CVE
CVE-2026-72448
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.