Massive "FortiBleed" Campaign Compromises Credentials for over 70,000 Fortinet Devices

‘FortiBleed’ Campaign: Over 70,000 Fortinet Firewalls Compromised in Global Credential Heist

CRITICAL
June 19, 2026
June 20, 2026
m read
Cyberattack

Impact Scope

People Affected

Credentials for 73,932 devices

Industries Affected

GovernmentCritical InfrastructureTelecommunicationsFinanceHealthcareManufacturing

Geographic Impact

United StatesIndiaMexico (global)

Related Entities(initial)

Organizations

Australian Cyber Security CentreFortinet

Products & Tech

Active DirectoryFortiGateFortinet SSL VPNHashtopolis

Other

Hudson RockKevin Beaumont

Full Report(when first published)

Executive Summary

A massive and highly automated credential harvesting campaign, dubbed 'FortiBleed', has led to the compromise of administrative and SSL-VPN credentials for at least 73,932 Fortinet FortiGate devices worldwide. The operation, attributed to a Russian-speaking threat group, has affected organizations across 194 countries and over 21,000 unique domains. The attackers conducted a large-scale brute-force and credential stuffing attack, exfiltrated configuration files containing hashed credentials, and cracked them offline. Fortinet has stated this campaign does not leverage a new zero-day vulnerability but instead exploits poor security hygiene. The company's PSIRT team believes the activity involves threat actors reusing credentials from previous security incidents (e.g., FG-IR-26-060, FG-IR-25-647) and employing brute-force techniques against devices with weak passwords and no multi-factor authentication (MFA). The breach poses a significant threat, as compromised firewalls provide attackers with a direct entry point into corporate networks, enabling data theft, ransomware deployment, and lateral movement.

Threat Overview

The 'FortiBleed' campaign is a textbook example of leveraging weak credentials at scale. The threat actors systematically targeted internet-facing FortiGate firewalls and SSL-VPN gateways. Their primary method involved:

  1. Mass Scanning & Brute-Force: Conducting over 1.16 billion automated login attempts against FortiGate devices, likely reusing credentials from past breaches.
  2. Configuration Exfiltration: Stealing configuration files from vulnerable devices.
  3. Offline Hash Cracking: Extracting SSL VPN authentication hashes (sslvpn_websession) from the configuration files and cracking them offline using a powerful 45-GPU cluster managed by Hashtopolis.
  4. Credential Validation & Sale: Verifying the cracked credentials and likely selling them on underground forums or using them for direct network access.

Once initial access was gained via the compromised VPN or administrative accounts, attackers were observed pivoting into internal Active Directory environments to escalate their attacks.

Technical Analysis

The core of the attack does not rely on sophisticated exploits but on fundamental security failings. The attackers targeted the authentication mechanisms of FortiGate devices. The ability to grab configuration files suggests either the use of a prior vulnerability or the successful guessing of administrative credentials.

The most critical component was the offline cracking of password hashes. By exfiltrating the sslvpn_websession hashes, the attackers could use immense computational power without the risk of triggering lockout policies on the target devices. This highlights the danger of storing even hashed credentials in accessible configuration backups.

Fortinet has advised that upgrading to FortiOS versions 7.4, 7.6, or 8.0 mitigates the risk of offline password cracking, as these versions support PBKDF2 for hashing administrator credentials, which is significantly more resistant to brute-force attacks than older hashing mechanisms. They also recommend running the command set login-lockout-upon-weaker-encryption to disable legacy password settings.

MITRE ATT&CK Techniques:

  • T1110 - Brute Force: The attackers used brute force and credential stuffing against login interfaces.
  • T1110.002 - Password Cracking: The use of a GPU cluster to crack exfiltrated password hashes offline is a clear example of this technique.
  • T1078 - Valid Accounts: The ultimate goal and result of the campaign is the acquisition of valid administrative and VPN accounts.
  • T1589.002 - Email Addresses: The attackers likely harvested email addresses from previous breaches to use in credential stuffing attacks.
  • T1087.002 - Domain Account: Post-compromise, attackers pivoted to compromise internal Active Directory accounts.

Impact Assessment

The impact of this campaign is severe. A compromised firewall or VPN gateway is one of the most critical security failures an organization can experience. It grants attackers a trusted position on the network perimeter, from which they can:

  • Monitor and Intercept Traffic: Capture sensitive data passing through the firewall.
  • Lateral Movement: Pivot into the internal network to access servers, databases, and workstations.
  • Deploy Ransomware: Use the initial foothold to deploy ransomware across the entire enterprise.
  • Data Exfiltration: Steal intellectual property, customer data, and other sensitive information.

Given the targeting of critical infrastructure, government, and financial services, the potential for widespread disruption and significant financial loss is extremely high. The global scale of the compromise means that secondary attacks stemming from this campaign are likely to be seen for months or even years to come.

IOCs — Directly from Articles

  • Malicious User Accounts: forticloud, fortiuser, fortinet-support, fortinet-tech-support
  • Hardening Command: set login-lockout-upon-weaker-encryption
  • Related Advisories: FG-IR-26-060, FG-IR-25-647

Cyber Observables — Hunting Hints

Type
log_source
Value
FortiGate Event Log
Description
Primary source for investigating login attempts and administrative changes on Fortinet devices.
Type
event_id
Value
event_type=vpn, event_level=warning, action=ssl-login-fail
Description
FortiGate log signature for a failed SSL-VPN login attempt. A high volume indicates a brute-force or credential stuffing attack.
Type
event_id
Value
event_type=event, event_level=alert, action=login-failed-for-user
Description
FortiGate log signature for a failed administrative login. High frequency is a key indicator of attack.
Type
network_traffic_pattern
Value
Anomalous successful logins from new/unrecognized geolocations
Description
A successful admin or VPN login from a country where the organization has no presence is a major red flag.
Type
file_name
Value
sslvpn_websession
Description
This object within the FortiGate configuration contains the hashed credentials targeted by the attackers.
Type
other
Value
forticloud
Description
Unauthorized local user account observed being created by threat actors post-compromise.
Type
other
Value
fortiuser
Description
Unauthorized local user account observed being created by threat actors post-compromise.
Type
other
Value
fortinet-support
Description
Unauthorized local user account observed being created by threat actors post-compromise.
Type
other
Value
fortinet-tech-support
Description
Unauthorized local user account observed being created by threat actors post-compromise.

Detection & Response

  • Audit Logs: Immediately review FortiGate authentication logs for any successful logins that appear suspicious. Cross-reference login source IPs with threat intelligence feeds.
  • Configuration Review: Review firewall configurations for any unauthorized changes, paying close attention to the creation of unrecognized local user accounts such as forticloud, fortiuser, fortinet-support, or fortinet-tech-support.
  • Session Review: Terminate all active administrative and VPN user sessions to force re-authentication.
  • Active Directory Monitoring: If AD/LDAP integration is in use, treat the associated service account as compromised and monitor Active Directory for unusual authentication activity or the creation of new accounts.
  • EDR/NDR: Monitor internal network traffic for signs of lateral movement originating from IP addresses associated with VPN users. Look for unusual RDP, SMB, or WinRM activity.
  • D3FEND Techniques: Implement D3-DAM: Domain Account Monitoring and D3-LAM: Local Account Monitoring to detect anomalous use of the compromised credentials within the network.

Remediation Steps

Fortinet and security researchers strongly recommend the following actions:

  1. Enforce MFA: Immediately enable and enforce multi-factor authentication (MFA) for all administrative and SSL-VPN user accounts. This is the single most effective defense against this attack.
  2. Reset All Credentials: Force a password reset for all FortiGate local users, especially administrative and VPN accounts. Ensure new passwords are long, complex, and unique.
  3. Upgrade Firmware: Update all Fortinet devices to the latest recommended firmware version, specifically versions 7.4, 7.6, 8.0, or newer. These versions support PBKDF2 hashing for administrator credentials, making them more resilient to offline cracking.
  4. Harden Configuration: After upgrading, run the command set login-lockout-upon-weaker-encryption to remove support for older, weaker password encryption schemes.
  5. Validate Configuration: Review device configurations for any unauthorized changes. Compare the running configuration to a known-good backup and investigate any discrepancies, paying particular attention to newly created local users, firewall policies, and VPN settings.
  6. Implement Strong Password Policies: Enforce policies that require complex passwords and regular rotation.
  7. Restrict Access: Limit access to the FortiGate management interface to a trusted set of source IP addresses. Do not expose the management interface directly to the internet if possible.

Timeline of Events

1
June 13, 2026
Security researcher Volodymyr Diachenko first reports on the campaign.
2
June 18, 2026
The Australian Cyber Security Centre issues a critical alert regarding the FortiBleed campaign.
3
June 19, 2026
Fortinet publishes a blog post acknowledging the campaign and providing mitigation guidance.
4
June 19, 2026
This article was published

Article Updates

June 20, 2026

Severity increased

Scope of FortiBleed campaign expands to over 86,000 devices; CISA issues urgent advisory. New details on post-exploitation tools Chisel and Neo-reGeorg emerge.

The 'FortiBleed' campaign has now impacted over 86,000 Fortinet devices, an increase from previous reports. The U.S. CISA has issued an urgent advisory, emphasizing the severity and directing organizations to immediately rotate credentials and enable MFA. New analysis reveals attackers are leveraging infostealer malware logs for credential acquisition and using post-exploitation tools like Chisel and Neo-reGeorg for tunneling and lateral movement within compromised networks. A significant percentage of compromised accounts were default 'admin' or system accounts, highlighting persistent security hygiene issues. New hunting hints include process names for Chisel and Neo-reGeorg, and monitoring unusual outbound connections from firewall management interfaces.

June 20, 2026

Severity increased

The 'FortiBleed' campaign has expanded its targets to include Sophos devices and MSSQL servers, with an Initial Access Broker selling credentials on Exploit[.]in.

New analysis from Palo Alto Networks' Unit 42 reveals that the 'FortiBleed' credential harvesting campaign has broadened its scope beyond Fortinet devices to actively target Sophos appliances and MSSQL servers. An Initial Access Broker (IAB) has claimed responsibility on the Russian-language cybercrime forum 'Exploit[.]in', offering the stolen credentials for sale. The attackers continue to use password spraying techniques, continuously integrating newly compromised credentials to expand their operations and achieve persistent, high-privilege access within victim networks. This expansion significantly increases the potential impact and victim pool of the campaign.

Update Sources:

Timeline of Events

1
June 13, 2026

Security researcher Volodymyr Diachenko first reports on the campaign.

2
June 18, 2026

The Australian Cyber Security Centre issues a critical alert regarding the FortiBleed campaign.

3
June 19, 2026

Fortinet publishes a blog post acknowledging the campaign and providing mitigation guidance.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Brute ForceCredential StuffingCyberattackFortiBleedFortiGateFortinetMFA

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.