mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.1 KiB
1.1 KiB
CVE-2024-50208
Description
In the Linux kernel, the following vulnerability has been resolved:RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pagesAvoid memory corruption while setting up Level-2 PBL pages for the non MRresources 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 invalidmemory access after 256K PBL entries in the PDE.
POC
Reference
No PoCs from references.