Tag: SystemCall
-

Linux mseal Hits Glibc: New Function Seals Memory Against Corruption and Attacks
In Linux kernel 6.10, a new system call, mseal, has been introduced, enabling developers to “seal” memory regions and protect them from modification. Its purpose is to prevent sudden overwrites or alterations of critical data structures — even in cases where an attacker has gained the ability to influence a running process. This functionality has…