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

CVE-2025-14362: GoAnywhere MFT Auth Bypass Vulnerability

CVE-2025-14362 is an authentication bypass flaw in Fortra GoAnywhere MFT that allows brute force attacks on SSH keys due to unenforced login limits. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2025-14362 Overview

CVE-2025-14362 is a brute force vulnerability affecting Fortra's GoAnywhere Managed File Transfer (MFT) solution prior to version 7.10.0. The vulnerability exists because the SFTP service fails to enforce login attempt limits when a Web User is configured for SSH key authentication. This improper restriction of excessive authentication attempts (CWE-307) allows attackers to conduct brute force attacks against SSH keys without being rate-limited or locked out.

Critical Impact

Attackers can perform unlimited SSH key guessing attempts against the SFTP service, potentially compromising user accounts configured with weak or predictable SSH keys without triggering account lockout mechanisms.

Affected Products

  • Fortra GoAnywhere Managed File Transfer versions prior to 7.10.0
  • SFTP service with Web Users configured for SSH key authentication
  • All deployment environments running vulnerable versions

Discovery Timeline

  • 2026-04-21 - CVE-2025-14362 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-14362

Vulnerability Analysis

This authentication bypass vulnerability stems from inconsistent enforcement of login rate limiting controls within the GoAnywhere MFT SFTP service. While the platform implements login attempt limits for standard credential-based authentication, these protective mechanisms are not properly applied when users authenticate via SSH keys.

The flaw specifically affects Web User accounts that have been configured to use SSH key-based authentication. In a properly secured implementation, failed authentication attempts should be counted and enforced regardless of the authentication method. However, the vulnerable versions of GoAnywhere MFT fail to track or limit failed SSH key authentication attempts, creating a significant security gap.

An attacker exploiting this vulnerability can systematically attempt to authenticate using different SSH keys without triggering the platform's normal brute force protection mechanisms. This is particularly concerning in enterprise environments where GoAnywhere MFT is used for sensitive file transfers.

Root Cause

The root cause is classified as CWE-307: Improper Restriction of Excessive Authentication Attempts. The SFTP service implementation contains a logic flaw where the login attempt counter and lockout mechanism are bypassed for SSH key authentication flows. The authentication pathway for SSH keys does not properly integrate with the existing rate limiting infrastructure that protects password-based logins, resulting in an unprotected attack surface.

Attack Vector

The attack is network-based and can be executed remotely without any prior authentication or user interaction. An attacker can target the SFTP service endpoint and attempt repeated SSH key authentications against known user accounts.

The attack methodology involves connecting to the target's SFTP service and systematically attempting authentication with different SSH key pairs. Because the login limit is not enforced, an attacker can make unlimited attempts to guess or brute force valid SSH keys. This is particularly effective against organizations that may have users with weak or commonly used SSH key pairs, or in scenarios where partial key information has been leaked.

Detection Methods for CVE-2025-14362

Indicators of Compromise

  • Abnormally high volume of failed SSH key authentication attempts from single IP addresses
  • Rapid succession of SFTP connection attempts targeting specific user accounts
  • Authentication logs showing thousands of failed key exchanges without triggering lockouts
  • Unusual connection patterns to SFTP service ports from external IP addresses

Detection Strategies

  • Monitor SFTP authentication logs for excessive failed login attempts per user account
  • Implement external rate limiting at the network or firewall level for SFTP connections
  • Configure SIEM alerts for brute force patterns targeting SSH key authentication
  • Review GoAnywhere MFT audit logs for signs of systematic authentication probing

Monitoring Recommendations

  • Enable detailed logging for all SFTP authentication attempts including SSH key failures
  • Implement network-level monitoring for connection rates to GoAnywhere MFT services
  • Set up alerting thresholds for failed authentication attempts per source IP and target account
  • Regularly audit Web User accounts configured for SSH key authentication

How to Mitigate CVE-2025-14362

Immediate Actions Required

  • Upgrade Fortra GoAnywhere MFT to version 7.10.0 or later immediately
  • Implement network-level rate limiting for SFTP service connections as an interim control
  • Review and audit all Web User accounts configured for SSH key authentication
  • Consider temporarily disabling SSH key authentication until the patch is applied

Patch Information

Fortra has addressed this vulnerability in GoAnywhere MFT version 7.10.0. Organizations should upgrade to this version or later to ensure the login limit is properly enforced for SFTP service SSH key authentication. Detailed patch information is available in the Fortra Security Advisory FI-2026-002.

Workarounds

  • Deploy external rate limiting controls at firewall or load balancer level for SFTP traffic
  • Restrict SFTP service access to known IP addresses using network ACLs or firewall rules
  • Enforce strong SSH key policies requiring minimum key lengths and modern algorithms
  • Consider implementing multi-factor authentication for sensitive file transfer operations
  • Monitor and alert on unusual SFTP connection patterns while awaiting patch deployment
bash
# Example: Implement firewall rate limiting for SFTP connections (iptables)
# Limit new SFTP connections to 10 per minute per source IP
iptables -A INPUT -p tcp --dport 22 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFortra Goanywhere Managed File Transfer

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-307
  • Vendor Resources
  • Fortra Security Advisory FI-2026-002
  • Related CVEs
  • CVE-2026-0971: GoAnywhere MFT Auth Bypass Vulnerability

  • CVE-2024-0204: GoAnywhere MFT Auth Bypass Vulnerability

  • CVE-2026-1089: GoAnywhere MFT Information Disclosure Flaw

  • CVE-2023-0669: Fortra GoAnywhere MFT RCE 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