CVE-2026-91779:
NixOS 취약성 분석 및 완화
개요
CVE-2026-91779 is a NULL pointer dereference vulnerability in GNU Binutils 2.47 affecting the _bfd_elf_eh_frame_section_offset function in bfd/elf-eh-frame.c (the Eh Frame Handler component). The flaw was reported to the GNU project via Bugzilla (issue #34446) on 2026-07-28 and publicly disclosed on September 15, 2026; as of the disclosure date, the project had not yet responded or issued a fix. It affects Binutils 2.47 (release tarball dated 20260726) and the dev snapshot at commit 640a79623. The vulnerability carries a CVSS v3.1 base score of 3.3 (Low) and a CVSS v4.0 base score of 1.9 (Low) (GitHub Advisory, CVE Submit).
기술적 세부 사항
The root cause is a NULL pointer dereference (CWE-476) in the section-offset query path of the Eh Frame Handler. During a relocatable link (ld -r), the call chain elf_link_input_bfd() → _bfd_elf_section_offset() → _bfd_elf_eh_frame_section_offset() is triggered; a malformed .eh_frame section leaves the CIE/FDE parsing state inconsistent, causing cie_inf (or an equivalent state pointer) to be dereferenced while still NULL, resulting in a read at address 0xa at bfd/elf-eh-frame.c:1840. The attack requires local access and low privileges — an attacker must supply a crafted object file as input to ld. The reporter notes this may be an incomplete fix of related bugs 33478 and 33499, and it is distinct from bug 34445 (a crash in the eh_frame write path). A proof-of-concept object file (bug_9.o) is publicly available (CVE Submit, Bugzilla).
영향
Successful exploitation causes the GNU ld linker process to crash with a segmentation fault, resulting in a denial-of-service condition. There is no impact on confidentiality or integrity — only availability is affected, limited to the scope of the ld process itself. Environments most at risk include toolchains, build systems, or CI/CD pipelines that invoke ld -r on untrusted or user-supplied object files, such as services performing partial links on uploaded artifacts (CVE Submit, GitHub Advisory).
악용 가능성
A proof-of-concept object file (bug_9.o) is publicly available via the Bugzilla attachment and the reporter's GitHub repository, demonstrating reproducible crashes under AddressSanitizer. The EPSS score is 0.0, indicating negligible probability of exploitation in the wild, and there is no evidence of active in-the-wild exploitation or threat actor attribution. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. No patch has been released as of the disclosure date (CVE Submit, GitHub Advisory).
착취 단계
- Prepare the malicious object file: Craft or obtain a malformed ELF object file with an inconsistent
.eh_framesection (e.g., the publicly availablebug_9.oPoC from the Bugzilla attachment or the reporter's GitHub repository). - Identify a vulnerable target: Confirm the target system is running GNU Binutils 2.47 (release tarball dated 20260726) or dev snapshot at commit 640a79623 by running
ld --version. - Invoke the linker in relocatable mode: Execute
ld -r -o /dev/null bug_9.o(or equivalent) to trigger the vulnerable code path throughelf_link_input_bfd()→_bfd_elf_section_offset()→_bfd_elf_eh_frame_section_offset(). - Trigger the NULL dereference: The malformed
.eh_framecausescie_infto be NULL when dereferenced atbfd/elf-eh-frame.c:1840, crashing theldprocess with a SIGSEGV (read at address0xa). - Achieve denial of service: The
ldprocess terminates, disrupting any build, CI pipeline, or service that depends on the linker completing successfully (CVE Submit).
타협의 징후
- Process: Unexpected termination of the
ldorld-newprocess with a segmentation fault (SIGSEGV); crash reports referencing_bfd_elf_eh_frame_section_offsetin the stack trace. - Logs: Build system or CI logs showing
ldexiting with a non-zero status and error messages such asSIGSEGVorAddressSanitizer: SEGV on unknown address 0x00000000000a; stack traces referencingbfd/elf-eh-frame.c:1840,bfd/elf.c:13361,bfd/elflink.c:11987, orld/ldwrite.c:548. - File System: Presence of unexpected or externally supplied object files (e.g.,
bug_9.o) in build directories, particularly those with malformed.eh_framesections (CVE Submit).
완화 및 해결 방법
No upstream patch has been released by GNU Binutils as of the disclosure date (September 15, 2026), and the Bugzilla issue (#34446) remains unconfirmed. As a workaround, avoid running ld -r directly on untrusted or user-supplied object files. Restrict local access to systems running GNU Binutils 2.47 and limit privileges for users who interact with binutils tools. Monitor the GNU Binutils Bugzilla and official GNU security advisories for patch releases, and upgrade promptly once a fix is available (CVE Submit, GitHub Advisory).
추가 자료
리눅스 배포판 수정 현황
주요 리눅스 배포판과 그 릴리스 전반에 걸친 가용성을 수정하세요.
근원: 이 보고서는 AI를 사용하여 생성되었습니다.
관련 NixOS 취약점:
무료 취약성 평가
클라우드 보안 태세를 벤치마킹합니다
9개의 보안 도메인에서 클라우드 보안 관행을 평가하여 위험 수준을 벤치마킹하고 방어의 허점을 식별합니다.
추가 Wiz 리소스
맞춤형 데모 받기
맞춤형 데모 신청하기
"내가 본 최고의 사용자 경험은 클라우드 워크로드에 대한 완전한 가시성을 제공합니다."
"Wiz는 클라우드 환경에서 무슨 일이 일어나고 있는지 볼 수 있는 단일 창을 제공합니다."
"우리는 Wiz가 무언가를 중요한 것으로 식별하면 실제로 중요하다는 것을 알고 있습니다."