In the Linux kernel, the following vulnerability has been resolved:
RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
Avoid memory corruption while setting up Level-2 PBL pages for the non MR
resources when num_pages > 256K.
There will be a single PDE page address (contiguous pages in the case of >
PAGE_SIZE), but, current logic assumes multiple pages, leading to invalid
memory access after 256K PBL entries in the PDE.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-08 06:15
Updated : 2024-11-19 16:23
NVD link : CVE-2024-50208
Mitre link : CVE-2024-50208
CVE.ORG link : CVE-2024-50208
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read