mm/ptdump: always stabilise against page table freeing using init_mm

Summary

CVECVE-2026-74599
StatePUBLISHED
AssignerLinux
Source PriorityCVE Program / NVD first with legacy fallback
Published2026-08-22 16:16:32 UTC
Updated2026-08-23 13:16:46 UTC
DescriptionIn the Linux kernel, the following vulnerability has been resolved: mm/ptdump: always stabilise against page table freeing using init_mm Previous commits have established the invariant that kernel page table freeing is performed while an mmap read lock on init_mm is held, which fixes races between ptdump and kernel page table freeing over init_mm. However, x86 and arm64 can perform a ptdump over an mm other than init_mm via ptdump_walk_pgd() and since kernel memory ranges are shared across non-kernel mm's, this means that the race still exists for these cases. Fix this by acquiring a nested mmap write lock for init_mm in ptdump_walk_pgd(). This is safe as we take this after mmap write locking the mm, and nothing acquires the init_mm lock first before locking an arbitrary mm, so no deadlock is possible. Also update walk_page_range_debug() to assert that init_mm is write locked, add a comment explaining why and remove some redundant code, and eliminate the unnecessary and confusing invocation of walk_kernel_page_table_range(). We can safely remove the non-NULL check for walk.mm, as the mmap lock asserts would NULL pointer deref if it was (and of course no callers do this). The first point at which ptdump can race kernel page table freeing is commit b6bdb7517c3d ("mm/vmalloc: add interfaces to free unmapped page table"), so we target this in the Fixes tag.

Vendor Declared Affected Products

SourceVendorProductVersionPlatforms
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 3c0391b9a774cc0854f3152e484a9d4835b12b40 git Not specified
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e cbd9583bb6f70733d0022a66d3546a15c76ae744 git Not specified
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7 git Not specified
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e b9c6d048bdfaae78d7d921b454f7de7baefaa2f0 git Not specified
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 7f740664aec1f832953c2e6d9b8920cd6c8bcc0c git Not specified
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 4adc4c9a9a43d61fe476dfe10811f3df2e7e4106 git Not specified
CNA Linux Linux affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 27c32e5538344b13c1505a08861e04620c125d47 git Not specified
CNA Linux Linux affected 31895cfd79564111cdd5a9f48c5d491ae26a238e git Not specified
CNA Linux Linux affected 9c7f7bdb1932f8c1e5f80d32c717184701afe701 git Not specified
CNA Linux Linux affected acdb4981644c8e31ccee294bdefff475c0cf587b git Not specified
CNA Linux Linux affected 0454e2fad9306961540ee7e84da47a8e345b7d22 git Not specified
CNA Linux Linux affected 4.4.125 4.5 semver Not specified
CNA Linux Linux affected 4.9.91 4.10 semver Not specified
CNA Linux Linux affected 4.14.31 4.15 semver Not specified
CNA Linux Linux affected 4.15.14 4.16 semver Not specified
CNA Linux Linux affected 4.16 Not specified
CNA Linux Linux unaffected 4.16 semver Not specified
CNA Linux Linux unaffected 5.10.266 5.10.* semver Not specified
CNA Linux Linux unaffected 5.15.217 5.15.* semver Not specified
CNA Linux Linux unaffected 6.6.153 6.6.* semver Not specified
CNA Linux Linux unaffected 6.12.105 6.12.* semver Not specified
CNA Linux Linux unaffected 6.18.45 6.18.* semver Not specified
CNA Linux Linux unaffected 7.1.9 7.1.* semver Not specified
CNA Linux Linux unaffected 7.2 * original_commit_for_fix Not specified

References

ReferenceSourceLinkTags
git.kernel.org/stable/c/76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/b9c6d048bdfaae78d7d921b454f7de7baefaa2f0 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/4adc4c9a9a43d61fe476dfe10811f3df2e7e4106 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/7f740664aec1f832953c2e6d9b8920cd6c8bcc0c 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/27c32e5538344b13c1505a08861e04620c125d47 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/cbd9583bb6f70733d0022a66d3546a15c76ae744 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/3c0391b9a774cc0854f3152e484a9d4835b12b40 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
CVE Program record CVE.ORG www.cve.org canonical
NVD vulnerability detail NVD nvd.nist.gov canonical, analysis

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report