CVE-2024-47676
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway
Syzbot reports a UAF in hugetlb_fault(). This happens because vmf_anon_prepare() could drop the per-VMA lock and allow the current VMA to be freed before hugetlb_vma_unlock_read() is called.
We can fix this by using a modified version of vmf_anon_prepare() that doesn't release the VMA lock on failure, and then release it ourselves after hugetlb_vma_unlock_read().
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 9acad7ba3e25d11f4c96df1b7312ae89e6faca5c < e897d184a8dd4a4e1f39c8c495598e4d9472776c | affected |
| Linux | Linux | 9acad7ba3e25d11f4c96df1b7312ae89e6faca5c < d59ebc99dee0a2687a26df94b901eb8216dbf876 | affected |
| Linux | Linux | 9acad7ba3e25d11f4c96df1b7312ae89e6faca5c < 98b74bb4d7e96b4da5ef3126511febe55b76b807 | affected |
| Linux | Linux | 6.9 | affected |
| Linux | Linux | 0 < 6.9 | unaffected |
| Linux | Linux | 6.10.13 <= 6.10.* | unaffected |
| Linux | Linux | 6.11.2 <= 6.11.* | unaffected |
| Linux | Linux | 6.12 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://git.kernel.org/stable/c/e897d184a8dd4a4e1f39c8c495598e4d9472776c
- https://git.kernel.org/stable/c/d59ebc99dee0a2687a26df94b901eb8216dbf876
- https://git.kernel.org/stable/c/98b74bb4d7e96b4da5ef3126511febe55b76b807
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.