CVE-2026-46558
Received Received - Intake
Cross-Workspace Asset Authorization Bypass in Plane

Publication date: 2026-06-10

Last updated on: 2026-06-10

Assigner: GitHub, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-10
Last Modified
2026-06-10
Generated
2026-06-10
AI Q&A
2026-06-10
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
makeplane plane to 1.3.1 (exc)
makeplane plane 1.3.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-46558 is a high-severity cross-workspace authorization bypass vulnerability in the Plane project management tool affecting versions up to 1.2.3.

The flaw allows any authenticated user to read, copy, delete, and overwrite assets in other Plane workspaces without proper authorization checks.

This happens because the WorkspaceFileAssetEndpoint does not verify workspace membership before performing asset operations, and the DuplicateAssetEndpoint only authorizes the destination workspace during duplication, failing to check access to the source workspace's assets.

An attacker with a normal user account in one workspace can exploit this to access, duplicate, delete, or overwrite assets in another workspace, including private assets and branding elements.

The vulnerability was patched in Plane version 1.3.1.

Impact Analysis

This vulnerability can lead to unauthorized data disclosure, allowing attackers to read private assets from other workspaces.

Attackers can also duplicate assets from other workspaces into their own, delete original assets, and overwrite important files such as workspace logos.

The impact includes loss of confidentiality, integrity, and partial availability of assets across workspaces, potentially causing data loss and visual defacement.

Detection Guidance

This vulnerability involves unauthorized access to assets across Plane workspaces by authenticated users due to missing authorization checks in asset-related endpoints.

Detection can focus on monitoring API calls to the V2 asset subsystem endpoints, specifically WorkspaceFileAssetEndpoint and DuplicateAssetEndpoint, for suspicious activity such as asset operations (create, read, patch, delete) performed by users on workspaces they do not belong to.

Suggested commands include inspecting web server or application logs for unusual asset operations across workspaces, for example using grep or similar tools to find asset-related API calls:

  • grep -i 'workspacefileassetendpoint' /var/log/plane/access.log
  • grep -i 'duplicateassetendpoint' /var/log/plane/access.log

Additionally, monitoring for asset duplication or deletion events initiated by users from different workspaces than the asset's origin can help detect exploitation attempts.

Mitigation Strategies

The primary mitigation is to upgrade Plane to version 1.3.1 or later, where the vulnerability has been patched.

The patch enforces workspace membership authorization checks on all V2 asset endpoints, ensuring that users cannot perform asset operations on workspaces they do not belong to.

Until the upgrade can be applied, restrict access to the Plane application to trusted users only and monitor asset-related API endpoints for suspicious activity.

Review and enforce proper authorization policies on asset operations, especially for duplication and deletion actions, to prevent unauthorized cross-workspace access.

Compliance Impact

The vulnerability allows any authenticated user to bypass authorization controls and access, copy, delete, or overwrite assets in other Plane workspaces without proper permission. This unauthorized access and manipulation of potentially sensitive data could lead to violations of data protection regulations such as GDPR and HIPAA, which require strict controls over data confidentiality, integrity, and access.

Specifically, the high confidentiality and integrity impact indicated by the CVSS score suggests that sensitive information could be exposed or altered, which may result in non-compliance with standards mandating data privacy and security.

Mitigation through the patched version 1.3.1 enforces proper workspace authorization checks, which is essential to maintain compliance with these regulations by preventing unauthorized data access and modification.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46558. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart