The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43864

CVE-2026-43864: Mutt NULL Pointer Dereference Flaw

CVE-2026-43864 is a NULL pointer dereference vulnerability in Mutt email client's show_sig_summary function affecting versions before 2.3.2. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43864 Overview

CVE-2026-43864 is a NULL pointer dereference vulnerability in the Mutt email client before version 2.3.2. The flaw resides in the show_sig_summary() function within crypt-gpgme.c, which handles GPGME signature summary display. When processing a signature whose associated key or subkey structure is missing, the function dereferences a NULL pointer, causing the client to crash. The vulnerability is tracked under CWE-476: NULL Pointer Dereference and requires local access plus user interaction to trigger.

Critical Impact

A crafted PGP-signed message can crash Mutt when the recipient views or processes the signature, resulting in a localized denial of service.

Affected Products

  • Mutt email client versions prior to 2.3.2
  • Linux and Unix distributions packaging vulnerable Mutt builds
  • Mail-handling environments using Mutt with GPGME signature verification

Discovery Timeline

  • 2026-05-04 - CVE-2026-43864 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-43864

Vulnerability Analysis

The vulnerability exists in Mutt's GPGME integration code, specifically in the show_sig_summary() routine that renders signature status to the user. The function inspects key->subkeys->expires to determine when a signing key expires. If the key pointer or key->subkeys member is NULL, the dereference triggers a segmentation fault.

The condition arises when Mutt processes a signed message whose signature contains a valid summary flag (GPGME_SIGSUM_KEY_EXPIRED) but lacks an accompanying key structure. The original code assumed both pointers were always populated whenever the expiration summary bit was set. That assumption fails for malformed or partially populated signatures returned by GPGME.

The impact is limited to availability. The exploit cannot leak memory, escalate privileges, or execute code. The CWE-476 classification accurately reflects the bug class.

Root Cause

The root cause is missing NULL validation on the key and subkeys pointers before dereference. The fix introduces a guard expression that confirms both pointers are non-NULL before reading the expires field, defaulting the timestamp to zero otherwise.

Attack Vector

An attacker crafts or relays a PGP-signed message that produces a signature summary lacking a populated key structure. When a Mutt user opens the message, show_sig_summary() executes and crashes the client process. Exploitation requires the local user to interact with the message, matching the AV:L/UI:R attack profile.

c
// Patch from crypt-gpgme.c - show_sig_summary()
// Source: https://github.com/muttmua/mutt/commit/ebfa2969042d89303d15334193fcc32866c8a8df

   if ((sum & GPGME_SIGSUM_KEY_EXPIRED))
     {
-      time_t at = key->subkeys->expires ? key->subkeys->expires : 0;
+      time_t at = (key && key->subkeys) ? key->subkeys->expires : 0;
       if (at)
         {
           state_puts (_("Warning: The key used to create the "

The patch replaces the unchecked dereference with a conditional that validates both key and key->subkeys before accessing expires. Source: GitHub Commit ebfa2969.

Detection Methods for CVE-2026-43864

Indicators of Compromise

  • Unexpected Mutt process crashes or segmentation faults logged in dmesg or journalctl while viewing signed mail
  • Core dumps referencing show_sig_summary or crypt-gpgme.c in stack traces
  • Mail folders containing PGP-signed messages with malformed or absent signing key data

Detection Strategies

  • Inventory installed Mutt versions across endpoints and flag any build earlier than 2.3.2
  • Correlate mail-client crash signals with recent message reads to identify suspect messages
  • Inspect message stores for signed messages whose GPGME verification produces summary flags without key structures

Monitoring Recommendations

  • Forward auditd and systemd-coredump events from mail-handling hosts to a centralized log platform
  • Alert on repeated crashes of the mutt binary on the same host within short time windows
  • Track package versions for mutt through configuration management to confirm patch deployment

How to Mitigate CVE-2026-43864

Immediate Actions Required

  • Upgrade Mutt to version 2.3.2 or later on all affected systems
  • Apply distribution-provided security updates that backport the show_sig_summary fix
  • Restrict processing of untrusted signed messages until patches are installed

Patch Information

The upstream fix is available in the muttmua/mutt repository as commit ebfa2969042d89303d15334193fcc32866c8a8df. The change adds NULL checks for key and key->subkeys before dereferencing expires. Refer to the upstream commit for the full diff and integrate the patched build through the standard package channel.

Workarounds

  • Disable automatic GPGME signature verification in muttrc by setting crypt_verify_sig = no until patched
  • Avoid opening signed messages from untrusted senders on unpatched clients
  • Run Mutt under a restricted account to contain crash impact on shared systems
bash
# Temporary muttrc workaround until upgrading to 2.3.2
set crypt_verify_sig = no
# Verify installed version after patching
mutt -v | head -n 1

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeOther

  • Vendor/TechMutt

  • SeverityLOW

  • CVSS Score2.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Commit Details
  • Related CVEs
  • CVE-2026-43859: Mutt IMAP Privilege Escalation Vulnerability

  • CVE-2026-43862: Mutt IMAP Auth Bypass Vulnerability

  • CVE-2026-43863: Mutt Email Client DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English