Description
In JetBrains Ktor before 3.4.1 potential DoS attack via WebSocket decompression was possible
Published: 2026-08-17
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

JetBrains Ktor versions prior to 3.4.1 allow an attacker to trigger a denial‑of‑service condition by sending specially crafted WebSocket frames that exploit a flawed decompression routine. The flaw is rooted in loop‑count control issues described by CWE‑835, allowing excessively large decompression loops to consume system resources and degrade performance. Once triggered, the application can become unresponsive and may refuse legitimate traffic, compromising availability for all users of the affected service.

Affected Systems

The vulnerability affects the Ktor web framework distributed by JetBrains. Any installation using Ktor before version 3.4.1, whether part of a microservice application, an API gateway, or a standalone server, is potentially exposed. The impact spans all systems that expose WebSocket endpoints without guarding against decompression overload.

Risk and Exploitability

The CVSS score of 5.9 places the issue in the moderate range, indicating that while the vulnerability is not immediately catastrophic, it could still be abused. EPSS data is currently unavailable and the flaw is not listed in CISA's KEV catalog, which suggests limited proven exploitation at this time. However, the likely attack vector is remote: an external attacker can connect to any exposed WebSocket endpoint and send the malicious payload. The attacker requires network reachability to the target but does not need elevated privileges or authentication, making it a relatively simple exploit.

Generated by OpenCVE AI on August 17, 2026 at 18:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade JetBrains Ktor to version 3.4.1 or newer, which contains a fixed decompression routine.
  • Audit existing WebSocket handling code to ensure that loop counters are properly bounded and that malformed frames are promptly discarded.
  • Check JetBrains' security advisories and release notes for relevant patches and guidance.

Generated by OpenCVE AI on August 17, 2026 at 18:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Title Ktor WebSocket Decompression Denial of Service Vulnerability

Mon, 17 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Jetbrains
Jetbrains ktor
Vendors & Products Jetbrains
Jetbrains ktor

Mon, 17 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description In JetBrains Ktor before 3.4.1 potential DoS attack via WebSocket decompression was possible
Weaknesses CWE-835
References
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: JetBrains

Published:

Updated: 2026-08-17T16:17:32.764Z

Reserved: 2026-07-31T14:41:25.064Z

Link: CVE-2026-68762

cve-icon Vulnrichment

Updated: 2026-08-17T16:17:27.198Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-17T16:17:30.237

Modified: 2026-08-28T21:29:30.987

Link: CVE-2026-68762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T19:00:05Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')