From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD0823857C6D; Wed, 12 Aug 2020 04:51:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD0823857C6D From: "huzaifas at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/25487] sinl() stack corruption from crafted input (CVE-2020-10029) Date: Wed, 12 Aug 2020 04:51:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: huzaifas at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.32 X-Bugzilla-Flags: security+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2020 04:51:09 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25487 Huzaifa Sidhpurwala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huzaifas at redhat dot com --- Comment #8 from Huzaifa Sidhpurwala --- Looking at the way crash is caused via pseudo-zero numbers and after running the poc through gdb, it seems like on systems in which glibc is not compiled with -fstack-protector-all, (which means the vuln function is not protected= by stack-canaries), all that can be achieved is overwrite the stack and the re= turn address with 0's. This can only cause a crash and jumping any other location seems very diffi= cult to achieve if not impossible. --=20 You are receiving this mail because: You are on the CC list for the bug.=