NONE · 0

CVE-2026-72050

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nix_setup_bpids() allocates bp->bpids with rvu_alloc_bitmap(), which uses a plain ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nix_setup_bpids() allocates bp->bpids with rvu_alloc_bitmap(), which uses a plain kcalloc(). If any of the following devm_kcalloc() allocations for the BPID mapping arrays fails, the function returns without freeing the bitmap. Free the BPID bitmap before returning from those error paths.

References

FAQ

What is CVE-2026-72050?

CVE-2026-72050 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Free BPID bitmap on setup failure nix_setup_bpids() allocates bp->bpids with rvu_alloc_bitmap(), which uses a plain ...

How severe is CVE-2026-72050?

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

Is there a patch for CVE-2026-72050?

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