In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user() pin_user_pages_fast() can partially succeed and return the n…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user() pin_user_pages_fast() can partially succeed and return the number of pages that were actually pinned. However, the bio_integrity_map_user() does not handle this partial pinning. This leads to a general protection fault since bvec_from_pages() dereferences an unpinned page address, which is 0. To fix this, add a check to verify that all requested memory is p…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/76410790f1491c8e06a451045ae223a61c652455
- https://git.kernel.org/stable/c/77c059f41e9395793917d067476f549a911d77d3
- https://git.kernel.org/stable/c/8582792cf23b3d94674d4d838f7cde9a28d0fcaf
- https://git.kernel.org/stable/c/8fa244738641d95ea4d70e6f9a62778bba42a5b7
时间线
- nvd_ingest NVD