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].
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 18:37
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-125 | |
| References | () https://git.kernel.org/stable/c/919f9f497dbcee75d487400e8f9815b74a6a37df - Patch | |
| References | () https://git.kernel.org/stable/c/b1e081d331ab3a0dea25425f2b6ddeb365fc9d22 - Patch | |
| References | () https://git.kernel.org/stable/c/e1724f07693439deaa413ebc2a2640325cf247f5 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.14:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.14.1:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.14:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| First Time |
Linux
Linux linux Kernel |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.1 |
27 Jun 2025, 11:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
16 Apr 2025, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-04-16 15:16
Updated : 2025-11-03 18:37
NVD link : CVE-2025-22112
Mitre link : CVE-2025-22112
CVE.ORG link : CVE-2025-22112
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
