CVE-2026-40102

Plane is an open-source project management tool. In versions 1.3.0 and below, SavedAnalyticEndpoint passes the user-controlled segment query parameter directly to a Django F() expression without validation (unlike the regular AnalyticsEndpoint, which checks against an allowlist), causing ORM Field Reference Injection. An authenticated workspace MEMBER can send GET /api/workspaces/<slug>/saved-analytic-view/<analytic_id>/ with a crafted segment value that is forwarded into build_graph_plot() and traverses foreign-key relationships (e.g. workspace__owner__password) before being projected via .values("dimension", "segment"), returning the referenced field values directly in the JSON response. This exposes sensitive data such as bcrypt password hashes, API tokens, and related users' email addresses, making it a stronger primitive than the related order_by injection where values are only leaked through ordering. This issue has been fixed in version 1.3.1.
Configurations

Configuration 1 (hide)

cpe:2.3:a:plane:plane:*:*:*:*:*:*:*:*

History

21 May 2026, 16:56

Type Values Removed Values Added
CPE cpe:2.3:a:plane:plane:*:*:*:*:*:*:*:*
First Time Plane
Plane plane
References () https://github.com/makeplane/plane/releases/tag/v1.3.1 - () https://github.com/makeplane/plane/releases/tag/v1.3.1 - Product, Release Notes
References () https://github.com/makeplane/plane/security/advisories/GHSA-93x3-ghh7-72j3 - () https://github.com/makeplane/plane/security/advisories/GHSA-93x3-ghh7-72j3 - Exploit, Vendor Advisory

21 May 2026, 15:16

Type Values Removed Values Added
References () https://github.com/makeplane/plane/security/advisories/GHSA-93x3-ghh7-72j3 - () https://github.com/makeplane/plane/security/advisories/GHSA-93x3-ghh7-72j3 -

20 May 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-20 22:16

Updated : 2026-05-21 16:56


NVD link : CVE-2026-40102

Mitre link : CVE-2026-40102

CVE.ORG link : CVE-2026-40102


JSON object : View

Products Affected

plane

  • plane
CWE
CWE-943

Improper Neutralization of Special Elements in Data Query Logic