---
id: CVE-2026-27949
title: Plane is an an open-source project management tool
summary: >-
  Plane is an an open-source project management tool. Prior to 1.3.0, a
  vulnerability was identified in Plane's authentication flow where a user's
  email address is included as a query parameter in the URL during error
  handling (e.g., when …
severity: low
cvss: 2
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N'
cwe:
  - CWE-200
  - CWE-598
vendor: plane
product: plane
affected:
  - plane < 1.3.0
patched:
  - plane 1.3.0
published: '2026-04-07'
updated: '2026-07-24'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-27949'
references:
  - url: 'https://github.com/makeplane/plane/security/advisories/GHSA-8rvg-7w43-p2w2'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00289
epssPercentile: 0.19081
ingestedAt: '2026-07-25T23:05:58.001Z'
---

## Overview

Plane is an an open-source project management tool. Prior to 1.3.0, a vulnerability was identified in Plane's authentication flow where a user's email address is included as a query parameter in the URL during error handling (e.g., when an invalid magic code is submitted). Transmitting personally identifiable information (PII) via GET request query strings is classified as an insecure design practice. The affected code path is located in the authentication utility module (packages/utils/src/auth.ts). This vulnerability is fixed in 1.3.0.

## Affected

- `plane < 1.3.0`

## Remediation

Upgrade past the affected range:

- `plane 1.3.0`
