summaryrefslogtreecommitdiffstats
path: root/retired/CVE-2009-2847
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-11-12 22:21:16 +0000
committerMoritz Muehlenhoff <jmm@debian.org>2009-11-12 22:21:16 +0000
commitcc477ec772747ddbca5689b96e01f2d2a8369874 (patch)
treed900fb1db139de30cb29c8c8b9b78243a2a92d0f /retired/CVE-2009-2847
parent827b49482152a993e92c7aed00ad40e9c57c89dc (diff)
retire issues
git-svn-id: svn+ssh://svn.debian.org/svn/kernel-sec@1590 e094ebfe-e918-0410-adfb-c712417f3574
Diffstat (limited to 'retired/CVE-2009-2847')
-rw-r--r--retired/CVE-2009-284725
1 files changed, 25 insertions, 0 deletions
diff --git a/retired/CVE-2009-2847 b/retired/CVE-2009-2847
new file mode 100644
index 00000000..6301f54e
--- /dev/null
+++ b/retired/CVE-2009-2847
@@ -0,0 +1,25 @@
+Candidate: CVE-2009-2847
+Description:
+ do_sigaltstack: avoid copying 'stack_t' as a structure to user space
+.
+ Ulrich Drepper correctly points out that there is generally padding in
+ the structure on 64-bit hosts, and that copying the structure from
+ kernel to user space can leak information from the kernel stack in those
+ padding bytes.
+.
+ Avoid the whole issue by just copying the three members one by one
+ instead, which also means that the function also can avoid the need for
+ a stack frame. This also happens to match how we copy the new structure
+ from user space, so it all even makes sense.
+References:
+ http://git.kernel.org/linus/0083fc2c50e6c5127c2802ad323adf8143ab7856
+ https://bugzilla.redhat.com/show_bug.cgi?id=515392
+ http://milw0rm.com/exploits/9352
+Ubuntu-Description:
+Notes:
+Bugs:
+upstream: released (2.6.31-rc6) [0083fc2]
+linux-2.6: released (2.6.30-6) [bugfix/all/do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch]
+2.6.18-etch-security: released (2.6.18.dfsg.1-24etch4) [bugfix/all/do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch]
+2.6.24-etch-security: released (2.6.24-6~etchnhalf.9etch1) [bugfix/all/do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch]
+2.6.26-lenny-security: released (2.6.26-19) [bugfix/all/do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch]

© 2014-2024 Faster IT GmbH | imprint | privacy policy