summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.42.inc
diff options
context:
space:
mode:
authorYash Shinde <Yash.Shinde@windriver.com>2025-10-28 03:28:01 -0700
committerSteve Sakoman <steve@sakoman.com>2025-11-03 07:17:02 -0800
commit3574b5a9d1716c4fe10fc9c40921fd6bead62f0a (patch)
tree437ee6e3b7ac55960ba7bed16a8b5feefbacd486 /meta/recipes-devtools/binutils/binutils-2.42.inc
parentb45fdb365db1d9b7ecec0096f26dc2b52141e479 (diff)
downloadpoky-3574b5a9d1716c4fe10fc9c40921fd6bead62f0a.tar.gz
binutils: fix CVE-2025-11081
CVE: CVE-2025-11081 Trying to dump .sframe in a PE file results in a segfault accessing elf_section_data. * objdump (dump_sframe_section, dump_dwarf_section): Don't access elf_section_type without first checking the file is ELF. PR 33406 SEGV in dump_dwarf_section [https://sourceware.org/bugzilla/show_bug.cgi?id=33406] Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=f87a66db645caf8cc0e6fc87b0c28c78a38af59b] (From OE-Core rev: 6ed800208a56d69faf4a1b3458caa8d412f01b89) Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.42.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.42.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.42.inc b/meta/recipes-devtools/binutils/binutils-2.42.inc
index 3e180b6018..5447ab0da4 100644
--- a/meta/recipes-devtools/binutils/binutils-2.42.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.42.inc
@@ -61,5 +61,6 @@ SRC_URI = "\
61 file://0023-CVE-2025-7545.patch \ 61 file://0023-CVE-2025-7545.patch \
62 file://0024-CVE-2025-11082.patch \ 62 file://0024-CVE-2025-11082.patch \
63 file://0025-CVE-2025-11083.patch \ 63 file://0025-CVE-2025-11083.patch \
64 file://0026-CVE-2025-11081.patch \
64" 65"
65S = "${WORKDIR}/git" 66S = "${WORKDIR}/git"