Description
Plane contains a multi‑tenant authorization flaw in its asset‑management API that allows authenticated users from one workspace to access, delete, or duplicate assets belonging to another workspace by providing only the victim workspace slug and asset ID. The affected endpoints return presigned file URLs and enable destructive or duplicative actions without verifying that the requester is a member of the targeted workspace. This enables cross‑tenant data exposure, data deletion, and persistent exfiltration of files into an attacker‑controlled workspace.
Published: 2026-07-21
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Plane’s asset‑management API fails to verify that the authenticated user belongs to the targeted workspace. An attacker who is a member of one workspace can supply that workspace’s slug and an asset ID to acquire presigned URLs, delete, or duplicate assets controlled by another workspace. The flaw enables cross‑tenant data exposure, data deletion, and the movement of files into an attacker‑controlled workspace.

Affected Systems

The vulnerability is present in Plane. No specific affected product versions are listed in the vendor’s advisory. Organizations running any unsupported or older version of Plane should review their deployment for potential exposure.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. The EPSS score of less than 1% suggests a low probability of exploitation, and the flaw is not currently listed in the CISA KEV catalog. The likely attack vector is an authenticated user within a workspace who submits a request to the asset‑management API with the victim’s workspace slug and asset ID. Because the API omits a membership check, the request succeeds, exposing sensitive data or causing destructive actions.

Generated by OpenCVE AI on August 4, 2026 at 17:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Plane to the latest release that contains the authorization fix
  • Implement a check that verifies the requester’s workspace membership before processing any asset operation, ensuring proper role‑based access control
  • Enable comprehensive auditing and alerting for asset deletion, duplication, and presigned URL generation across workspaces to detect unusual cross‑tenant activity

Generated by OpenCVE AI on August 4, 2026 at 17:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-552
CWE-639
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Plane
Plane plane
Vendors & Products Plane
Plane plane

Tue, 21 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
Description Plane contains a multi‑tenant authorization flaw in its asset‑management API that allows authenticated users from one workspace to access, delete, or duplicate assets belonging to another workspace by providing only the victim workspace slug and asset ID. The affected endpoints return presigned file URLs and enable destructive or duplicative actions without verifying that the requester is a member of the targeted workspace. This enables cross‑tenant data exposure, data deletion, and persistent exfiltration of files into an attacker‑controlled workspace.
Title CVE-2026-15342
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-07-22T19:01:12.727Z

Reserved: 2026-07-09T20:03:50.205Z

Link: CVE-2026-15342

cve-icon Vulnrichment

Updated: 2026-07-21T17:30:27.096Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T18:00:14Z

Weaknesses
  • CWE-552

    Files or Directories Accessible to External Parties

  • CWE-639

    Authorization Bypass Through User-Controlled Key