Bugzilla – Bug 983901
VUL-1: CVE-2015-1797: glibc: s390: Overflow in address computation in sbrk/brk
Last modified: 2016-06-09 08:21:23 UTC
via redhat bugzilla It is possible to overflow sbrk() address computations in s390's 31bit pointers, causing aliasing of heap addresses, which can theoretically be exploited for information leak or crashing the process. Not sure if it can lead to code execution, though, since the heap should not be executable. References: https://bugzilla.redhat.com/show_bug.cgi?id=1201908
Florian Weimer 2015-04-30 05:05:41 EDT Not a security bug, per IBM's analysis and my testing: https://bugzilla.redhat.com/show_bug.cgi?id=1197172#c12 (sadly referenced bug is not public)
marking invalid