CVE-2026-84641
NixOS 취약성 분석 및 완화

개요

CVE-2026-84641 is an information disclosure vulnerability in Mozilla Thunderbird titled "Information disclosure due to malicious IMAP server response." A malicious IMAP server can trigger a use-after-free and heap-memory disclosure by sending a crafted IMAP ID response; the exposed heap contents can ultimately be persisted to the user's prefs.js file. The vulnerability affects Thunderbird versions prior to 155, prior to 140.15 (ESR), and prior to 153.2 (ESR). It was discovered by researcher ABDULAZIZ ALASAIQAH, disclosed and patched on September 1, 2026. It carries a CVSS v3.1 base score of 7.5 (High) (Mozilla MFSA 2026-86, Mozilla MFSA 2026-87, Mozilla MFSA 2026-88).

기술적 세부 사항

The root cause is a use-after-free (CWE-416) combined with an expired pointer dereference (CWE-825) in Thunderbird's IMAP client code when processing the server's ID command response. When a maliciously crafted IMAP ID response is received, Thunderbird accesses already-freed heap memory, leaking its contents. The leaked heap data can then be written to the user's prefs.js preferences file, potentially exposing sensitive in-memory data to an attacker who controls or can observe that file. Exploitation requires no user interaction and no privileges — only that the victim's Thunderbird client connects to a malicious or compromised IMAP server (Mozilla MFSA 2026-86, Red Hat Bugzilla).

영향

Successful exploitation results in a high-confidentiality impact: sensitive heap memory contents from the Thunderbird process are disclosed and can be persisted to prefs.js on disk, potentially exposing credentials, session tokens, or other sensitive data stored in memory. There is no direct integrity or availability impact. The vulnerability is rated "low" impact by Mozilla in the context of Thunderbird's email reading mode (where scripting is disabled), but poses a meaningful risk when users connect to untrusted or attacker-controlled IMAP servers (Mozilla MFSA 2026-86, Mozilla MFSA 2026-87).

악용 가능성

No public proof-of-concept exploit code or in-the-wild exploitation has been reported for CVE-2026-84641. The EPSS score is approximately 0.0015 (0.15%), indicating a low probability of exploitation in the near term. The NVD assessment notes the vulnerability is automatable (no user interaction required) but exploitation has not been observed. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Mozilla MFSA 2026-86, Red Hat Bugzilla).

착취 단계

  1. Set up a malicious IMAP server: The attacker configures or compromises an IMAP server to respond with a specially crafted IMAP ID response that triggers the use-after-free condition in Thunderbird's IMAP client.
  2. Lure the victim to connect: The attacker directs a Thunderbird user to configure an email account pointing to the malicious IMAP server (e.g., via phishing, DNS hijacking, or a rogue Wi-Fi access point performing a man-in-the-middle attack).
  3. Trigger the vulnerability: When Thunderbird connects and the IMAP server sends the crafted ID response, Thunderbird's IMAP handling code accesses freed heap memory, causing a use-after-free that leaks heap contents.
  4. Harvest disclosed data: The leaked heap memory contents are written to the victim's prefs.js file on disk. The attacker then reads prefs.js (if they have local access) or exfiltrates it through another vector to extract sensitive data such as credentials or session tokens (Mozilla MFSA 2026-86, Red Hat Bugzilla).

타협의 징후

  • File System: Unexpected or anomalous content in the Thunderbird profile's prefs.js file — particularly binary-looking or garbled data that does not correspond to valid preference values; sudden increase in prefs.js file size.
  • Network: Thunderbird client connections to unknown or untrusted IMAP servers (port 143/993); IMAP sessions where the server sends an unusual or oversized ID response (* ID (...) command).
  • Logs: Thunderbird crash reports or error logs referencing memory access violations or use-after-free conditions in IMAP-related components; unexpected Thunderbird process crashes shortly after IMAP connection establishment.

완화 및 해결 방법

Mozilla has released patched versions addressing CVE-2026-84641: Thunderbird 155, Thunderbird ESR 140.15, and Thunderbird ESR 153.2. Users should update to one of these versions immediately. As a workaround, users can avoid connecting Thunderbird to untrusted or unknown IMAP servers until the patch is applied. No configuration-based workaround within Thunderbird has been documented by Mozilla (Mozilla MFSA 2026-86, Mozilla MFSA 2026-87, Mozilla MFSA 2026-88).

커뮤니티 반응

Mozilla rated this vulnerability as "low" impact in the context of Thunderbird's email reading mode, noting that scripting is disabled when reading mail. Red Hat tracked the issue as low severity in their Bugzilla system. The vulnerability was part of a broader September 1, 2026 Thunderbird security release that addressed 38 vulnerabilities across Firefox and Thunderbird, which received coverage from Linux security news outlets (Mozilla MFSA 2026-86, Red Hat Bugzilla).

추가 자료

리눅스 배포판 수정 현황

주요 리눅스 배포판과 그 릴리스 전반에 걸친 가용성을 수정하세요.

Debian

수정됨

bookworm

thunderbird: 1:140.15.0esr-1~deb12u1

수정됨

sid

thunderbird: 1:153.2.0esr-1

수정됨

trixie

thunderbird: 1:140.15.0esr-1~deb13u1

수정됨

Ubuntu

알 수 없음

devel

thunderbird

알 수 없음

jammy

thunderbird

알 수 없음

noble

thunderbird

알 수 없음

resolute

thunderbird

알 수 없음

RHEL / CentOS

영향을 받은 사람들

RHEL 8

thunderbird.src

영향을 받은 사람들

RHEL 9

thunderbird.src

영향을 받은 사람들

RHEL 10

thunderbird.src

영향을 받은 사람들

Alpine

영향을 받은 사람들

edge

68.5.0-r0

영향을 받은 사람들

v3.24

151.0.1-r0

영향을 받은 사람들

근원이 보고서는 AI를 사용하여 생성되었습니다.

관련 NixOS 취약점:

CVE ID

심각도

점수

기술

구성 요소 이름

CISA KEV 익스플로잇

수정 사항이 있습니다.

게시된 날짜

CVE-2026-78662HIGH7.5
  • Docker logoDocker
  • headlamp-fips
아니요Sep 02, 2026
CVE-2026-56855HIGH7.5
  • Docker logoDocker
  • argo-workflows-3.7
아니요Sep 02, 2026
CVE-2026-84642HIGH7.5
  • NixOS logoNixOS
  • cpe:2.3:a:mozilla:thunderbird
아니요Sep 01, 2026
CVE-2026-84641HIGH7.5
  • NixOS logoNixOS
  • cpe:2.3:a:mozilla:thunderbird
아니요Sep 01, 2026
CVE-2026-32773MEDIUM6.1
  • NixOS logoNixOS
  • spark
아니요Sep 02, 2026

무료 취약성 평가

클라우드 보안 태세를 벤치마킹합니다

9개의 보안 도메인에서 클라우드 보안 관행을 평가하여 위험 수준을 벤치마킹하고 방어의 허점을 식별합니다.

평가 요청

추가 Wiz 리소스

맞춤형 데모 받기

맞춤형 데모 신청하기

"내가 본 최고의 사용자 경험은 클라우드 워크로드에 대한 완전한 가시성을 제공합니다."
데이비드 에슬릭최고정보책임자(CISO)
"Wiz는 클라우드 환경에서 무슨 일이 일어나고 있는지 볼 수 있는 단일 창을 제공합니다."
아담 플레처최고 보안 책임자(CSO)
"우리는 Wiz가 무언가를 중요한 것으로 식별하면 실제로 중요하다는 것을 알고 있습니다."
그렉 포니아토프스키위협 및 취약성 관리 책임자