bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27292] New: Heap Buffer Overflow O2BO and/or Out-of-Memory


From: dennis.r at columbia dot edu
Subject: [Bug binutils/27292] New: Heap Buffer Overflow O2BO and/or Out-of-Memory (OOM) in bfd_get_section_contents()
Date: Sun, 31 Jan 2021 03:43:53 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27292

            Bug ID: 27292
           Summary: Heap Buffer Overflow O2BO and/or Out-of-Memory (OOM)
                    in bfd_get_section_contents()
           Product: binutils
           Version: 2.36
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: dennis.r at columbia dot edu
  Target Milestone: ---

= Location =
https://sourcegraph.com/github.com/bminor/binutils-gdb@a7e3d08a26edefa411269636d7dcae7dd2736659/-/blob/bfd/section.c#L1585

= Description =
memmove (location, section->contents + offset, (size_t) count);
Use of potentially overflown count variable for memory move operation.

= Fix = 
Fix count variable

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]