Plane is an an open-source project management tool. Prior to version 1.2.2, the `ProjectAssetEndpoint.patch()` method in `apps/api/plane/app/views/asset/v2.py` (lines 579–593) performs a global asset lookup using only the asset ID (`pk`) via `FileAsset.objects.get(id=pk)`, without verifying that the asset belongs to the workspace and project specified in the URL path. This allows any authenticated user (including those with the GUEST role) to modify the `attributes` and `is_uploaded` status of assets belonging to any workspace or project in the entire Plane instance by guessing or enumerating asset UUIDs. Version 1.2.2 fixes the issue.
References
| Link | Resource |
|---|---|
| https://github.com/makeplane/plane/commit/9070acbbe81bc02db5c169789da6862d5fc35d96 | Patch |
| https://github.com/makeplane/plane/releases/tag/v1.2.2 | Product Release Notes |
| https://github.com/makeplane/plane/security/advisories/GHSA-rfj3-8c85-g46j | Vendor Advisory |
Configurations
History
27 Feb 2026, 17:37
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:plane:plane:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.5 |
| First Time |
Plane plane
Plane |
|
| References | () https://github.com/makeplane/plane/commit/9070acbbe81bc02db5c169789da6862d5fc35d96 - Patch | |
| References | () https://github.com/makeplane/plane/releases/tag/v1.2.2 - Product, Release Notes | |
| References | () https://github.com/makeplane/plane/security/advisories/GHSA-rfj3-8c85-g46j - Vendor Advisory |
25 Feb 2026, 17:25
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-02-25 17:25
Updated : 2026-02-27 17:37
NVD link : CVE-2026-27705
Mitre link : CVE-2026-27705
CVE.ORG link : CVE-2026-27705
JSON object : View
Products Affected
plane
- plane
CWE
CWE-639
Authorization Bypass Through User-Controlled Key
