Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97272.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-97272
Upstream
Published
2026-08-22T16:16:32Z
Modified
2026-08-30T05:26:50Z
Summary
CVE-2026-74599 affecting package kernel 6.6.150.1-1
Details

In 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 initmm is held, which fixes races between ptdump and kernel page table freeing over initmm.

However, x86 and arm64 can perform a ptdump over an mm other than initmm via ptdumpwalk_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 initmm in ptdumpwalk_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 walkpagerangedebug() to assert that initmm is write locked, add a comment explaining why and remove some redundant code, and eliminate the unnecessary and confusing invocation of walkkernelpagetablerange().

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.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97272.json"