Vulnerability Description
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].
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.12.20, < 6.12.35 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/919f9f497dbcee75d487400e8f9815b74a6a37dfPatch
- https://git.kernel.org/stable/c/b1e081d331ab3a0dea25425f2b6ddeb365fc9d22Patch
- https://git.kernel.org/stable/c/e1724f07693439deaa413ebc2a2640325cf247f5Patch
FAQ
What is CVE-2025-22112?
CVE-2025-22112 is a vulnerability with a CVSS score of 7.1 (HIGH). 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...
How severe is CVE-2025-22112?
CVE-2025-22112 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-22112?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.