惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
小众软件
小众软件
The Cloudflare Blog
S
SegmentFault 最新的问题
美团技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
WordPress大学
WordPress大学
T
Tailwind CSS Blog
腾讯CDC
人人都是产品经理
人人都是产品经理
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
J
Java Code Geeks
宝玉的分享
宝玉的分享

Arctic Wolf

Home-Field Disadvantage: AiTM, QR-Code Phishing, and Infostealers at the 2026 FIFA World Cup arcticwolf.com arcticwolf.com Celebrating Arctic Wolf’s 2026 Partner of the Year Winners at Global Partner Kickoff Die Auswahl Einer Vulnerability Management-Lösung The Hidden Economics of the Agentic SOC The Hidden Economics of the Agentic SOC | Arctic Wolf Security Operations in Maschinen-Geschwindigkeit Aurora Mobile Threat Defense — Addressing Your Highest‑Trusted, Least Protected Endpoints - Arctic Wolf Aurora Mobile Threat Defense — Addressing Your Highest‑Trusted, Least Protected Endpoints - Arctic Wolf How Aurora Managed Endpoint Defense Combines Experts and Technology to Simplify Security Aurora Endpoint Sicherheitsportfolioa | Arctic Wolf From Token Bingo to MAX Takeover: Kali365 Operator Expands Operation Across Microsoft Outlook, Okta, Xerox DocuShare, and Other Services From Token Bingo to MAX Takeover: Kali365 Operator Expands Operation Across Microsoft Outlook, Okta, Xerox DocuShare, and Other Services arcticwolf.com arcticwolf.com Arctic Wolf Product Updates: May 2026 arcticwolf.com Arctic Wolf Product Updates: May 2026 FortiClient EMS Exploited via CVE-2026-35616 to Deliver EKZ Infostealer Disguised as a Fortinet Patch - Arctic Wolf FortiClient EMS Exploited via CVE-2026-35616 to Deliver EKZ Infostealer Disguised as a Fortinet Patch What’s New What’s Next with Arctic Wolf: May 2026 Update Cybersecurity Trends in the Age of AI arcticwolf.com Arctic Wolf、AI搭載のモバイル脅威防御ソリューションを発表、 増加するモバイル端末を標的としたサイバー攻撃から組織を保護 How Arctic Wolf Aurora Mobile Threat Defense Protects the Mobile Attack Surface How AI Is Transforming Detection Engineering 「Aurora Mobile Threat Defense」の提供が開始されました Accelerating Cloud Security Outcomes Together: Why Arctic Wolf and Wiz are Redefining What’s Possible - Arctic Wolf InfoSecurity Europe 2026
Active FortiBleed Campaign Impacting Fortinet Devices Acr...
Arctic Wolf Labs · 2026-06-18 · via Arctic Wolf

Summary

In mid-June 2026, security researchers identified an active, large-scale credential compromise campaign affecting Fortinet FortiGate firewalls, dubbed FortiBleed. Threat actors have been systematically extracting configuration files from internet-facing FortiGate devices and cracking the stored credential hashes, resulting in verified working administrator credentials for between 30,000 and 75,000 devices across 194 countries.

SOCRadar‘s research identified operational infrastructure belonging to the threat group, including databases of validated credentials organized by country, sector, and organization revenue. The dataset contains confirmed working login credentials for over 30,791 devices. Beaumont‘s analysis, conducted in collaboration with Hudson Rock, estimates approximately 75,000 devices affected, representing roughly 50% of all internet-facing Fortinet firewalls based on Shodan data.

The campaign’s effectiveness likely stems from the way credentials have historically been stored within FortiGate configuration files. Fortinet introduced PBKDF2-based password hashing for administrator credentials in FortiOS 7.2.11, 7.4.8, and 7.6.1, replacing the legacy SHA-256-based storage mechanism. However, when upgrading from earlier versions, existing administrator passwords remain stored as SHA-256 hashes until the corresponding administrator successfully logs in following the upgrade. As a result, many organizations likely continue to store administrator credentials using older SHA-256 with Salt hashing mechanisms.

Recommendations

Rotate Credentials and Enable Multi-Factor Authentication

Organizations using Fortinet firewalls or SSL VPN gateways should immediately reset administrative and VPN credentials, particularly for devices that are exposed to the internet or may have been impacted by previous compromises. Multi-factor authentication (MFA) should be enforced on all administrative and remote access accounts to reduce the effectiveness of compromised credentials and prevent unauthorized access through password reuse.

Limit Access to Management Interfaces on the Public Internet

For all firewall devices, Arctic Wolf strongly recommends restricting firewall management interface access to trusted internal networks as a security best practice across all firewall configurations, regardless of vendor. For Fortinet FortiGate firewall devices, see the following documentation for an outline of security hardening best practices: https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/582009/system-administrator-best-practices

Enforce PBKDF2 Hashing for all Administrator Accounts

After upgrading FortiOS, require all administrators to log in to the firewall at least once: this will automatically set the encryption to PBKDF2. If not feasible, manually update the password of remaining administrators by using a super_admin account.

Note: According to Fortinet, the previous SHA256 hashes remain stored in the hidden ‘old-password’ setting after the password setting is updated to a PBKDF2 hash for backward compatibility. The ‘old-password’ setting is not visible to administrators logged in to the firewall, but can be observed in a configuration backup taken by a super_admin. In FortiOS v7.2.x and v7.4.x, to fully remove SHA-256 hashes stored in old-password, enable the ‘login-lockout-upon-weaker-encryption’ setting in system password-policy.

References