VDB
CISA-2024-46838
CISA-2024-46838
PUBLISHED
Reported by Linux · Published September 27, 2024
In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUG_ON() if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUG_ON()s are wrong - get rid of them. We could also remove the preceding "if (unlikely(...))" block, but then we could reach pte_offset_map_lock() with transhuge pages not just for file mappings but also for anonymous mappings - which would probably be fine but I think is not necessarily expected.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 1d65b771bc08cd054cf6d3766a72e113dc46d62f, 1d65b771bc08cd054cf6d3766a72e113dc46d62f, 1d65b771bc08cd054cf6d3766a72e113dc46d62f |
| Linux | Linux | 6.6, 0, 6.6.51 |
| Linux | Linux | 0, 1d65b771bc08cd054cf6d3766a72e113dc46d62f, 6.6 |
| linux | linux_kernel | 6.6, 6.6, 6.6 |
Timeline
- Sep 27, 2024 CVE Published
- May 4, 2025 CVE Updated