A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-28407

CVE-2026-28407: Chainguard Malcontent Info Disclosure Flaw

CVE-2026-28407 is an information disclosure vulnerability in Chainguard Malcontent where nested archives that fail extraction are removed, potentially leaving malicious content undetected. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28407 Overview

CVE-2026-28407 is a security vulnerability in Chainguard Malcontent, a software tool designed for discovering supply-chain compromises through context, differential analysis, and YARA rules. Prior to version 1.21.0, malcontent would remove nested archives that failed to extract, which could potentially allow malicious content to evade scanning. This improper handling of exceptional conditions represents a gap in the security scanning coverage that the tool is designed to provide.

Critical Impact

Malicious content embedded within nested archives that fail extraction could bypass security scanning, potentially allowing supply-chain compromises to go undetected.

Affected Products

  • Chainguard Malcontent versions prior to 1.21.0

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-28407 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-28407

Vulnerability Analysis

This vulnerability is classified under CWE-703 (Improper Check or Handling of Exceptional Conditions). The core issue lies in how malcontent handled nested archives that encountered extraction errors. When an archive failed to extract properly, the software would delete the archive file entirely rather than retaining it for analysis. This behavior created a blind spot in the scanning process where malicious payloads could be deliberately packaged in ways that cause extraction failures, effectively bypassing the security analysis that malcontent is designed to perform.

The attack vector is network-based, as malicious archives could be distributed through package repositories, download links, or supply-chain artifacts that malcontent would typically analyze.

Root Cause

The root cause stems from the archive handling logic in pkg/archive/archive.go. When extraction failed, the code would log a debug message and then unconditionally remove the archive file using os.Remove(fullPath). This approach assumed that failed-to-extract archives had no value for security analysis, when in reality these archives could still contain identifiable malicious patterns that YARA rules or byte-level analysis could detect.

Attack Vector

An attacker could craft a malicious nested archive designed to trigger extraction failures while containing malicious code or indicators of compromise. By exploiting edge cases in archive formats (corrupted headers, unsupported compression methods, or deliberately malformed structures), the attacker could ensure the archive fails to extract and is subsequently deleted without being scanned. This allows the malicious content to persist in the analyzed software package without detection.

go
// Security patch from pkg/archive/archive.go
// Source: https://github.com/chainguard-dev/malcontent/commit/356c56659ccfcad0b249a97de8cf71f151ed3ee9

 		if c.ExitExtraction {
 			return fmt.Errorf("failed to extract archive: %w", err)
 		}
-		logger.Debugf("ignoring extraction error for %s: %s", f, err.Error())
+		logger.Warnf("extraction failed for %s, retaining archive for scanning: %s", f, err.Error())
 	}
 
 	extracted.Store(f, true)
 
-	if err := os.Remove(fullPath); err != nil {
-		return fmt.Errorf("failed to remove archive file: %w", err)
+	// only attempt to remove the archive file if we don't encounter an extraction error
+	// any archives which cannot be extracted will be scanned like non-archive files
+	if err == nil {
+		if err := os.Remove(fullPath); err != nil {
+			return fmt.Errorf("failed to remove archive file: %w", err)
+		}
 	}
 
 	entries, err := os.ReadDir(d)

The fix ensures that archives which fail extraction are preserved and scanned as regular files, providing best-effort analysis of the archive bytes even when full extraction is not possible.

Detection Methods for CVE-2026-28407

Indicators of Compromise

  • Presence of malcontent versions prior to 1.21.0 in CI/CD pipelines or security tooling
  • Debug logs showing "ignoring extraction error" messages for archives that were subsequently deleted
  • Nested archives with unusual or malformed structures in scanned software packages

Detection Strategies

  • Review malcontent logs for extraction failure patterns that may indicate attempted evasion
  • Audit software packages for nested archives with deliberate corruption or edge-case formatting
  • Compare scan results between vulnerable and patched versions of malcontent to identify previously missed detections

Monitoring Recommendations

  • Monitor for extraction failures during malcontent scans and investigate patterns in failed archives
  • Implement secondary scanning tools to provide defense-in-depth for supply-chain analysis
  • Track version deployments of malcontent across security infrastructure to ensure patched versions are in use

How to Mitigate CVE-2026-28407

Immediate Actions Required

  • Upgrade Chainguard Malcontent to version 1.21.0 or later immediately
  • Re-scan previously analyzed software packages with the patched version to identify any missed detections
  • Review scan history for archives that may have failed extraction and were deleted without analysis

Patch Information

The vulnerability is fixed in Chainguard Malcontent version 1.21.0. The fix is implemented in commit 356c56659ccfcad0b249a97de8cf71f151ed3ee9 via Pull Request #1383. For detailed information, refer to the GitHub Security Advisory GHSA-945p-3jhm-6rcp.

Workarounds

  • Configure malcontent with ExitExtraction enabled to fail-fast on extraction errors rather than silently deleting problematic archives
  • Implement a pre-processing step to retain copies of all archives before malcontent analysis
  • Use complementary scanning tools alongside malcontent to provide coverage for archive content
bash
# Verify malcontent version and upgrade if necessary
malcontent --version
# Ensure version is 1.21.0 or later

# For container deployments, pull the latest image
docker pull cgr.dev/chainguard/malcontent:latest

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechChainguard Malcontent

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-703
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Pull Request #1383

  • GitHub Security Advisory GHSA-945p-3jhm-6rcp
  • Latest CVEs
  • CVE-2025-11956: OBS Student Affairs System XSS Flaw

  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs 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