Skip to main content

Plane CVE-2026-46558

| EUVDEUVD-2026-36066 HIGH
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-06-10 GitHub_M
8.3
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
8.3 HIGH
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low

Lifecycle Timeline

3
Patch available
Jun 10, 2026 - 17:01 EUVD
Source Code Evidence Fetched
Jun 10, 2026 - 16:21 vuln.today
Analysis Generated
Jun 10, 2026 - 16:21 vuln.today

DescriptionCVE.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.

More in Plane

View all
CVE-2023-2268 HIGH POC
7.5 Jul 15

Plane version 0.7.1 allows an unauthenticated attacker to view all stored server files of all users. Rated high severity

CVE-2024-47830 MEDIUM POC
5.8 Oct 11

Plane is an open-source project management tool. Rated medium severity (CVSS 5.8), this vulnerability is remotely exploi

CVE-2023-30791 MEDIUM POC
4.6 Jul 15

Plane version 0.7.1-dev allows an attacker to change the avatar of his profile, which allows uploading files with HTML e

CVE-2026-30242 HIGH
8.5 Mar 06

Plane is an an open-source project management tool. [CVSS 8.5 HIGH]

CVE-2026-27706 HIGH
7.7 Feb 25

Plane versions before 1.2.2 contain a server-side request forgery vulnerability in the "Add Link" feature that allows au

CVE-2026-39843 HIGH
7.7 Apr 09

Server-Side Request Forgery (SSRF) in Makeplane Plane (versions 0.28.0 to before 1.3.0) allows authenticated attackers w

CVE-2026-39374 HIGH
7.7 Apr 07

Plane project management tool versions prior to 1.3.0 allow authenticated project members to modify issue dates across w

CVE-2026-30244 HIGH
7.5 Mar 06

Unauthenticated attackers can enumerate workspace members and harvest sensitive information including email addresses, u

CVE-2026-10850 MEDIUM
6.9 Jun 17

Stored cross-site scripting in Plane CE 1.3.1 allows an authenticated low-privileged project member to inject arbitrary

CVE-2026-15342 MEDIUM
6.5 Jul 21

Cross-tenant authorization bypass in Plane's asset-management API allows any authenticated workspace member to read, del

CVE-2026-40102 MEDIUM
6.5 May 20

ORM Field Reference Injection in Plane versions 1.3.0 and below enables any authenticated workspace MEMBER to exfiltrate

CVE-2026-27705 MEDIUM
6.5 Feb 25

Plane prior to version 1.2.2 allows authenticated users to modify project assets across any workspace by directly refere

Share

CVE-2026-46558 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy