A critical authentication bypass vulnerability (CVE-2026-84115) in Cleo Harmony file transfer application is now being actively exploited. Attackers can leverage JWT manipulation to escalate privileges and access sensitive data.

  • CVE-2026-84115 allows remote attackers to bypass authentication via JWT manipulation.
  • A functional exploit has been publicly released, significantly increasing the risk.
  • The flaw resides in the '/api/connections' function within the application.
  • Immediate update to Cleo Harmony version 5.8.1.11 or higher is mandatory.

Cybersecurity organizations are sounding the alarm as a fresh, high-severity vulnerability affecting the Cleo Harmony file transfer application has moved from theoretical risk to active exploitation. Tracked as CVE-2026-84115, this security defect targets the JWT (JSON Web Token) refresh token logic, allowing remote attackers to perform unauthorized authentication bypass and privilege escalation.

Deep Dive: The Mechanics of the Attack

The vulnerability is rooted in an undocumented function within the /api/connections endpoint. By crafting malicious payloads that tamper with arguments in HTTP headers, an attacker can manipulate the bearer token logic. BozokMedia analysis shows that this specific type of 'argument bearer manipulation' allows a remote actor to masquerade as a highly privileged user, effectively circumventing standard access controls.

The exploitation strategy typically involves intercepting legitimate traffic or forging new requests where the JWT refresh token logic is bypassed through malformed tokens.

Once the initial bypass is successful, the threat actor can maintain persistent access to the environment, escalate their control, and move laterally to other integrated systems within the corporate network.

Historical Context and Threat Landscape

The urgency of this patch cannot be overstated, given the historical targeting of Cleo products. In late 2024, the notorious Cl0p ransomware group successfully exploited a Cleo vulnerability to breach major global organizations. Attack surface management firm WatchTowr has noted that Cleo Harmony remains a 'favorite ransomware gang target,' making the release of a public exploit particularly dangerous.

Why This Matters

This incident highlights the critical importance of API security. A single flaw in how an application handles session tokens can render even the most robust perimeter defenses useless. For enterprises, this underscores the need for rapid patch management and continuous monitoring of file transfer protocols.

Did You Know?: Ransomware groups often look for 'single points of failure' like file transfer applications to gain an initial foothold in massive corporate networks.

Frequently Asked Questions

Question 1: What version of Cleo Harmony is secure?
Users should ensure they are running version 5.8.1.11 or any subsequent patched version provided by Cleo.

Question 2: How does the exploit work?
It uses malformed JWT refresh tokens to trick the system into granting unauthorized access through the API.