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

CVE-2026-41193: FreeScout Path Traversal Vulnerability

CVE-2026-41193 is a path traversal flaw in FreeScout that allows authenticated admins to write files anywhere on the server via crafted ZIP archives. This article covers technical details, affected versions, and patches.

Published: April 23, 2026

CVE-2026-41193 Overview

CVE-2026-41193 is a critical path traversal vulnerability affecting FreeScout, a popular free self-hosted help desk and shared mailbox solution. Prior to version 1.8.215, FreeScout's module installation feature extracts ZIP archives without properly validating file paths. This flaw allows an authenticated administrator to write files arbitrarily to the server filesystem by uploading a specially crafted ZIP archive containing path traversal sequences.

Critical Impact

An authenticated administrator can achieve arbitrary file write on the server, potentially leading to full system compromise through remote code execution by overwriting critical application files or placing web shells in accessible locations.

Affected Products

  • FreeScout versions prior to 1.8.215
  • FreeScout self-hosted help desk installations with module installation feature enabled
  • Systems where authenticated administrators have access to the module upload functionality

Discovery Timeline

  • April 21, 2026 - CVE-2026-41193 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-41193

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), where the application fails to properly sanitize file paths extracted from ZIP archives during the module installation process. When an administrator uploads a ZIP file through FreeScout's module installation feature, the application extracts the archive contents without checking for directory traversal sequences such as ../ or ..\ within filenames.

The flaw exists in the Zipper component used by FreeScout, specifically in how it handles file extraction paths. Without proper validation, an attacker-controlled ZIP file can include entries with relative path components that escape the intended extraction directory, allowing files to be written anywhere on the filesystem where the web server has write permissions.

Root Cause

The root cause of this vulnerability lies in the absence of path validation logic in the ZIP extraction routine. The Zipper.php component processed filenames from ZIP archives directly without checking whether the resulting destination path remained within the expected extraction directory. This oversight allowed malicious ZIP entries containing ../ sequences to traverse the directory structure and write files to arbitrary locations.

Attack Vector

The attack requires network access and high privileges (administrator authentication). An attacker with administrative access to a FreeScout instance can:

  1. Craft a malicious ZIP file containing entries with path traversal sequences (e.g., ../../../var/www/html/shell.php)
  2. Upload the ZIP through the module installation feature
  3. The vulnerable extraction routine writes files outside the intended module directory
  4. Depending on the target path, this could overwrite configuration files, plant web shells, or modify application code

The security patch implemented validation at two levels to prevent this attack:

php
    {
        $tmpPath = str_replace($this->getInternalPath(), '', $fileName);
 
+        // Prevent Zip traversal attacks
+        if (strpos($fileName, '../') !== false || strpos($fileName, '..\\') !== false) {
+            \Log::error('[Zipper] Path traversal detected - special characters found within filename: '.$fileName);
+            throw new \RuntimeException('Zipper: Path traversal detected - special characters found within filename');
+        }
+        // Block path traversal attempts
+        $realBase = realpath($path);
+        $realDest = realpath(pathinfo($path . DIRECTORY_SEPARATOR . $tmpPath)['dirname'] ?? '');
+        if ($realDest === false || strpos($realDest, $realBase) !== 0) {
+            \Log::error('[Zipper] Path traversal detected - path: '.$path.'; fileName: '.$fileName.'; realBase: '.$realBase.'; tmpPath: '.$tmpPath.'; realDest: '.$realDest);
+            throw new \RuntimeException('Zipper: Path traversal detected');
+        }
+
        // We need to create the directory first in case it doesn't exist
        $dir = pathinfo($path.DIRECTORY_SEPARATOR.$tmpPath, PATHINFO_DIRNAME);
        if (!$this->file->exists($dir) && !$this->file->makeDirectory($dir, 0755, true, true)) {
-            throw new \RuntimeException('Failed to create folders');
+            throw new \RuntimeException('Zipper: Failed to create folders');
        }
 
        $toPath = $path.DIRECTORY_SEPARATOR.$tmpPath;

Source: GitHub Commit

Detection Methods for CVE-2026-41193

Indicators of Compromise

  • Unexpected files appearing outside the FreeScout modules directory after module installation attempts
  • Web shells or PHP files in web-accessible directories that were not legitimately installed
  • Modifications to FreeScout configuration files (config/app.php, .env) or core application files
  • Log entries showing ZIP extraction operations with unusual file paths containing ../ sequences

Detection Strategies

  • Monitor file system write operations in the FreeScout installation directory and parent directories during module uploads
  • Implement file integrity monitoring (FIM) on critical FreeScout files and system directories
  • Review web server access logs for requests to unexpected PHP files that may indicate deployed web shells
  • Audit FreeScout application logs for errors related to ZIP extraction or module installation failures

Monitoring Recommendations

  • Enable detailed logging for the FreeScout module installation process to capture file extraction events
  • Configure alerts for new file creation events outside expected module directories
  • Implement regular file system scans comparing against known-good baselines
  • Monitor administrator actions in FreeScout audit logs for suspicious module installation activity

How to Mitigate CVE-2026-41193

Immediate Actions Required

  • Upgrade FreeScout to version 1.8.215 or later immediately
  • Audit the file system for any unexpected files that may have been written outside module directories
  • Review administrator accounts and remove unnecessary administrative access
  • Check web-accessible directories for suspicious PHP files that could be web shells

Patch Information

FreeScout version 1.8.215 addresses this vulnerability by implementing path validation in the ZIP extraction process. The fix includes two layers of protection: first, it checks for the presence of ../ or ..\ sequences in filenames; second, it validates that the resolved destination path remains within the expected base directory using realpath() comparisons.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-r85m-5mc9-cc9w and the GitHub Release 1.8.215.

Workarounds

  • Restrict module installation capability to only essential trusted administrators until the patch is applied
  • Disable the module installation feature entirely if not required for operations
  • Implement network-level restrictions to limit access to the FreeScout admin panel
  • Deploy a web application firewall (WAF) to inspect uploaded files for path traversal patterns
bash
# Configuration example - Restrict access to FreeScout admin panel by IP (Apache)
<Directory /var/www/freescout/public>
    <Files "index.php">
        # Allow only trusted admin IPs
        Require ip 10.0.0.0/8 192.168.1.0/24
    </Files>
</Directory>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFreescout

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.04%

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

  • GitHub Release 1.8.215

  • GitHub Security Advisory GHSA-r85m-5mc9-cc9w
  • Related CVEs
  • CVE-2026-40496: FreeScout Auth Bypass Vulnerability

  • CVE-2026-40497: FreeScout Privilege Escalation Flaw

  • CVE-2026-40589: FreeScout Information Disclosure Flaw

  • CVE-2026-40591: FreeScout Auth Bypass 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