[Bug binutils/23767] New: Out of Memory problem caused by Integer Overflow in c++filt

2018-10-12 Thread wcventure at 126 dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11321 --> https://sourceware.org/bugzilla/attachment.cgi?id=11321=edit POC_input Hi. We are doing resea

[Bug binutils/23770] New: An Invalid memory address dereference was discovered in function read_reloc in raloc.c in program objdump.

2018-10-13 Thread wcventure at 126 dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11322 --> https://sourceware.org/bugzilla/attachment.cgi

[Bug binutils/23771] New: A memory exhaustion problem in program objdump via a crafted ELF file

2018-10-13 Thread wcventure at 126 dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11323 --> https://sourceware.org/bugzilla/attachment.cgi?id=11323=edit POC_MEM_EXHAU

[Bug binutils/23772] New: A NULL-Pointer dereference problems in ldlang.c in program ld (member access within null pointer of type 'union lang_statement_union')

2018-10-13 Thread wcventure at 126 dot com
: binutils Version: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11324

[Bug binutils/23770] An Invalid memory address dereference was discovered in function read_reloc in raloc.c in program objdump.

2018-10-14 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23770 --- Comment #3 from wcventure --- Thanks for paying attention to this problem and fixing it in time. This issue was raised by NTU Cyber-Security-Lab, for fuzzing research work. -- You are receiving this mail because: You are on the CC list

[Bug binutils/23767] Integer Overflow in cplus-dem.c in c++filt in bintuils which leads to Undefined-behavior(OOM in this POC)

2018-10-15 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23767 wcventure changed: What|Removed |Added Summary|Out of Memory problem |Integer Overflow in

[Bug binutils/23772] A NULL-Pointer dereference problems in ldlang.c in program ld (member access within null pointer of type 'union lang_statement_union')

2018-10-15 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23772 --- Comment #2 from wcventure --- My configure and compile option is: > CC=clang LDFLAGS="-ldl" CFLAGS="-DFORTIFY_SOURCE=2 -fstack-protector-all > -fsanitize=undefined,address -fno-omit-frame-pointer -g -O0 -Wno-error" > ./configure

[Bug binutils/23770] An Invalid memory address dereference was discovered in function read_reloc in raloc.c in program objdump.

2018-10-16 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23770 --- Comment #5 from wcventure --- (In reply to tanaya patil from comment #4) > What the version in which this fix is promoted? https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0930cb3021b8078b34cf216e79eb8608d017864f -- You are

[Bug ld/23806] NULL Pointer Dereference problem was discovered in function merge_strings() in merge.c in bfd

2018-10-21 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23806 wcventure changed: What|Removed |Added Summary|Invalid Address Read|NULL Pointer Dereference

[Bug ld/23805] NULL Pointer Dereference exists in the function elf_link_input_bfd() in merge.c

2018-10-21 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23805 wcventure changed: What|Removed |Added Summary|An Invalid Memory Address |NULL Pointer Dereference

[Bug binutils/23804] Heap-buffer-overflow problem in function Sec_merge_hash_lookup in merge.c, as demonstrated by "ld -E"

2018-10-21 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23804 --- Comment #1 from wcventure --- Created attachment 11356 --> https://sourceware.org/bugzilla/attachment.cgi?id=11356=edit POC2 Please use the "./ld -E $POC" to reproduce the bug. This bug was discovered by NTU Cyber-Security-Lab. If you

[Bug binutils/23804] New: Heap-buffer-overflow problem in function Sec_merge_hash_lookup in merge.c, as demonstrated by "ld -E"

2018-10-21 Thread wcventure at 126 dot com
sion: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11355 --> https://sourceware

[Bug ld/23806] New: Invalid Address Read problem was discovered in function merge_strings() in merge.c in bfd

2018-10-21 Thread wcventure at 126 dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11358 --> https://sourceware.org/bugzilla/attachment.cgi?id=11358=edit POC

[Bug ld/23805] New: An Invalid Memory Address Dereference exists in the function elf_link_input_bfd() in merge.c

2018-10-21 Thread wcventure at 126 dot com
: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11357 --> https://sourceware.org/bugzilla/attachment.cgi?id=11357=edit POC

[Bug binutils/23767] Integer Overflow in cplus-dem.c in c++filt in bintuils which leads to Undefined-behavior(OOM in this POC)

2019-01-01 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23767 --- Comment #5 from wcventure --- (In reply to wcventure from comment #4) > (In reply to Salvatore Bonaccorso from comment #3) > > Was this issue reported to the GCC bugzilla? > > Yes, see > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87602

[Bug binutils/23767] Integer Overflow in cplus-dem.c in c++filt in bintuils which leads to Undefined-behavior(OOM in this POC)

2019-01-01 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23767 --- Comment #4 from wcventure --- (In reply to Salvatore Bonaccorso from comment #3) > Was this issue reported to the GCC bugzilla? Yes, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87602 -- You are receiving this mail because: You are

[Bug binutils/24002] New: A memory leak issue was discovered in cplus-dem.c

2018-12-18 Thread wcventure at 126 dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11470 --> https://sourceware.org/bugzilla/attachment.cgi?id=11470=edit POC1 Hi there, A memory leak issue was discovered in cplus-de

[Bug binutils/24002] A memory leak issue was discovered in cplus-dem.c

2018-12-18 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24002 --- Comment #1 from wcventure --- Created attachment 11471 --> https://sourceware.org/bugzilla/attachment.cgi?id=11471=edit POC2 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/24001] New: A memory leak issue was discovered in function debug_init in debug.c

2018-12-18 Thread wcventure at 126 dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11468 --> https://sourceware.org/bugzilla/attachment.cgi?id=11468=edit POC1 Hi there, A mem

[Bug binutils/24001] A memory leak issue was discovered in function debug_init in debug.c

2018-12-18 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24001 --- Comment #1 from wcventure --- Created attachment 11469 --> https://sourceware.org/bugzilla/attachment.cgi?id=11469=edit POC2 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/23952] New: A memory leak issue was discovered in bfd

2018-12-04 Thread wcventure at 126 dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11430 --> https://sourceware.org/bugzilla/attachment.cgi?id=11430=edit MemoryLeak-POC Hi there, A memory leak issue was discovered in

[Bug binutils/24043] Heap-buffer-overflow problem in function d_expression_1 in cp-demangle.c, as demonstrated by c++filt

2018-12-28 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24043 --- Comment #3 from wcventure --- That 's because "d_advance (di, 2);" in function d_expression_1, it change di->n = di + 2; leading to buffer-over-flow problem. > 3353 d_advance (di, 2); > 3354 if (peek == 't') > 3355 type =

[Bug binutils/24043] Heap-buffer-overflow problem in function d_expression_1 in cp-demangle.c, as demonstrated by c++filt

2019-01-04 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24043 --- Comment #5 from wcventure --- This issue is moved to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88629 -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/24042] New: Global-buffer-overflow problem in function output_rel_find in eelf_x86_64.c, as demonstrated by "ld -E"

2018-12-28 Thread wcventure at 126 dot com
sion: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11497 --> https://sourceware

[Bug binutils/24043] New: Heap-buffer-overflow problem in function d_expression_1 in cp-demangle.c, as demonstrated by c++filt

2018-12-28 Thread wcventure at 126 dot com
(HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11499 --> https://sourceware.

[Bug ld/24042] Global-buffer-overflow problem in function output_rel_find in eelf_x86_64.c, as demonstrated by "ld -E"

2018-12-28 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24042 --- Comment #1 from wcventure --- Created attachment 11498 --> https://sourceware.org/bugzilla/attachment.cgi?id=11498=edit POC2 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/24043] Heap-buffer-overflow problem in function d_expression_1 in cp-demangle.c, as demonstrated by c++filt

2018-12-28 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24043 --- Comment #1 from wcventure --- Created attachment 11500 --> https://sourceware.org/bugzilla/attachment.cgi?id=11500=edit POC2 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/24043] Heap-buffer-overflow problem in function d_expression_1 in cp-demangle.c, as demonstrated by c++filt

2018-12-28 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24043 --- Comment #2 from wcventure --- Created attachment 11501 --> https://sourceware.org/bugzilla/attachment.cgi?id=11501=edit POC3 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24041] New: Invalid Memory Address Dereference exists in the function elf_link_add_object_symbols in elflink.c in bfd

2018-12-28 Thread wcventure at 126 dot com
: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11496 --> https://sourceware.org/bugzi

[Bug binutils/23674] stack overflow in c++filt

2018-09-17 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23674 wcventure changed: What|Removed |Added Summary|Please help me to delete|stack overflow in c++filt

[Bug binutils/23674] Please help me to delete this issue. I have rebuilt anoter issue.

2018-09-17 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23674 wcventure changed: What|Removed |Added Summary|Another stack overflow |Please help me to delete

[Bug binutils/23677] New: The stack overflow in function cplus_demangle_type in cp-demangle.c:2565 ( c++filt -t )

2018-09-17 Thread wcventure at 126 dot com
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11252 --> https://sourceware.org/bugzilla/attachment.cgi?id=11252=edit PO

[Bug binutils/23677] The stack overflow in function cplus_demangle_type in cp-demangle.c:2565 ( c++filt -t )

2018-09-18 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23677 --- Comment #2 from wcventure --- (In reply to Nick Clifton from comment #1) > Hi wcventure, > > Thank you for reporting this bug. > > The libiberty library, which includes the cplus_demangle_type function > is actually part of the

[Bug binutils/24007] New: Multiple memory leak in ld

2018-12-19 Thread wcventure at 126 dot com
Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11475 --> https://sourceware.org/bugzilla/attachment.cgi?id=11475=edit POC Hi there, Multiple memory leak issues were discovered in ld, as distributed in

[Bug binutils/24402] New: global-buffer-overflow in symtab_finalize function in symtab.c in Binutils 2.32

2019-03-31 Thread wcventure at 126 dot com
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11711 --> https://sourceware.org/bugzilla/attachment.cgi?id=11711=edit POC

[Bug ld/24336] New: Heap-buffer-overflow in bfd_elf64_swap_reloca_in function in elfcode.h in bfd

2019-03-14 Thread wcventure at 126 dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11675 --> https://sourceware.org/bugzilla/attachment.cgi?id=11675=edit POC Hi, A Heap-buf

[Bug ld/24338] New: Heap-buffer-overflow in elf_x86_64_relocate_section in elf64-x86-64.c in bfd

2019-03-14 Thread wcventure at 126 dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11677 --> https://sourceware.org/bugzilla/attachment.cgi?id=11677=edit POC Hi, A Heap-buf

[Bug ld/24334] New: Heap-buffer-overflow in section_vma_same function in dwarf2.c in bfd

2019-03-14 Thread wcventure at 126 dot com
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11674 --> https://sourceware.org/bugzilla/attachment.cgi?id=11674=edit POC Hi, A Heap-buffer-overf

[Bug ld/24332] Heap-buffer-overflow in bfd_getl16 and bfd_getl64 in bfd, respectively

2019-03-14 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24332 --- Comment #2 from wcventure --- Created attachment 11672 --> https://sourceware.org/bugzilla/attachment.cgi?id=11672=edit POC2 POC2 for bfd_getl64 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24339] New: An Invalid Memory Address Dereference problem was discovered in function elf_x86_64_check_relocs in elf64-x86-64.c in bfd

2019-03-14 Thread wcventure at 126 dot com
Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11679 --> https://sourceware.

[Bug ld/24332] New: Heap-buffer-overflow in bfd_getl16 and bfd_getl64 in bfd, respectively

2019-03-14 Thread wcventure at 126 dot com
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Hi, A Heap-buffer-overflow problem was discovered in the function in bfd_getl16 and bfd_getl64 in libbfd.c in bfd

[Bug ld/24332] Heap-buffer-overflow in bfd_getl16 and bfd_getl64 in bfd, respectively

2019-03-14 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24332 --- Comment #1 from wcventure --- Created attachment 11671 --> https://sourceware.org/bugzilla/attachment.cgi?id=11671=edit POC1 POC1 for bfd_getl16 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24338] Heap-buffer-overflow in elf_x86_64_relocate_section in elf64-x86-64.c in bfd

2019-03-14 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24338 --- Comment #1 from wcventure --- Created attachment 11678 --> https://sourceware.org/bugzilla/attachment.cgi?id=11678=edit POC2 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24340] New: An Invalid Memory Address Dereference problem was discovered in function set_symbol_value in elflink.c in bfd

2019-03-14 Thread wcventure at 126 dot com
: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11680 --> https://sourceware.org/bugzi

[Bug ld/24333] New: An Invalid Memory Address Dereference problem was discovered in function _bfd_elf_add_default_symbol in elflink.c in bfd

2019-03-14 Thread wcventure at 126 dot com
Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11673 --> https://sourceware.

[Bug ld/24337] New: An Invalid Memory Address Dereference problem was discovered in function _bfd_elf_rela_local_sym in elf.c in bfd

2019-03-14 Thread wcventure at 126 dot com
Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: wcventure at 126 dot com Target Milestone: --- Created attachment 11676 --> https://sourceware.org/bugzi

[Bug ld/24041] Invalid Memory Address Dereference exists in the function elf_link_add_object_symbols in elflink.c in bfd

2019-01-31 Thread wcventure at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24041 --- Comment #3 from wcventure --- CVE-2018-20651 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org