CVE-2014-7826
Description
kernel/trace/trace_syscalls.c in the Linux kernel through 3.17.2 does not properly handle private syscall numbers during use of the ftrace subsystem, which allows local users to gain privileges or cause a denial of service (invalid pointer dereference) via a crafted application.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-7826
Vendor advisory: secalert@redhat.com — https://github.com/torvalds/linux/commit/086ba77a6db00ed858ff07451bedee197df868c9
Vendor advisory: secalert@redhat.com — https://bugzilla.redhat.com/show_bug.cgi?id=1161565
Vendor advisory: secalert@redhat.com — http://www.openwall.com/lists/oss-security/2014/11/06/11
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 3.16.7-ckt2-1 |
| debian | bullseye | fixed | 3.16.7-ckt2-1 |
| debian | forky | fixed | 3.16.7-ckt2-1 |
| debian | sid | fixed | 3.16.7-ckt2-1 |
| debian | trixie | fixed | 3.16.7-ckt2-1 |
| linux-kernel | affected | 3.2.65 | |
| suse | 11 | affected | |
References
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=086ba77a6db00ed858ff07451bedee197df868c9
- http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00010.html
- http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00025.html
- http://rhn.redhat.com/errata/RHSA-2014-1943.html
- http://rhn.redhat.com/errata/RHSA-2015-0290.html
- http://rhn.redhat.com/errata/RHSA-2015-0864.html
- http://www.openwall.com/lists/oss-security/2014/11/06/11
- http://www.securityfocus.com/bid/70971
- https://bugzilla.redhat.com/show_bug.cgi?id=1161565
- https://exchange.xforce.ibmcloud.com/vulnerabilities/98556
- https://github.com/torvalds/linux/commit/086ba77a6db00ed858ff07451bedee197df868c9
- https://security-tracker.debian.org/tracker/CVE-2014-7826
CWEs
CWE-476
Verify integrity in audit chain (admin only). AS-IS.