Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-38084— mm/hugetlb: unshare page tables during VMA split, not before

EPSS 0.09% · P26

Affected Version Matrix 16

VendorProductVersion RangeStatus
LinuxLinux39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< e8847d18cd9fff1edbb45e963d9141273c3b539caffected
39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< 366298f2b04d2bf1f2f2b7078405bdf9df9bd5d0affected
39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< 2511ac64bc1617ca716d3ba8464e481a647c1902affected
39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< af6cfcd0efb7f051af221c418ec8b37a10211947affected
39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< 9cf5b2a3b72c23fb7b84736d5d19ee6ea718762baffected
39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< 8a21d5584826f4880f45bbf8f72375f4e6c0ff2aaffected
39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa< 081056dc00a27bccb55ccc3c6f230a3d5fd3f7e0affected
2.6.20affected
… +8 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-38084

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
mm/hugetlb: unshare page tables during VMA split, not before
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: unshare page tables during VMA split, not before Currently, __split_vma() triggers hugetlb page table unsharing through vm_ops->may_split(). This happens before the VMA lock and rmap locks are taken - which is too early, it allows racing VMA-locked page faults in our process and racing rmap walks from other processes to cause page tables to be shared again before we actually perform the split. Fix it by explicitly calling into the hugetlb unshare logic from __split_vma() in the same place where THP splitting also happens. At that point, both the VMA and the rmap(s) are write-locked. An annoying detail is that we can now call into the helper hugetlb_unshare_pmds() from two different locking contexts: 1. from hugetlb_split(), holding: - mmap lock (exclusively) - VMA lock - file rmap lock (exclusively) 2. hugetlb_unshare_all_pmds(), which I think is designed to be able to call us with only the mmap lock held (in shared mode), but currently only runs while holding mmap lock (exclusively) and VMA lock Backporting note: This commit fixes a racy protection that was introduced in commit b30c14cd6102 ("hugetlb: unshare some PMDs when splitting VMAs"); that commit claimed to fix an issue introduced in 5.13, but it should actually also go all the way back. [jannh@google.com: v2]
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于VMA拆分期间未共享页表,可能导致竞争条件。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 39dde65c9940c97fcd178a3d2b1c57ed8b7b68aa ~ e8847d18cd9fff1edbb45e963d9141273c3b539c -
LinuxLinux 2.6.20 -

II. Public POCs for CVE-2025-38084

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-38084

登录查看更多情报信息。

Same Patch Batch · Linux · 2025-06-28 · 3 CVEs total

CVE-2025-38086net: ch9200: fix uninitialised access during mii_nway_restart
CVE-2025-38085mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

IV. Related Vulnerabilities

V. Comments for CVE-2025-38084

No comments yet


Leave a comment