Description
In the Linux kernel, the following vulnerability has been resolved:

octeontx2-af: CGX: fix bitmap leaks

The RX/TX flow-control bitmaps (rx_fc_pfvf_bmap and tx_fc_pfvf_bmap)
are allocated by cgx_lmac_init() but never freed in cgx_lmac_exit().
Unbinding and rebinding the driver therefore triggers kmemleak:

unreferenced object (size 16):
backtrace:
rvu_alloc_bitmap
cgx_probe

Free both bitmaps during teardown.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The octeontx2-af CGX driver allocates RX/TX flow‑control bitmaps during initialization but fails to free them during exit, causing a persistent memory leak that is reported by the kernel’s kmemleak detector. This defect is a CWE‑401 (Unreleased Memory) and a CWE‑772 (Unreleased Resource) flaw, indicating that resources are not properly released. The leak means that each time the driver is unbound and rebound, small 16‑byte objects remain resident in memory, which over time can exhaust available kernel memory and result in degraded performance or system instability.

Affected Systems

The vulnerability affects the octeontx2-af CGX driver component within the Linux kernel. No specific kernel release or version information is provided, so any Linux installation that includes this driver and experiences repeated driver unbind/bind operations may be impacted.

Risk and Exploitability

The defect is triggered only when the driver is unbound and rebound, so the attack vector is local and requires the ability to load or unload the driver. The CVSS score of 5.5 indicates medium severity. The EPSS score is < 1%, indicating an extremely low probability of exploitation. The vulnerability is not listed in CISA KEV, suggesting no currently known public exploits. Based on the description, it is inferred that the accumulation of unreleased memory objects may lead to increased kernel memory usage over repeated driver unbind/bind cycles, which could eventually affect system performance.

Generated by OpenCVE AI on May 13, 2026 at 22:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that incorporates the fix releasing the RX/TX flow‑control bitmaps during driver teardown.
  • Reboot the system so the patched driver is loaded and the cleanup routine is executed.
  • Restart any services that depend on the CGX driver to ensure normal operation proceeds without memory leaks.

Generated by OpenCVE AI on May 13, 2026 at 22:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 13 May 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
Metrics cvssV3_1

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

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'}


Thu, 07 May 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 07 May 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Wed, 06 May 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: fix bitmap leaks The RX/TX flow-control bitmaps (rx_fc_pfvf_bmap and tx_fc_pfvf_bmap) are allocated by cgx_lmac_init() but never freed in cgx_lmac_exit(). Unbinding and rebinding the driver therefore triggers kmemleak: unreferenced object (size 16): backtrace: rvu_alloc_bitmap cgx_probe Free both bitmaps during teardown.
Title octeontx2-af: CGX: fix bitmap leaks
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-05-11T22:18:51.830Z

Reserved: 2026-05-01T14:12:55.990Z

Link: CVE-2026-43157

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:33.563

Modified: 2026-05-13T21:09:08.057

Link: CVE-2026-43157

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43157 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-13T23:00:11Z

Weaknesses