memfd_secret() in 5.14
memfd_secret() in 5.14
Posted Aug 7, 2021 7:23 UTC (Sat) by david.hildenbrand (subscriber, #108299)In reply to: memfd_secret() in 5.14 by ericonr
Parent article: memfd_secret() in 5.14
I‘d like to note that secretmem does not protect against kernel exploits or against root in most setups getting hold of that data. Once you‘re already in the kernel, you might just be able to remap the pages. Once you‘re root, you can trigger kexec or kdump to expose the data. Further, if all memory isn‘t getting cleared during reboot (e.g., in most VMs) you might be able to reboot and extract that data.
