Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionNVD
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.
AnalysisAI
Plane project management tool versions prior to 1.3.0 leak user email addresses in authentication error URLs, transmitting personally identifiable information via unencrypted GET query parameters. The vulnerability requires high-privilege access and user interaction to trigger, exposing email disclosure with low confidentiality impact and no integrity or availability consequences. This is a low-severity information disclosure issue with CVSS 2.0, actively patched in version 1.3.0.
Technical ContextAI
Plane's authentication utility module (packages/utils/src/auth.ts) implements insecure error handling in its authentication flow by including user email addresses as query string parameters in redirect URLs. This violates secure design principles for handling PII, as query parameters are logged in web server access logs, browser history, and intermediary proxy caches without encryption. The root cause is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), where the application transmits sensitive user identifiers through unprotected transport mechanisms. The vulnerable code path is triggered specifically when invalid magic code submissions occur during the authentication process.
RemediationAI
Upgrade Plane to version 1.3.0 or later, which includes the patched authentication utility module that removes email addresses from URL query parameters during error handling. The fix modifies packages/utils/src/auth.ts to transmit error states through secure mechanisms (such as server-side session storage or encrypted tokens) rather than unencrypted GET parameters. Organizations unable to immediately upgrade should implement web application firewall rules to prevent access logs from being indexed or cached, and restrict administrator access to authentication error logs containing PII. Refer to the official security advisory at https://github.com/makeplane/plane/security/advisories/GHSA-8rvg-7w43-p2w2 for deployment guidance.
Plane version 0.7.1 allows an unauthenticated attacker to view all stored server files of all users. Rated high severity
Plane is an open-source project management tool. Rated medium severity (CVSS 5.8), this vulnerability is remotely exploi
Plane version 0.7.1-dev allows an attacker to change the avatar of his profile, which allows uploading files with HTML e
Plane is an an open-source project management tool. [CVSS 8.5 HIGH]
Cross-workspace authorization bypass in Plane (makeplane) prior to version 1.3.1 allows any authenticated user of one wo
Plane versions before 1.2.2 contain a server-side request forgery vulnerability in the "Add Link" feature that allows au
Server-Side Request Forgery (SSRF) in Makeplane Plane (versions 0.28.0 to before 1.3.0) allows authenticated attackers w
Plane project management tool versions prior to 1.3.0 allow authenticated project members to modify issue dates across w
Unauthenticated attackers can enumerate workspace members and harvest sensitive information including email addresses, u
Stored cross-site scripting in Plane CE 1.3.1 allows an authenticated low-privileged project member to inject arbitrary
Cross-tenant authorization bypass in Plane's asset-management API allows any authenticated workspace member to read, del
ORM Field Reference Injection in Plane versions 1.3.0 and below enables any authenticated workspace MEMBER to exfiltrate
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19935