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…
Info
Summary
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…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- 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
Timeline
- nvd_ingest NVD