FortiBleed: a firewall packet capture turned into a credential harvester
An initial access broker abused FortiOS's own packet-capture feature with a Go tool called FortigateSniffer, reading cleartext passwords and Kerberos and NTLM hashes off 24 protocols. SOCRadar counts roughly 80,000 devices with exposed credentials. No zero-day was involved.
The campaign SOCRadar calls FortiBleed used a Go tool named FortigateSniffer, which does not exploit anything. It drives FortiOS's built-in packet-capture feature on firewalls the attacker already administers, watching traffic across 24 protocols and pulling out cleartext passwords, NTLM and Kerberos hashes, email and database logins, and authentication material from RADIUS, LDAP, SMB, RDP, WinRM, and SQL.
Access came from an initial access broker using credential stuffing, brute force, credential harvesting, and offline password cracking to reach administrative accounts. There was no Fortinet vulnerability. SOCRadar reports targeting across more than 430,000 FortiGate firewalls, with credentials exposed on roughly 80,000 devices, active since at least February 2026.
Why it matters
A firewall sees authentication traffic for everything behind it, which makes firewall admin access a credential-harvesting position rather than a networking one. The blast radius is not the device, it is every account whose authentication crossed it.
Two things follow. First, this began with credential stuffing against management interfaces, so infrastructure admin accounts need the phishing-resistant MFA you have been rolling out to users, and management planes should not be reachable from the internet at all. Second, remediation is larger than it looks: if a firewall in the path was compromised, resetting the firewall's own credentials is not enough. Every credential that traversed it should be considered exposed, including service accounts and anything that authenticated over LDAP or SMB. SOCRadar published targeted IP addresses, which is the cheapest way to size your exposure.
Source: BleepingComputer
Related on Start with Identity
- BlogPoisoned Rust crates turned routine builds into credential theft for about 90 minutes each
Malicious versions of arrayref, internment, and append-only-vec shipped an infostealer targeting browser profiles and crypto wallets. crates.io pulled them with
- BlogChick-fil-A's second credential stuffing breach in three years hit 13,322 loyalty accounts
Automated login attempts using credentials obtained from a third-party source, not a Chick-fil-A breach, compromised 13,322 Chick-fil-A One loyalty accounts ove
- BlogNHI Hound maps the trust paths dormant service accounts leave into your identity provider
Ahead of a Black Hat USA 2026 release, researcher Aleksandr Krasnov built NHI Hound, an open source tool that ingests identity data from Okta, GitHub, and cloud
- RankingBest Verifiable Credential Platforms: Issuance & Verification Infrastructure
The best verifiable credential platforms in 2026: MATTR, Procivis, SpruceID, walt.id, and Hyperledger. Ranked for standards conformance (W3C VC, SD-JWT, OpenID4
- TechniqueCredential manager key extraction
A passkey or Windows Hello key is supposed to stay locked to its device. Code running on an already-compromised endpoint can pull the key material out of the pr
- TechniqueCredential stuffing
Attackers replay username and password pairs leaked from one breach against every other login page they can reach, betting on the well-documented habit of passw