fix: apply CVE-2025 security patches for binutils (4 CVEs)#26
Open
hudeng-go wants to merge 1 commit into
Open
Conversation
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
0bee0c9 to
61af823
Compare
…25-11414 Apply security patches for 4 binutils CVEs via quilt backports. CVE-2025-11082: backport upstream commit ea1a0737c (bfd/elf-eh-frame.c) CVE-2025-11083: backport upstream commit 9ca499644 (bfd/elfcode.h) CVE-2025-11412: backport upstream commit 047435dd (bfd/elflink.c) CVE-2025-11414: backport upstream commit aeaaa9af6 (bfd/elflink.c) Upstream: https://sourceware.org/git/binutils-gdb.git Co-Authored-By: hudeng <hudeng@deepin.org>
|
TAG Bot TAG: 2.41-6deepin13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR applies quilt patches for 4 CVEs affecting binutils 2.41-6deepin12. Each CVE has its own quilt patch in debian/patches/ for individual application.
CVEs Fixed
CVE-2025-11082 (PR ld/33464) - elf: Don't read beyond .eh_frame section size
Patch: debian/patches/CVE-2025-11082.patch
CVE-2025-11083 (PR ld/33457) - elf: Don't match corrupt section header in linker input
Patch: debian/patches/CVE-2025-11083.patch
CVE-2025-11412 (PR ld/33452) - SEGV in bfd_elf_gc_record_vtentry
Patch: debian/patches/CVE-2025-11412.patch
CVE-2025-11414 (PR ld/33450) - Fix set_symbol_value to return bool instead of void
Patch: debian/patches/CVE-2025-11414.patch
Additional CVEs Researched
35 additional CVEs were researched but could not be patched due to version incompatibility (patches target 2.46+ code), lack of upstream commits, or the vulnerability not affecting binutils 2.41.
See the PR discussion for the full CVE research report.