NONE · 0

CVE-2026-72448

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 timest...

Vulnerability 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.

References

FAQ

What is CVE-2026-72448?

CVE-2026-72448 is a documented vulnerability. 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 timest...

How severe is CVE-2026-72448?

CVSS scoring is not yet available for CVE-2026-72448. Check NVD for updates.

Is there a patch for CVE-2026-72448?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.