The ongoing FortiBleed campaign has targeted over 430,000 FortiGate firewalls since February 2026, executing a large-scale credential harvesting operation. The attackers, identified as a Russian-speaking initial access broker, exploit vulnerabilities to gain unauthorized access to sensitive systems.
Organizations utilizing FortiGate firewalls globally are at risk. This breach not only threatens the integrity of these systems but also puts user credentials at significant risk of exposure.
This campaign underscores the vulnerabilities inherent in widely used firewall systems and demonstrates the need for enhanced security measures. Compromised credentials can lead to unauthorized access to critical infrastructure, posing risks of data breaches and operational disruptions.
- Assess all FortiGate firewall instances for exposure and apply necessary patches.
- Enhance monitoring and logging capabilities to detect suspicious access attempts.
- Implement strong password policies and multi-factor authentication for all system access.
Key Technical Findings
FortiBleed credential harvesting campaign targeting FortiGate firewalls.
FortiGate firewalls (specific versions not specified).
Exposed services on FortiGate firewalls accessible over the internet.
Brute-forcing credentials on exposed services.
Not specified in the source material.
Not specified in the source material.
Not specified in the source material.
Harvesting user credentials through brute force techniques.
Not specified in the source material.
Not specified in the source material.
High potential for unauthorized access and data breaches.
Technical Background
The FortiBleed campaign exploits vulnerabilities in the authentication mechanisms of FortiGate firewalls. Attackers leverage exposed services on these devices, often found in organizations that have inadequately secured their network perimeter. The primary objective of this attack is to harvest credentials, which can then be used to gain broader access within an organization’s network.
As firewalls are critical components of network security infrastructures, their compromise can lead to severe implications, including data leaks and operational disruptions. Security controls such as proper configuration management and continuous monitoring are essential to mitigate these risks. Organizations must ensure that their firewall systems are updated regularly to defend against such targeted attack campaigns.
Attack Chain Analysis
-
Initial Access
Activity Discovery of exposed services on FortiGate firewalls.
Evidence Logs indicating unauthorized access attempts on firewall management interfaces.
Telemetry Firewall access logs and IDS alerts.
Detection opportunity Monitor logs for failed login attempts and unusual IP addresses accessing management interfaces.
-
Credential Access
Activity Brute-forcing credentials to gain unauthorized access.
Evidence Multiple failed login attempts followed by successful logins from unusual locations.
Telemetry Authentication logs from firewalls and correlated login attempts from SIEM solutions.
Detection opportunity Implement alerts for multiple failed login attempts from a single IP address within a short timeframe.
Deep Technical Behavior Analysis
The behavior associated with the FortiBleed campaign indicates a systematic approach to credential harvesting. Attackers likely utilize automated tools for scanning and brute-forcing exposed services on FortiGate devices. Such tools can rapidly iterate through common username-password combinations, significantly increasing the likelihood of success against weak passwords. Once credentials are compromised, attackers may attempt lateral movement into other systems within the network, although specific methods of lateral movement were not detailed in the source material.
Potential C2 Behavior
Post-compromise command-and-control (C2) behavior was not specified in the source material. However, successful attackers typically establish persistent connections to facilitate further exploitation or data exfiltration. Organizations should prepare for potential outbound connections to suspicious IPs as part of their incident response strategy.
Indicators of Compromise
Indicators of Behavior
| Behavioral Indicator | Description | Data Source | Confidence |
|---|---|---|---|
| Brute Force Login Attempts | Multiple failed login attempts followed by successful logins. | Firewall logs, SIEM solutions | Potential |
Detection Engineering Guidance
index=firewall_logs action=login (status=failure OR status=success) | stats count by src_ip, username | where count > 5
index=edr process=powershell.exe (command_line='*-enc*')



