CVE-2025-38085
Description
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race huge_pmd_unshare() drops a reference on a page table that may have previously been shared across processes, potentially turning it into a normal page table used in another process in which unrelated VMAs can afterwards be installed. If this happens in the middle of a concurrent gup_fast(), gup_fast() could end up walking the page tables of another process. While I don't see any way in which that immediately leads to kernel memory corruption, it is really weird and unexpected. Fix it with an explicit broadcast IPI through tlb_remove_table_sync_one(), just like we do in khugepaged when removing page tables for a THP collapse.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| rocky | 8 | fixed | |
| sles | affected | | |
| debian | bookworm | fixed | 6.1.147-1 |
| debian | bullseye | fixed | 5.10.244-1 |
| debian | forky | fixed | 6.12.35-1 |
| debian | sid | fixed | 6.12.35-1 |
| debian | trixie | fixed | 6.12.35-1 |
| almalinux | 9 | fixed | kernel-debug-devel-5.14.0-570.35.1.el9_6.aarch64.rpm |
References
- https://access.redhat.com/errata/RHSA-2025:13962
- https://errata.rockylinux.org/RLSA-2025:13590
- https://errata.rockylinux.org/RLSA-2025:13589
- https://www.suse.com/security/cve/CVE-2025-38085.html
- https://security-tracker.debian.org/tracker/CVE-2025-38085
- https://access.redhat.com/errata/RHSA-2025:13589
- https://bugzilla.redhat.com/2348516
- https://bugzilla.redhat.com/2348596
- https://bugzilla.redhat.com/2360786
- https://bugzilla.redhat.com/2375304
- https://bugzilla.redhat.com/2376064
- https://errata.almalinux.org/8/ALSA-2025-13589.html
- https://access.redhat.com/errata/RHSA-2025:13590
- https://errata.almalinux.org/8/ALSA-2025-13590.html
- https://bugzilla.redhat.com/2355334
- https://bugzilla.redhat.com/2366125
- https://bugzilla.redhat.com/2375303
- https://bugzilla.redhat.com/2376041
- https://bugzilla.redhat.com/2378982
- https://bugzilla.redhat.com/2383381
- https://bugzilla.redhat.com/2383893
- https://errata.almalinux.org/9/ALSA-2025-13962.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.