Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionNVD
Plane is an an open-source project management tool. Prior to 1.3.0, the IssueBulkUpdateDateEndpoint allows a project member (ADMIN or MEMBER) to modify the start_date and target_date of ANY issue across the entire Plane instance, regardless of workspace or project membership. The endpoint fetches issues by ID without filtering by workspace or project, enabling cross-boundary data modification. This vulnerability is fixed in 1.3.0.
AnalysisAI
Plane project management tool versions prior to 1.3.0 allow authenticated project members to modify issue dates across workspace and project boundaries via the IssueBulkUpdateDateEndpoint, which lacks proper authorization filtering. An attacker with ADMIN or MEMBER role in any project can arbitrarily change start_date and target_date fields on issues they have no legitimate access to, enabling data integrity violations across the entire Plane instance. EPSS score of 6.5 reflects moderate real-world risk for this privilege escalation, with no public exploit code or active exploitation confirmed at time of analysis.
Technical ContextAI
Plane is an open-source project management platform built on a multi-workspace, multi-project architecture. The IssueBulkUpdateDateEndpoint is a REST API endpoint designed to update issue scheduling fields in bulk. The vulnerability stems from insufficient authorization controls in the endpoint's query logic: while the endpoint accepts project member credentials (PR:L in CVSS), it fetches issues by primary key identifier without enforcing workspace or project membership checks before modification. This is a classic authorization bypass (CWE-639: Authorization Data Structure Not Verified During Data Modification) where the application trusts the authenticated user's request without validating scope. The affected CPE (cpe:2.3:a:makeplane:plane) indicates all versions of the Makeplane Plane product prior to 1.3.0 are vulnerable, affecting self-hosted and potentially SaaS deployments.
RemediationAI
Upgrade Plane to version 1.3.0 or later, which implements proper authorization filtering in the IssueBulkUpdateDateEndpoint to restrict date modifications only to issues within the user's authorized workspace and projects. Consult the official GitHub Security Advisory at https://github.com/makeplane/plane/security/advisories/GHSA-4q54-h4x9-m329 for detailed patching instructions and verification steps. For organizations unable to upgrade immediately, implement network-level controls to restrict access to the IssueBulkUpdateDateEndpoint (/api/workspaces/{workspace_id}/projects/{project_id}/issues/bulk-update-date/) to trusted internal users only, and audit access logs for unauthorized cross-boundary date modifications. After patching, audit all issues updated between vulnerability disclosure and remediation to detect unauthorized changes.
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
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
Plane prior to version 1.2.2 allows authenticated users to modify project assets across any workspace by directly refere
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19913