7 matches found
CVE-2026-46558
CVE-2026-46558 Plane 的 V2 资产子系统在缺乏正确成员关系检查的情况下,信任了用户提供的工作区 slug 和资产 UUID,这使得一个已认证用户可以读取、复制、删除和覆盖其他工作区中的资产。 简介 我在评审 Plane (开源项目管理平台)时发现了这个问题,带着一个非常具体的问题: V2 资产端点是否实际实施了工作区隔离,还是过度信任了攻击者提供的工作区 slug 和资产 ID? 在这个案例中,答案是不。 Plane 的 V2 资产子系统暴露了两个相关的授权缺陷,破坏了任何已认证用户的工作区隔离: 工作区级资产端点在执行资产操作之前,没有强制目标工作区的成员资格...
SUSE CVE-2026-41572
Note Mark is an open-source note-taking application. Prior to version 0.19.3, after a note-mark owner soft-deletes a public book, its notes and uploaded assets stay readable at /api/notes/id, /api/notes/id/content, the slug URL, and the asset endpoints. Unauthenticated callers who hold the note I...
Exploit for Missing Authorization in Plane
CVE-2026-46558 Plane’s V2 asset subsystem trusted workspace sl...
📄 Plane Improper Authorization
Plane's asset subsystem trusted workspace slugs and asset UUIDs without enforcing the right membership checks, which let one authenticated user read, copy, delete, and overwrite assets in other workspaces. All versions prior to 1.3.1 are affected. CVE-2026-46558 Plane’s V2 asset subsystem trusted...
CVE-2026-45231
DumbAssets through 1.0.11 contains a stored cross-site scripting vulnerability in asset fields including name, description, modelNumber, serialNumber, and tags that are stored without server-side sanitization and rendered using innerHTML without client-side escaping. Attackers can create or updat...
CVE-2026-45231
DumbAssets 1.0.11 is affected by a stored XSS vulnerability in asset fields (name, description, modelNumber, serialNumber, tags) that are stored without server-side sanitization and rendered via innerHTML without client-side escaping. An attacker can create or update assets through asset API endp...
CVE-2026-41572
Note Mark (project: Note Mark) contains an authenticated/un-authenticated access flaw prior to version 0.19.3 where, after a public book is soft-deleted, notes and uploaded assets remain readable via /api/notes/{id}, /api/notes/{id}/content, the slug path, and asset endpoints. Root cause: GORM’s ...