You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
memfd_secret
About this tag
The memfd_secret tag on WindowsForum.com covers discussions about the Linux kernel's secret memory feature, specifically the memfd_secret system call and related security vulnerabilities. Content includes analysis of CVE-2025-40272, a use-after-free race condition in the secret memory fault path that was fixed by reordering cleanup to restore the direct map before freeing the folio. This flaw affects page-fault handling for memfd_secret regions and can cause kernel oopses when concurrent faults occur. The tag is relevant for Linux kernel developers, security researchers, and system administrators interested in memory isolation and hardening of in-memory secrets.
A recently assigned CVE, CVE-2025-40272, identifies a subtle but meaningful use-after-free race in the Linux kernel’s secret memory path (mm/secretmem) that was fixed upstream by reordering fault-handler cleanup so the direct map is restored before the allocated folio is freed. The flaw affects...