CVE-2026-27949 PUBLISHED

Plane Exposes User Email (PII and part of credential) in GET Parameter

Assigner: GitHub_M
Reserved: 25.02.2026 Published: 07.04.2026 Updated: 08.04.2026

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.

Metrics

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

Product Status

Vendor makeplane
Product plane
Versions
  • Version < 1.3.0 is affected

References

Problem Types

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE
  • CWE-598: Use of GET Request Method With Sensitive Query Strings CWE