Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-34079

CVE-2026-34079: Flatpak Path Traversal Vulnerability

CVE-2026-34079 is a path traversal flaw in Flatpak that allows sandboxed apps to delete arbitrary host files through improper cache path validation. This article covers technical details, affected versions, and patches.

Published: April 10, 2026

CVE-2026-34079 Overview

CVE-2026-34079 is a path traversal vulnerability in Flatpak, a widely-used Linux application sandboxing and distribution framework. The vulnerability exists in the caching mechanism for ld.so, where outdated cache files are removed without properly validating that the application-controlled path to the outdated cache resides within the intended cache directory. This flaw allows malicious Flatpak applications to escape their sandbox and delete arbitrary files on the host system.

Critical Impact

Malicious Flatpak applications can leverage this vulnerability to delete arbitrary files on the host system, potentially leading to denial of service, data destruction, or privilege escalation by removing critical system files or security configurations.

Affected Products

  • Flatpak versions prior to 1.16.4
  • Linux distributions using vulnerable Flatpak versions
  • Systems running untrusted Flatpak applications

Discovery Timeline

  • April 7, 2026 - CVE-2026-34079 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34079

Vulnerability Analysis

This vulnerability stems from insufficient path validation in Flatpak's ld.so cache management functionality. The dynamic linker cache (ld.so.cache) is used by Linux systems to speed up the loading of shared libraries. Flatpak, as a sandboxing framework, maintains its own cache management to support isolated application environments.

The flaw occurs during the cache cleanup process when Flatpak attempts to remove outdated cache files. The application can control the path parameter that points to the cache file to be deleted. However, the code fails to verify that the supplied path actually resides within the legitimate cache directory before performing the deletion operation.

An attacker who controls a Flatpak application can craft a malicious path using directory traversal sequences (such as ../) to escape the intended cache directory. When the cache cleanup routine executes, it will follow the traversal path and delete files outside the sandbox boundary on the host filesystem.

Root Cause

The root cause is a classic CWE-22 (Path Traversal) vulnerability where user-controlled input is used to construct a file path without adequate sanitization. The cache cleanup function trusts the path provided without canonicalizing it or verifying it stays within the expected directory boundaries. This allows path traversal sequences to redirect file operations to unintended locations on the host system.

Attack Vector

The attack can be executed remotely in scenarios where users install malicious Flatpak applications from untrusted sources. The attack flow involves:

  1. An attacker creates a malicious Flatpak application package
  2. The application manipulates the cache path to include directory traversal sequences
  3. When Flatpak performs cache maintenance, it processes the malicious path
  4. The cleanup routine follows the traversal path outside the cache directory
  5. Arbitrary files on the host system are deleted based on the attacker's crafted path

This vulnerability bypasses Flatpak's sandbox isolation, which is particularly concerning since sandboxing is Flatpak's primary security feature. For more technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34079

Indicators of Compromise

  • Unexpected file deletions on the host system, particularly system configuration files or security-related files
  • Flatpak applications attempting to access or modify paths outside their sandbox boundaries
  • Unusual ld.so cache operations with paths containing ../ sequences
  • System instability or service failures due to missing critical files

Detection Strategies

  • Monitor file system operations for deletion events originating from Flatpak processes targeting paths outside expected sandbox directories
  • Implement audit rules for file deletions in critical system directories that correlate with Flatpak process execution
  • Deploy file integrity monitoring (FIM) solutions to detect unexpected changes to system files
  • Analyze Flatpak application manifests and runtime behavior for suspicious path references

Monitoring Recommendations

  • Enable auditd rules to track file deletion syscalls (unlink, unlinkat) from Flatpak-related processes
  • Configure centralized logging to capture Flatpak sandbox escape attempts
  • Implement real-time alerting for file operations in sensitive directories such as /etc, /usr, and /var
  • Review installed Flatpak applications and their sources regularly for suspicious packages

How to Mitigate CVE-2026-34079

Immediate Actions Required

  • Update Flatpak to version 1.16.4 or later immediately on all affected systems
  • Review installed Flatpak applications and remove any from untrusted sources
  • Audit recent file deletions on systems running vulnerable Flatpak versions
  • Restrict Flatpak installation privileges to trusted administrators only

Patch Information

The vulnerability has been fixed in Flatpak version 1.16.4. The patch implements proper path validation to ensure that cache file paths cannot traverse outside the designated cache directory. System administrators should update their Flatpak installations through their distribution's package manager or by following the official Flatpak update procedures. For detailed patch information, see the GitHub Security Advisory.

Workarounds

  • Temporarily disable automatic cache cleanup in Flatpak configurations until the patch can be applied
  • Only install Flatpak applications from trusted sources such as Flathub with verified publishers
  • Run Flatpak with additional security restrictions using tools like firejail or SELinux policies
  • Consider temporarily removing untrusted Flatpak applications until systems are patched
bash
# Update Flatpak to the patched version
# For Debian/Ubuntu-based systems:
sudo apt update && sudo apt upgrade flatpak

# For Fedora/RHEL-based systems:
sudo dnf update flatpak

# Verify Flatpak version after update
flatpak --version

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFlatpak

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40354: Flatpak Path Traversal Vulnerability

  • CVE-2026-39977: flatpak-builder Path Traversal Flaw

  • CVE-2026-34078: Flatpak Symlink RCE Vulnerability

  • CVE-2024-32462: Flatpak Sandbox Escape RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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