kernel/trace/trace_syscalls.c in the Linux kernel through 3.17.2 does not properly handle private syscall numbers during use of the perf subsystem, which allows local users to cause a denial of service (out-of-bounds read and OOPS) or bypass the ASLR protection mechanism via a crafted application.
The product reads data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2014/11/06/11 | mailing list third party advisory patch |
https://exchange.xforce.ibmcloud.com/vulnerabilities/98557 | vdb entry third party advisory |
http://rhn.redhat.com/errata/RHSA-2015-0864.html | third party advisory vendor advisory |
http://rhn.redhat.com/errata/RHSA-2015-0290.html | third party advisory vendor advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1161565 | issue tracking third party advisory patch |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=086ba77a6db00ed858ff07451bedee197df868c9 | |
http://www.securityfocus.com/bid/70972 | vdb entry third party advisory |
http://rhn.redhat.com/errata/RHSA-2014-1943.html | third party advisory vendor advisory |
https://github.com/torvalds/linux/commit/086ba77a6db00ed858ff07451bedee197df868c9 | exploit third party advisory patch |