← Back to CVE List

CVE-2025-22112

Published: 2025-04-16T15:16:05.437
Last Modified: 2025-04-16T15:16:05.437
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix out-of-range access of vnic_info array The bnxt_queue_{start | stop}() access vnic_info as much as allocated, which indicates bp->nr_vnics. So, it should not reach bp->vnic_info[bp->nr_vnics]. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt