[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/23058] New: Stack-Overflow in nm-new (binuitils-2.30-15ubu
From: |
sergej at schumilo dot de |
Subject: |
[Bug binutils/23058] New: Stack-Overflow in nm-new (binuitils-2.30-15ubuntu1) |
Date: |
Fri, 13 Apr 2018 13:28:53 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23058
Bug ID: 23058
Summary: Stack-Overflow in nm-new (binuitils-2.30-15ubuntu1)
Product: binutils
Version: 2.30
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: sergej at schumilo dot de
Target Milestone: ---
Created attachment 10946
--> https://sourceware.org/bugzilla/attachment.cgi?id=10946&action=edit
nm-new ASAN executable, ASAN report and crashing input
Dear all,
after reporting the following bugs to the Ubuntu security team
(https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1763099), we were ask
to report them directly to the binutils developers:
----------------------------------------------------
Dear all,
The following binutils nm-new Stack-Overflow was found by a modified version of
the kAFL fuzzer (https://github.com/RUB-SysSec/kAFL). I have attached the
crashing input and an ASAN report.
Steps to reproduce:
Build current verison of binutils:
```
pull-lp-source binutils
cd binutils-2.30
CC=clang CXX=clang++ CFLAGS="-fsanitize=address -fsanitize-recover=address
-ggdb" CXXFLAGS="-fsanitize=address -fsanitize-recover=address -ggdb"
LDFLAGS="-fsanitize=address" ./configure
CC=clang CXX=clang++ CFLAGS="-fsanitize=address -fsanitize-recover=address
-ggdb" CXXFLAGS="-fsanitize=address
-fsanitize-recover=address -ggdb" LDFLAGS="-fsanitize=address" make
```
Run inputs under ASAN:
```
ASAN_OPTIONS=halt_on_error=true:allow_addr2line=true ./nm-new a -C -l
--synthetic $file
```
We can verify this issue for nm-new binuitils-2.30-15ubuntu1 (Ubuntu 16.04.4
LTS / sources from "pull-lp-source bintuils").
Credits: Sergej Schumilo, Cornelius Aschermann (both of Ruhr-Universität
Bochum)
Best regards,
Sergej Schumilo
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/23058] New: Stack-Overflow in nm-new (binuitils-2.30-15ubuntu1),
sergej at schumilo dot de <=