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

CVE-2025-10035: GoAnywhere MFT RCE Vulnerability

CVE-2025-10035 is a deserialization vulnerability in Fortra GoAnywhere MFT that enables remote code execution through the License Servlet. This article covers technical details, affected versions, and mitigation strategies.

Published: March 11, 2026

CVE-2025-10035 Overview

A critical deserialization vulnerability exists in the License Servlet of Fortra's GoAnywhere Managed File Transfer (MFT) solution. This vulnerability allows an attacker with a validly forged license response signature to deserialize an arbitrary actor-controlled object, potentially leading to command injection and full system compromise.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Attackers can achieve remote code execution without authentication, making this a high-priority security issue for organizations using GoAnywhere MFT.

Affected Products

  • Fortra GoAnywhere Managed File Transfer (vulnerable versions)
  • GoAnywhere MFT License Servlet component
  • Organizations using GoAnywhere MFT for secure file transfer operations

Discovery Timeline

  • September 18, 2025 - CVE-2025-10035 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-10035

Vulnerability Analysis

This vulnerability represents a classic insecure deserialization attack chain combined with cryptographic signature forgery. The License Servlet in GoAnywhere MFT processes license response data that includes serialized Java objects. When an attacker can forge a valid signature for the license response, the servlet will deserialize attacker-controlled objects without proper validation.

The attack does not require prior authentication, can be executed remotely over the network, and requires no user interaction—making it particularly dangerous for internet-exposed GoAnywhere MFT instances. Successful exploitation allows attackers to inject and execute arbitrary system commands with the privileges of the GoAnywhere MFT service account.

Root Cause

The root cause of this vulnerability is twofold: insufficient cryptographic validation of license response signatures combined with unsafe deserialization of untrusted data. The License Servlet trusts serialized objects when accompanied by what appears to be a valid signature, without adequately verifying the cryptographic integrity or properly sandboxing the deserialization process.

This follows the CWE-77 (Command Injection) pattern where untrusted input ultimately reaches a system command execution context through the deserialization gadget chain.

Attack Vector

The attack vector is network-based and follows these general phases:

  1. Signature Forgery: The attacker crafts or obtains a validly forged license response signature that the License Servlet will accept as legitimate.

  2. Malicious Object Construction: The attacker constructs a serialized Java object containing a command injection payload, leveraging available deserialization gadget chains within the GoAnywhere MFT classpath.

  3. Payload Delivery: The crafted license response with the forged signature and malicious serialized object is sent to the License Servlet endpoint.

  4. Deserialization and Execution: Upon signature validation, the servlet deserializes the malicious object, triggering the gadget chain and executing the attacker's injected commands.

The vulnerability can be exploited by unauthenticated remote attackers, requiring no user interaction, which significantly increases the risk profile for exposed instances.

Detection Methods for CVE-2025-10035

Indicators of Compromise

  • Unusual HTTP requests targeting the GoAnywhere MFT License Servlet endpoint
  • Unexpected outbound network connections from GoAnywhere MFT servers
  • Anomalous process execution spawned by the GoAnywhere MFT service
  • Modified files or new binaries appearing in GoAnywhere MFT installation directories
  • Evidence of serialized Java object payloads in web server logs

Detection Strategies

  • Monitor web application logs for suspicious requests to license-related endpoints with unusual or oversized payloads
  • Implement network-based detection rules for known Java deserialization attack patterns
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous process chains originating from the GoAnywhere MFT process
  • Review authentication logs for unauthorized access attempts preceding exploitation

Monitoring Recommendations

  • Enable verbose logging on GoAnywhere MFT License Servlet components
  • Configure SIEM alerts for command execution anomalies from GoAnywhere MFT service accounts
  • Implement file integrity monitoring on GoAnywhere MFT installation directories
  • Monitor for lateral movement indicators following potential compromise

How to Mitigate CVE-2025-10035

Immediate Actions Required

  • Apply the security patch from Fortra immediately as this vulnerability is actively exploited
  • Restrict network access to GoAnywhere MFT administrative interfaces to trusted networks only
  • Audit all GoAnywhere MFT instances for signs of compromise before and after patching
  • Consider temporarily taking vulnerable instances offline if immediate patching is not possible
  • Review and rotate any credentials that may have been exposed on compromised systems

Patch Information

Fortra has released a security patch addressing this vulnerability. Organizations should consult the Fortra Security Advisory FI-2025-012 for specific patch versions and upgrade instructions. Given that this vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog, federal agencies and organizations following CISA guidance should prioritize remediation according to the specified deadline.

Workarounds

  • Implement network segmentation to limit access to GoAnywhere MFT servers from untrusted networks
  • Deploy a web application firewall (WAF) with rules to detect and block serialized Java object payloads
  • Disable or restrict access to the License Servlet if not operationally required
  • Apply IP allowlisting to limit connections to known administrative hosts only
  • Monitor for exploitation attempts while awaiting patch deployment
bash
# Network segmentation example - restrict License Servlet access
# Add firewall rules to limit access to GoAnywhere MFT ports
iptables -A INPUT -p tcp --dport 8000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

# Verify GoAnywhere MFT service is running with least privilege
ps aux | grep -i goanywhere

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFortra Goanywhere Managed File Transfer

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability52.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-77
  • Technical References
  • CISA Known Exploited Vulnerability CVE-2025-10035
  • Vendor Resources
  • Fortra Security Advisory FI-2025-012
  • Related CVEs
  • CVE-2023-0669: Fortra GoAnywhere MFT RCE Vulnerability

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

  • 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