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-22783

CVE-2026-22783: Iris DFIR Path Traversal Vulnerability

CVE-2026-22783 is a path traversal flaw in Iris DFIR platform that allows authenticated users to delete arbitrary files through mass assignment. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2026-22783 Overview

CVE-2026-22783 is a critical arbitrary file deletion vulnerability in DFIR-IRIS, a web collaborative platform designed to help incident responders share technical details during investigations. The vulnerability exists in the datastore file management system, where improper handling of the file_local_name field combined with insufficient path validation in the delete operation allows authenticated users to delete arbitrary files on the filesystem.

Critical Impact

Authenticated attackers can leverage this vulnerability to delete any file accessible to the web application, potentially leading to system instability, data loss, or complete denial of service through deletion of critical system files.

Affected Products

  • DFIR-IRIS (iris-web) versions prior to 2.4.24

Discovery Timeline

  • 2026-01-12 - CVE CVE-2026-22783 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22783

Vulnerability Analysis

This vulnerability falls under CWE-73 (External Control of File Name or Path), which occurs when an application allows user-controlled input to influence file path operations without proper validation. The DFIR-IRIS platform's datastore file management system fails to properly restrict which file paths can be specified and subsequently deleted.

The attack chain exploits a mass assignment vulnerability combined with a trusted path deletion operation. When users upload files to the datastore, the application stores metadata including the file_local_name field. The vulnerability allows authenticated users to modify this field to point to any filesystem path. When the delete operation is subsequently triggered, the application removes the file at the specified path without validating whether it falls within the expected datastore directory.

The impact is significant because the application trusts the file_local_name value during deletion without performing path canonicalization or boundary checks. This allows attackers to specify paths using absolute paths or path traversal sequences to target files outside the intended datastore location.

Root Cause

The root cause of CVE-2026-22783 is twofold: first, a mass assignment vulnerability that allows authenticated users to modify the file_local_name field to arbitrary values, and second, insufficient path validation in the delete operation that blindly trusts this user-controlled field without verifying the target path is within the expected datastore boundaries.

Attack Vector

The attack is executed through a three-step chain:

  1. File Upload: An authenticated user uploads a legitimate file to the DFIR-IRIS datastore, creating a file record with associated metadata.

  2. Mass Assignment: The attacker modifies the file_local_name field of the uploaded file's record to point to a target file on the filesystem (e.g., /etc/passwd, application configuration files, or database files).

  3. Triggered Deletion: The attacker initiates the delete operation for the uploaded file. The application uses the modified file_local_name value to locate and delete the file, resulting in the removal of the attacker-specified target file.

This network-accessible attack requires low privileges (any authenticated user) and no user interaction, making it easily exploitable in environments where multiple users have access to the DFIR-IRIS platform.

Detection Methods for CVE-2026-22783

Indicators of Compromise

  • Unexpected file deletions on the server hosting DFIR-IRIS, particularly system or configuration files
  • Datastore file records with file_local_name values containing absolute paths or path traversal sequences (e.g., ../, /etc/)
  • Application errors or crashes resulting from missing critical files
  • Audit logs showing file metadata modifications followed by delete operations

Detection Strategies

  • Monitor file integrity of critical system files and application configuration on DFIR-IRIS servers
  • Implement logging for all datastore file operations, particularly metadata updates to the file_local_name field
  • Set up alerts for delete operations targeting paths outside the expected datastore directory
  • Review application logs for suspicious patterns of file upload, metadata modification, and deletion sequences

Monitoring Recommendations

  • Enable comprehensive audit logging for all file management API endpoints in DFIR-IRIS
  • Deploy file integrity monitoring (FIM) solutions on servers hosting the application
  • Configure alerts for any modifications to sensitive system files
  • Regularly audit user activity within the DFIR-IRIS platform for unusual file operations

How to Mitigate CVE-2026-22783

Immediate Actions Required

  • Upgrade DFIR-IRIS to version 2.4.24 or later immediately
  • Audit existing datastore file records for suspicious file_local_name values
  • Review server filesystem for any unexpected file deletions
  • Restrict access to the DFIR-IRIS platform to only trusted users until patching is complete

Patch Information

The vulnerability has been addressed in DFIR-IRIS version 2.4.24. The fix implements proper path validation to ensure that file deletion operations only affect files within the intended datastore directory. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed information about the fix, refer to the GitHub Commit Details and the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to restrict DFIR-IRIS access to only essential personnel
  • Deploy a web application firewall (WAF) with rules to detect and block path traversal patterns in API requests
  • Run the DFIR-IRIS application with minimal filesystem permissions to limit the scope of potential file deletions
  • Consider temporarily disabling the datastore file management feature if it is not critical to operations
bash
# Example: Restrict filesystem permissions for DFIR-IRIS application user
# Ensure the application user has minimal write/delete access outside datastore
chown -R iris-app:iris-app /opt/iris/datastore
chmod 700 /opt/iris/datastore
# Verify the application runs as a non-privileged user
ps aux | grep iris

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechIris

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-73
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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