Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
3DescriptionCVE.org
Plane is an open-source project management tool. Prior to version 1.3.1, there is a cross-workspace asset authorization bypass lets any authenticated user read, copy, delete, and overwrite assets in other Plane workspaces. This issue has been patched in version 1.3.1.
AnalysisAI
Cross-workspace authorization bypass in Plane (makeplane) prior to version 1.3.1 allows any authenticated user of one workspace to read, copy, delete, and overwrite file assets belonging to other workspaces on the same instance. The flaw stems from missing membership checks on V2 asset endpoints and is fixed in v1.3.1; no public exploit identified at time of analysis.
Technical ContextAI
Plane is an open-source project management platform (cpe:2.3:a:makeplane:plane) that segregates data by workspace. The vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), a classic IDOR pattern. According to the v1.3.1 release notes, the root cause was that the WorkspaceFileAssetEndpoint methods lacked the @allow_permission decorator, and the DuplicateAssetEndpoint did not scope its source-asset lookup to workspaces where the requester was an active member. As a result, asset object IDs (likely UUIDs or similar identifiers passed in API paths) were trusted without verifying that the caller belonged to the workspace owning the asset, enabling cross-tenant access on shared/multi-tenant Plane deployments.
RemediationAI
Vendor-released patch: Plane v1.3.1, available at https://github.com/makeplane/plane/releases/tag/v1.3.1, with details in GHSA-qw87-v5w3-6vxx (https://github.com/makeplane/plane/security/advisories/GHSA-qw87-v5w3-6vxx); upgrade is the primary and recommended remediation as it adds @allow_permission to all WorkspaceFileAssetEndpoint methods and scopes DuplicateAssetEndpoint's source-asset lookup to workspaces where the caller is an active member. If immediate upgrade is not possible on a multi-tenant instance, restrict the V2 asset and duplicate-asset endpoints (e.g., the /workspaces/.../file-assets/ and duplicate routes) at a reverse proxy to a trusted subset of users, or temporarily run separate single-tenant Plane instances per workspace; both controls degrade collaboration features (file uploads/downloads and asset duplication) and do not stop a malicious tenant who retains endpoint access, so they should be treated as stopgaps until v1.3.1 is deployed. Rotating or auditing existing asset URLs after upgrade is advisable since previously leaked asset identifiers could still be referenced.
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]
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
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-36066