The StackRot vulnerability in the Linux kernel allows privilege escalation.
The change in the Linux kernel 6.1 that translated VMA (Virtual Memory Area) from the "red-black tree" data structure to the "maple tree" has led to the emergence of a vulnerability (CVE-2023-3269) that allows non-privileged users to execute their code with kernel privileges. The vulnerability, codenamed StackRot, becomes apparent starting from the 6.1 kernel release and has been fixed in updates 6.4.1, 6.3.11, and 6.1.37. The "maple tree" structure [...].
