Description
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.
INFO
Published Date :
2026-02-25T15:51:46.700Z
Last Modified :
2026-02-25T20:10:06.766Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-27705 vulnerability.
| Vendors | Products |
|---|---|
| Makeplane |
|
| Plane |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-27705.