Skip to main content
[TIMESTAMP: 2026-07-02 07:36 UTC] [AUTHOR: Runtime Rebel Intel] [SEVERITY: HIGH]

Lynx Ransomware Linked to Massive FortiBleed Credential Theft

AI-generated analysis
READ_TIME: 4 min read
Primary source: bleepingcomputer.com

This article was written by a language model from the source above and was not reviewed by a human before publication. Verify anything operational against the original. Editorial policy

// executive briefing tl;dr
  • [01] Attackers are harvesting VPN credentials from over 440,000 users to facilitate future network intrusions and ransomware deployments.
  • [02] Vulnerable instances of Fortinet FortiClient Enterprise Management Server versions 7.2.0 through 7.2.2 and 7.0.1 through 7.0.10 are at risk.
  • [03] Organizations must immediately patch CVE-2023-48788 and enforce multi-factor authentication across all VPN access points.

Advertisement

Overview of the FortiBleed Campaign

A sophisticated cyberespionage and data harvesting operation, dubbed “FortiBleed,” has been systematically targeting Fortinet infrastructure to facilitate large-scale Ransomware attacks. According to Bleeping Computer, researchers have linked this campaign to the threat actors behind the INC and Lynx ransomware operations. The primary objective appears to be the collection of VPN credentials, which serve as the initial access vector for subsequent Lateral Movement and data exfiltration within corporate networks.

The campaign exploits a critical CVE that has been public since early 2024, yet many organizations remain vulnerable. By compromising the FortiClient Enterprise Management Server (EMS), attackers have successfully exfiltrated credentials belonging to more than 440,000 users. These stolen datasets include usernames, plaintext passwords, and server IP addresses, providing a comprehensive map for future intrusions. The scale of the theft suggests that these actors are building a robust repository of access points to fuel their affiliate-driven ransomware models.

Technical Analysis of CVE-2023-48788 Exploitation

The technical foundation of this campaign relies on CVE-2023-48788, a critical SQL injection vulnerability within the FortiClient EMS. This flaw exists in the way the server handles specifically crafted requests targeting the FCTAdmins table. Because the input is not properly sanitized, an unauthenticated remote attacker can execute arbitrary SQL commands. In many documented cases, this leads to an RCE chain, allowing the attacker to gain full control over the management server.

Analysts have observed that the exploitation often involves the use of legitimate administrative tools and scripts to blend in with normal network traffic, a common TTP used to evade EDR solutions. Once the SQL injection is successful, the attackers query the database for session tokens and user credentials. This methodology circumvents traditional perimeter security, as the attack originates from an expected communication channel between the client and the management server. Understanding the nuances of this injection is vital for security teams researching how to detect CVE-2023-48788 exploit attempts within their environment, specifically looking for anomalous SQL queries in server logs.

Connection to Lynx and INC Ransomware Operations

The attribution to Lynx and INC ransomware is based on overlapping infrastructure and shared IoC data. Lynx is widely considered a rebrand of the INC Ransomware group, which surfaced in mid-2024 following a brief period of operational silence. The credentials harvested during the FortiBleed campaign have been found on C2 servers associated with these groups.

By securing nearly half a million sets of credentials, the group significantly lowers the barrier to entry for their affiliates. This approach follows the MITRE ATT&CK framework’s initial access stage (T1078 - Valid Accounts). Using valid credentials allows the actors to bypass traditional Phishing or brute-force requirements, making the intrusion appear as a legitimate remote login.

Detecting and Mitigating the Threat

Defenders must prioritize the Fortinet FortiClient EMS SQL injection patch to prevent the initial compromise. The vulnerability affects FortiClient EMS versions 7.2.0 through 7.2.2 and 7.0.1 through 7.0.10. Organizations should immediately update to version 7.2.3, 7.0.11, or higher. Beyond patching, auditing existing VPN logs for unusual login patterns—especially those originating from known malicious IP ranges or occurring at irregular hours—is essential.

Lynx Ransomware Mitigation Steps

To build resilience against these specific threat actors, organizations should implement the following Lynx ransomware mitigation steps:

  • Enforce Multi-Factor Authentication (MFA): Given that the stolen credentials include plaintext passwords, MFA is the single most effective barrier against unauthorized access using valid accounts.
  • Network Segmentation: Isolate the FortiClient EMS from the broader production network. Access to the management console should be restricted to a management subnet protected by strict firewall rules.
  • Credential Reset: If your organization was running a vulnerable version of FortiClient EMS during the campaign period, a mandatory password reset for all VPN users is highly recommended.
  • SIEM Integration: Ensure that FortiClient EMS logs are ingested into a SIEM and monitored for SQL-related error codes or suspicious administrative activity.

Related: CVE-2023-48788: Critical FortiClient EMS RCE Under Active Exploitation, CVE-2026-35616: Critical FortiClient EMS API Bypass Exploited

Advertisement

Advertisement