CVE-2026-72050
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-72050, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a memory leak in the octeontx2-af driver. When setting up BPIDs, a bitmap is allocated but not freed if subsequent allocations fail. This occurs because nix_setup_bpids() uses kcalloc() for the bitmap but does not release it in error paths.

Detection Guidance

This vulnerability is specific to the Linux kernel's octeontx2-af driver and may not have direct detection commands. Monitor kernel logs for errors related to BPID bitmap allocation failures in the octeontx2-af driver. Check for crashes or unexpected behavior in network interfaces using this driver.

Impact Analysis

This vulnerability could lead to memory leaks, potentially causing system instability or resource exhaustion over time. It may affect systems using the octeontx2-af driver, particularly in high-load scenarios where repeated setup failures occur.

Mitigation Strategies

Apply the latest kernel patches or updates that include the fix for this vulnerability. If using a vulnerable kernel version, consider disabling the octeontx2-af driver if not required. Monitor vendor advisories for updates and test patches in a non-production environment before deployment.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72050. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart