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
    • 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-2023-39026

CVE-2023-39026: Filemage Gateway Path Traversal Flaw

CVE-2023-39026 is a directory traversal vulnerability in Filemage Gateway Windows Deployments that enables remote attackers to access sensitive information. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-39026 Overview

CVE-2023-39026 is a Directory Traversal vulnerability affecting FileMage Gateway Windows Deployments version 1.10.8 and earlier. This flaw allows remote attackers to obtain sensitive information by sending crafted requests to the /mgmt/ component. The vulnerability enables unauthenticated attackers to read arbitrary files from the affected system, potentially exposing configuration files, credentials, and other sensitive data stored on Windows servers running the vulnerable FileMage Gateway software.

Critical Impact

Remote unauthenticated attackers can exploit this Directory Traversal flaw to access sensitive files on Windows systems running FileMage Gateway, potentially leading to credential theft, configuration exposure, and further system compromise.

Affected Products

  • FileMage Gateway for Windows versions 1.10.8 and earlier
  • FileMage Gateway Windows Deployments with exposed /mgmt/ management interface
  • Microsoft Windows systems running vulnerable FileMage Gateway installations

Discovery Timeline

  • 2023-08-22 - CVE-2023-39026 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-39026

Vulnerability Analysis

This Directory Traversal vulnerability exists in the FileMage Gateway management interface, specifically within the /mgmt/ component. The vulnerability stems from improper validation of user-supplied path input, allowing attackers to escape the intended directory structure and access files outside the web root. When exploited, this flaw enables Local File Inclusion (LFI), granting unauthorized read access to sensitive system files.

The attack requires no authentication and can be executed remotely over the network. Since there is no user interaction required, the attack surface is particularly broad for any internet-exposed FileMage Gateway instances. The vulnerability impacts confidentiality by allowing disclosure of sensitive information, though it does not directly affect system integrity or availability.

Root Cause

The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory). The /mgmt/ component fails to properly sanitize path traversal sequences (such as ../) in user-supplied input. This allows attackers to craft malicious requests that traverse outside the intended directory structure to access arbitrary files on the Windows file system.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can send specially crafted HTTP requests to the /mgmt/ endpoint containing directory traversal sequences. These sequences allow the attacker to navigate upward through the directory structure and specify paths to sensitive files such as Windows configuration files, application credentials, or other sensitive data stored on the system.

The vulnerability is exploited through the management interface, making it particularly dangerous when this interface is exposed to untrusted networks. Technical details and exploitation methodology have been publicly documented, with exploit information available on Packet Storm Security and in the researcher's technical blog.

Detection Methods for CVE-2023-39026

Indicators of Compromise

  • HTTP requests to the /mgmt/ endpoint containing path traversal sequences such as ../, ..%2f, or URL-encoded variants
  • Unusual access patterns to the FileMage Gateway management interface from external IP addresses
  • Web server logs showing requests attempting to access files outside the web application directory structure
  • Access attempts to sensitive Windows system files like C:\Windows\System32\config\ or application configuration files

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block requests containing directory traversal patterns targeting the /mgmt/ path
  • Implement intrusion detection signatures for HTTP requests containing ../ sequences or encoded traversal attempts to FileMage Gateway endpoints
  • Monitor FileMage Gateway access logs for anomalous requests to the management interface, particularly those with unusual path components
  • Configure file integrity monitoring on sensitive system and application configuration files to detect unauthorized access

Monitoring Recommendations

  • Enable detailed logging on FileMage Gateway and configure log forwarding to a centralized SIEM solution
  • Monitor for failed and successful authentication attempts to the management interface
  • Set up alerts for any external access to the /mgmt/ management component
  • Regularly review web server access logs for patterns indicative of directory traversal exploitation attempts

How to Mitigate CVE-2023-39026

Immediate Actions Required

  • Upgrade FileMage Gateway to version 1.10.9 or later, which addresses this vulnerability
  • Restrict network access to the /mgmt/ management interface to trusted IP addresses only
  • Implement firewall rules to prevent external access to the FileMage Gateway management interface
  • Review system logs for any evidence of exploitation attempts prior to patching

Patch Information

FileMage has released version 1.10.9 which addresses this vulnerability. Organizations should update to the latest available version as soon as possible. The FileMage Update Change Log provides details on the security fixes included in each release. Additional technical details about this vulnerability are available through the Packet Storm Security advisory and the researcher's technical blog.

Workarounds

  • Place the FileMage Gateway management interface behind a VPN or access control solution to limit exposure
  • Configure network segmentation to isolate systems running FileMage Gateway from untrusted networks
  • Deploy a reverse proxy or WAF with path traversal filtering in front of the FileMage Gateway management interface
  • Disable or restrict access to the /mgmt/ endpoint if management functionality is not actively required
bash
# Network restriction example using Windows Firewall
# Block external access to FileMage Gateway management port
netsh advfirewall firewall add rule name="Block FileMage MGMT External" dir=in action=block protocol=tcp localport=443 remoteip=any
# Allow management access from trusted admin network only
netsh advfirewall firewall add rule name="Allow FileMage MGMT Admin Network" dir=in action=allow protocol=tcp localport=443 remoteip=10.0.0.0/8

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFilemage

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability81.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm Local File Inclusion

  • Raindayzz Technical Blog Vulnerability

  • FileMage Update Change Log
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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