Bugzilla – Bug 1219731
VUL-0: CVE-2024-1312: kernel-source,kernel-source-azure,kernel-source-rt: Race condition leads to use after free during VMA lock in lock_vma_under_rcu
Last modified: 2024-06-25 18:09:16 UTC
A race condition during lock_vma_under_rcu() may lead to a use after free issue. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-1312 https://bugzilla.redhat.com/show_bug.cgi?id=2225569
Is this 657b5146955e ("mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock")?
(In reply to Michal Hocko from comment #3) > Is this 657b5146955e ("mm: lock_vma_under_rcu() must check vma->anon_vma > under vma lock")? Yes, it looks like. Debian also tracks this commit as the fix. SLE15-SP6 and stable seems to have both buggy and fixing commit. So I would say only a changelog update is needed
(In reply to Michal Hocko from comment #3) > Is this 657b5146955e ("mm: lock_vma_under_rcu() must check vma->anon_vma > under vma lock")? It's almost certain, wonder why they can't just include that information. Based on the fixed versions 6.5-rc4 and 6.4.10 stable, and the wording it matches. See https://kernel.dance/#657b5146955e In that case this only applies to SP6 and we have the fix already, so I'll just add the CVE reference.
All done, closing.