Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. cline
  4. ›
  5. CVE-2026-44211

CVE-2026-44211: Cline Kanban Server has a Cross-Origin WebSocket Hijacking Vulnerability

May 8, 2026

The kanban npm package (used by the cline CLI) starts a WebSocket server on 127.0.0.1:3484 with no Origin header validation. Any website a developer visits can silently connect to the kanban server via WebSocket and:

  1. Leak sensitive data in real-time: workspace filesystem paths, task titles/descriptions, git branch info, AI agent chat messages
  2. Hijack running AI agent terminals by injecting arbitrary prompts into the agent’s input, leading to remote code execution
  3. Kill running agent tasks by terminating active sessions via the control WebSocket

WebSocket connections are not subject to CORS restrictions. The browser sends them freely to localhost regardless of the page’s origin. The kanban server accepts all connections without checking the Origin header.

References

  • github.com/advisories/GHSA-5c57-rqjx-35g2
  • github.com/cline/cline
  • github.com/cline/cline/security/advisories/GHSA-5c57-rqjx-35g2
  • nvd.nist.gov/vuln/detail/CVE-2026-44211

Code Behaviors & Features

Detect and mitigate CVE-2026-44211 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 2.13.0

Solution

Unfortunately, there is no solution available yet.

Impact 9.6 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-1385: Missing Origin Validation in WebSockets
  • CWE-306: Missing Authentication for Critical Function

Source file

npm/cline/CVE-2026-44211.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 00:20:56 +0000.