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-2025-0049

CVE-2025-0049: Fortra GoAnywhere MFT Path Disclosure Flaw

CVE-2025-0049 is an information disclosure vulnerability in Fortra GoAnywhere Managed File Transfer that exposes absolute server paths through error messages. This article covers the technical details, affected versions, and remediation.

Updated: January 22, 2026

CVE-2025-0049 Overview

CVE-2025-0049 is an information disclosure vulnerability in Fortra GoAnywhere Managed File Transfer (MFT) that exposes absolute server path information through verbose error messages. When a web user without Create permission on subfolders attempts to upload a file to a non-existent directory, the application returns an error message containing the full server path. This information leakage can enable attackers to perform application mapping and fuzzing attacks to better understand the target environment.

Critical Impact

Attackers can leverage exposed server paths to map application infrastructure, identify potential attack surfaces, and craft more targeted exploitation attempts against the file transfer system.

Affected Products

  • Fortra GoAnywhere Managed File Transfer versions prior to 7.8.0
  • GoAnywhere MFT web portal file upload functionality
  • Environments with web users configured with restricted subfolder permissions

Discovery Timeline

  • 2025-04-28 - CVE CVE-2025-0049 published to NVD
  • 2025-05-10 - Last updated in NVD database

Technical Details for CVE-2025-0049

Vulnerability Analysis

This vulnerability is classified as CWE-209 (Generation of Error Message Containing Sensitive Information). The flaw exists in the error handling mechanism of GoAnywhere MFT's web file upload functionality. When processing upload requests, the application fails to properly sanitize error messages before returning them to the user. This results in the disclosure of internal server filesystem paths that should remain hidden from external users.

The network-accessible nature of this vulnerability means any authenticated web user with low privileges can trigger the information disclosure simply by attempting to upload files to directories that don't exist. No user interaction is required beyond the initial authentication, and the attack complexity is low. While the vulnerability doesn't directly allow modification or destruction of data, the exposed path information provides valuable reconnaissance data for more sophisticated attacks.

Root Cause

The root cause stems from improper error handling in the file upload processing logic. When the application encounters a non-existent directory during an upload attempt, it generates an exception or error condition that includes the absolute filesystem path in the error response. The application fails to implement proper error message sanitization that would strip sensitive path information before presenting the error to the user. This is a common development oversight where debug-level error information is inadvertently exposed in production environments.

Attack Vector

An attacker with valid but limited web user credentials can exploit this vulnerability through the following approach:

  1. The attacker authenticates to the GoAnywhere MFT web portal with any valid web user account
  2. The attacker initiates file upload requests targeting non-existent directory paths
  3. For each request targeting a non-existent path, the server returns an error message containing the absolute server path
  4. By systematically testing various directory names and paths, the attacker can map the server's directory structure
  5. This information can be used to identify configuration directories, application paths, and potential targets for subsequent attacks

The vulnerability enables fuzzing for application mapping, where attackers can enumerate the filesystem structure by analyzing the paths returned in error messages. This reconnaissance information is particularly valuable when chained with other vulnerabilities or attack techniques.

Detection Methods for CVE-2025-0049

Indicators of Compromise

  • Unusual patterns of failed file upload attempts by single users
  • Multiple upload requests targeting various non-existent directory paths in rapid succession
  • Web users with limited permissions attempting uploads outside their designated folders
  • Application log entries showing repeated path-related error conditions

Detection Strategies

  • Monitor GoAnywhere MFT logs for patterns of repeated upload failures to non-existent directories
  • Implement alerting for high volumes of 4xx error responses from the file upload endpoint
  • Correlate failed upload attempts with user privilege levels to identify potential reconnaissance activity
  • Review web application firewall logs for systematic directory enumeration patterns

Monitoring Recommendations

  • Enable detailed logging for file upload operations including request paths and error responses
  • Configure SIEM rules to detect sequential upload failure events from single source IPs or user accounts
  • Implement baseline monitoring for normal upload failure rates to identify anomalous activity
  • Review user activity logs periodically for accounts exhibiting fuzzing-like behavior patterns

How to Mitigate CVE-2025-0049

Immediate Actions Required

  • Upgrade Fortra GoAnywhere MFT to version 7.8.0 or later immediately
  • Review web user permissions and apply principle of least privilege
  • Audit user accounts with file upload capabilities for necessity
  • Enable enhanced logging to detect potential exploitation attempts

Patch Information

Fortra has addressed this vulnerability in GoAnywhere MFT version 7.8.0. Organizations running affected versions should upgrade to version 7.8.0 or later. The security fix ensures that error messages no longer expose absolute server path information to users. Detailed information about the patch is available in the Fortra Security Advisory FI-2025-004.

Workarounds

  • Implement a web application firewall (WAF) to filter or modify error responses before they reach users
  • Configure custom error pages at the reverse proxy level to mask verbose application errors
  • Restrict web user access to only specifically required directories with explicit permissions
  • Consider network segmentation to limit exposure of the GoAnywhere MFT web interface
bash
# Example: Configure reverse proxy to suppress detailed error messages
# Apache mod_proxy configuration snippet
<Location /goanywhere>
    ProxyPass http://internal-goanywhere:8080/
    ProxyPassReverse http://internal-goanywhere:8080/
    
    # Suppress detailed error pages
    ErrorDocument 400 "Request error"
    ErrorDocument 403 "Access denied"
    ErrorDocument 404 "Not found"
    ErrorDocument 500 "Server error"
</Location>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFortra Goanywhere Managed File Transfer

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-209
  • Vendor Resources
  • Fortra Security Advisory FI-2025-004
  • Related CVEs
  • CVE-2023-0669: Fortra GoAnywhere MFT RCE Vulnerability

  • CVE-2025-10035: GoAnywhere MFT RCE Vulnerability

  • CVE-2024-0204: GoAnywhere MFT Auth Bypass Vulnerability
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