{"api_version":"1","generated_at":"2026-08-23T21:53:23+00:00","cve":"CVE-2026-74599","urls":{"html":"https://cve.report/CVE-2026-74599","api":"https://cve.report/api/cve/CVE-2026-74599.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-74599","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-74599"},"summary":{"title":"mm/ptdump: always stabilise against page table freeing using init_mm","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nmm/ptdump: always stabilise against page table freeing using init_mm\n\nPrevious commits have established the invariant that kernel page table\nfreeing is performed while an mmap read lock on init_mm is held, which\nfixes races between ptdump and kernel page table freeing over init_mm.\n\nHowever, x86 and arm64 can perform a ptdump over an mm other than init_mm\nvia ptdump_walk_pgd() and since kernel memory ranges are shared across\nnon-kernel mm's, this means that the race still exists for these cases.\n\nFix this by acquiring a nested mmap write lock for init_mm in\nptdump_walk_pgd().\n\nThis is safe as we take this after mmap write locking the mm, and nothing\nacquires the init_mm lock first before locking an arbitrary mm, so no\ndeadlock is possible.\n\nAlso update walk_page_range_debug() to assert that init_mm is write\nlocked, add a comment explaining why and remove some redundant code, and\neliminate the unnecessary and confusing invocation of\nwalk_kernel_page_table_range().\n\nWe can safely remove the non-NULL check for walk.mm, as the mmap lock\nasserts would NULL pointer deref if it was (and of course no callers do\nthis).\n\nThe first point at which ptdump can race kernel page table freeing is\ncommit b6bdb7517c3d (\"mm/vmalloc: add interfaces to free unmapped page\ntable\"), so we target this in the Fixes tag.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-08-22 16:16:32","updated_at":"2026-08-23 13:16:46"},"problem_types":[],"metrics":[],"references":[{"url":"https://git.kernel.org/stable/c/76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7","name":"https://git.kernel.org/stable/c/76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/b9c6d048bdfaae78d7d921b454f7de7baefaa2f0","name":"https://git.kernel.org/stable/c/b9c6d048bdfaae78d7d921b454f7de7baefaa2f0","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/4adc4c9a9a43d61fe476dfe10811f3df2e7e4106","name":"https://git.kernel.org/stable/c/4adc4c9a9a43d61fe476dfe10811f3df2e7e4106","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/7f740664aec1f832953c2e6d9b8920cd6c8bcc0c","name":"https://git.kernel.org/stable/c/7f740664aec1f832953c2e6d9b8920cd6c8bcc0c","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/27c32e5538344b13c1505a08861e04620c125d47","name":"https://git.kernel.org/stable/c/27c32e5538344b13c1505a08861e04620c125d47","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/cbd9583bb6f70733d0022a66d3546a15c76ae744","name":"https://git.kernel.org/stable/c/cbd9583bb6f70733d0022a66d3546a15c76ae744","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/3c0391b9a774cc0854f3152e484a9d4835b12b40","name":"https://git.kernel.org/stable/c/3c0391b9a774cc0854f3152e484a9d4835b12b40","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-74599","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-74599","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 3c0391b9a774cc0854f3152e484a9d4835b12b40 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e cbd9583bb6f70733d0022a66d3546a15c76ae744 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e b9c6d048bdfaae78d7d921b454f7de7baefaa2f0 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 7f740664aec1f832953c2e6d9b8920cd6c8bcc0c git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 4adc4c9a9a43d61fe476dfe10811f3df2e7e4106 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e 27c32e5538344b13c1505a08861e04620c125d47 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 31895cfd79564111cdd5a9f48c5d491ae26a238e git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 9c7f7bdb1932f8c1e5f80d32c717184701afe701 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected acdb4981644c8e31ccee294bdefff475c0cf587b git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 0454e2fad9306961540ee7e84da47a8e345b7d22 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.4.125 4.5 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.9.91 4.10 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.14.31 4.15 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.15.14 4.16 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.16","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 4.16 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.10.266 5.10.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.15.217 5.15.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.6.153 6.6.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.12.105 6.12.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.18.45 6.18.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.1.9 7.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.2 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["mm/pagewalk.c","mm/ptdump.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"3c0391b9a774cc0854f3152e484a9d4835b12b40","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"lessThan":"cbd9583bb6f70733d0022a66d3546a15c76ae744","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"lessThan":"76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"lessThan":"b9c6d048bdfaae78d7d921b454f7de7baefaa2f0","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"lessThan":"7f740664aec1f832953c2e6d9b8920cd6c8bcc0c","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"lessThan":"4adc4c9a9a43d61fe476dfe10811f3df2e7e4106","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"lessThan":"27c32e5538344b13c1505a08861e04620c125d47","status":"affected","version":"b6bdb7517c3d3f41f20e5c2948d6bc3f8897394e","versionType":"git"},{"status":"affected","version":"31895cfd79564111cdd5a9f48c5d491ae26a238e","versionType":"git"},{"status":"affected","version":"9c7f7bdb1932f8c1e5f80d32c717184701afe701","versionType":"git"},{"status":"affected","version":"acdb4981644c8e31ccee294bdefff475c0cf587b","versionType":"git"},{"status":"affected","version":"0454e2fad9306961540ee7e84da47a8e345b7d22","versionType":"git"},{"lessThan":"4.5","status":"affected","version":"4.4.125","versionType":"semver"},{"lessThan":"4.10","status":"affected","version":"4.9.91","versionType":"semver"},{"lessThan":"4.15","status":"affected","version":"4.14.31","versionType":"semver"},{"lessThan":"4.16","status":"affected","version":"4.15.14","versionType":"semver"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["mm/pagewalk.c","mm/ptdump.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"4.16"},{"lessThan":"4.16","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"5.10.*","status":"unaffected","version":"5.10.266","versionType":"semver"},{"lessThanOrEqual":"5.15.*","status":"unaffected","version":"5.15.217","versionType":"semver"},{"lessThanOrEqual":"6.6.*","status":"unaffected","version":"6.6.153","versionType":"semver"},{"lessThanOrEqual":"6.12.*","status":"unaffected","version":"6.12.105","versionType":"semver"},{"lessThanOrEqual":"6.18.*","status":"unaffected","version":"6.18.45","versionType":"semver"},{"lessThanOrEqual":"7.1.*","status":"unaffected","version":"7.1.9","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"7.2","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.10.266","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.15.217","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.6.153","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.12.105","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.45","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.1.9","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2","versionStartIncluding":"4.16","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.4.125","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.9.91","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.14.31","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.15.14","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nmm/ptdump: always stabilise against page table freeing using init_mm\n\nPrevious commits have established the invariant that kernel page table\nfreeing is performed while an mmap read lock on init_mm is held, which\nfixes races between ptdump and kernel page table freeing over init_mm.\n\nHowever, x86 and arm64 can perform a ptdump over an mm other than init_mm\nvia ptdump_walk_pgd() and since kernel memory ranges are shared across\nnon-kernel mm's, this means that the race still exists for these cases.\n\nFix this by acquiring a nested mmap write lock for init_mm in\nptdump_walk_pgd().\n\nThis is safe as we take this after mmap write locking the mm, and nothing\nacquires the init_mm lock first before locking an arbitrary mm, so no\ndeadlock is possible.\n\nAlso update walk_page_range_debug() to assert that init_mm is write\nlocked, add a comment explaining why and remove some redundant code, and\neliminate the unnecessary and confusing invocation of\nwalk_kernel_page_table_range().\n\nWe can safely remove the non-NULL check for walk.mm, as the mmap lock\nasserts would NULL pointer deref if it was (and of course no callers do\nthis).\n\nThe first point at which ptdump can race kernel page table freeing is\ncommit b6bdb7517c3d (\"mm/vmalloc: add interfaces to free unmapped page\ntable\"), so we target this in the Fixes tag."}],"providerMetadata":{"dateUpdated":"2026-08-23T12:47:39.758Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/3c0391b9a774cc0854f3152e484a9d4835b12b40"},{"url":"https://git.kernel.org/stable/c/cbd9583bb6f70733d0022a66d3546a15c76ae744"},{"url":"https://git.kernel.org/stable/c/76df4edf7d61ecb711bc517ff4c20a5e85c4e9f7"},{"url":"https://git.kernel.org/stable/c/b9c6d048bdfaae78d7d921b454f7de7baefaa2f0"},{"url":"https://git.kernel.org/stable/c/7f740664aec1f832953c2e6d9b8920cd6c8bcc0c"},{"url":"https://git.kernel.org/stable/c/4adc4c9a9a43d61fe476dfe10811f3df2e7e4106"},{"url":"https://git.kernel.org/stable/c/27c32e5538344b13c1505a08861e04620c125d47"}],"title":"mm/ptdump: always stabilise against page table freeing using init_mm","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-74599","datePublished":"2026-08-22T15:31:48.604Z","dateReserved":"2026-08-15T05:44:03.919Z","dateUpdated":"2026-08-23T12:47:39.758Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-08-22 16:16:32","lastModifiedDate":"2026-08-23 13:16:46","problem_types":[],"metrics":[],"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"74599","Ordinal":"1","Title":"mm/ptdump: always stabilise against page table freeing using ini","CVE":"CVE-2026-74599","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"74599","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nmm/ptdump: always stabilise against page table freeing using init_mm\n\nPrevious commits have established the invariant that kernel page table\nfreeing is performed while an mmap read lock on init_mm is held, which\nfixes races between ptdump and kernel page table freeing over init_mm.\n\nHowever, x86 and arm64 can perform a ptdump over an mm other than init_mm\nvia ptdump_walk_pgd() and since kernel memory ranges are shared across\nnon-kernel mm's, this means that the race still exists for these cases.\n\nFix this by acquiring a nested mmap write lock for init_mm in\nptdump_walk_pgd().\n\nThis is safe as we take this after mmap write locking the mm, and nothing\nacquires the init_mm lock first before locking an arbitrary mm, so no\ndeadlock is possible.\n\nAlso update walk_page_range_debug() to assert that init_mm is write\nlocked, add a comment explaining why and remove some redundant code, and\neliminate the unnecessary and confusing invocation of\nwalk_kernel_page_table_range().\n\nWe can safely remove the non-NULL check for walk.mm, as the mmap lock\nasserts would NULL pointer deref if it was (and of course no callers do\nthis).\n\nThe first point at which ptdump can race kernel page table freeing is\ncommit b6bdb7517c3d (\"mm/vmalloc: add interfaces to free unmapped page\ntable\"), so we target this in the Fixes tag.","Type":"Description","Title":"mm/ptdump: always stabilise against page table freeing using ini"}]}}}