cve/2013/CVE-2013-0914.md
2024-06-18 02:51:15 +02:00

859 B

CVE-2013-0914

Description

The flush_signal_handlers function in kernel/signal.c in the Linux kernel before 3.8.4 preserves the value of the sa_restorer field across an exec operation, which makes it easier for local users to bypass the ASLR protection mechanism via a crafted application containing a sigaction system call.

POC

Reference

Github

No PoCs found on GitHub currently.