PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-44211 cline CVE debrief

A critical cross-origin WebSocket hijack vulnerability affects Cline, an autonomous coding agent distributed as an SDK, IDE extension, and CLI assistant. The flaw exists in Cline's Kanban server functionality in versions 2.13.0 and prior. The vulnerability allows network-based attackers to compromise WebSocket connections without authentication, with the attack complexity rated low and requiring user interaction. The CVSS 3.1 vector indicates the scope is changed (S:C), with high impact across confidentiality, integrity, and availability. At time of CVE publication on 2026-06-01, no patches were publicly available. The weakness enumerations associated with this CVE are CWE-306 (Missing Authentication for Critical Function) and CWE-1385 (Missing Origin Validation in WebSockets).

Vendor
cline
Product
Unknown
CVSS
CRITICAL 9.6
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-01
Original CVE updated
2026-06-01
Advisory published
2026-06-01
Advisory updated
2026-06-01

Who should care

Organizations and developers using Cline as an SDK, IDE extension, or CLI assistant, particularly those exposing Kanban server functionality to network-accessible endpoints. Security teams responsible for securing AI-assisted development tooling and WebSocket-based services.

Technical summary

Cline versions 2.13.0 and prior contain a cross-origin WebSocket hijack vulnerability in the Kanban server component. The flaw enables attackers to establish unauthorized WebSocket connections due to missing authentication (CWE-306) and missing origin validation (CWE-1385). The attack vector is network-based with low complexity, requires user interaction, and results in changed scope with high impacts to confidentiality, integrity, and availability. No patches were available at the time of CVE publication on 2026-06-01.

Defensive priority

CRITICAL

Recommended defensive actions

  • Restrict network access to Cline Kanban server instances to trusted origins and implement strict origin validation on all WebSocket endpoints
  • Deploy WebSocket connection policies that require authentication and validate the Origin header against an allowlist
  • Monitor for anomalous WebSocket connection attempts from unexpected origins or without proper session context
  • Subscribe to Cline GitHub security advisories and apply patches immediately upon release
  • Review and audit any Cline Kanban server deployments for unauthorized access or data exfiltration indicators

Evidence notes

CVE description confirms affected product (Cline), affected versions (2.13.0 and prior), vulnerability class (cross-origin WebSocket hijack), and absence of patches at publication. CVSS 3.1 vector AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H supports critical severity rating. Source references include GitHub Security Advisory GHSA-5c57-rqjx-35g2. Weaknesses CWE-306 and CWE-1385 are documented in NVD source metadata.

Official resources

2026-06-01T17:17:07.617Z