CVE-2026-40102
CVE-2026-40102 is a medium-severity vulnerability in Plane with a CVSS 3.x base score of 6.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-943.
Key facts
- Severity: Medium (CVSS 3.x base score 6.5)
- EPSS exploit prediction: 0% (21st percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-31199
- Weakness: CWE-943
- Affected product: Plane
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is 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.
- How severe is CVE-2026-40102?
- CVE-2026-40102 has a CVSS 3.x base score of 6.5, rated medium severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2026-40102 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (21st percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-40102?
- CVE-2026-40102 affects Plane. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-40102?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-40102 have an EU (EUVD) identifier?
- Yes. CVE-2026-40102 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-31199.
- When was CVE-2026-40102 published?
- CVE-2026-40102 was published on 2026-05-20 and last updated on 2026-06-17.
References
- https://github.com/makeplane/plane/releases/tag/v1.3.1
- https://github.com/makeplane/plane/security/advisories/GHSA-93x3-ghh7-72j3
Affected products (1)
- cpe:2.3:a:plane:plane:*:*:*:*:*:*:*:*
More vulnerabilities in Plane
- CVE-2024-47830 — Critical (CVSS 9.3): Plane is an open-source project management tool. Plane uses the ** wildcard support to retrieve the image from any…
- CVE-2026-30242 — High (CVSS 8.5): Plane is an an open-source project management tool. Prior to version 1.2.3, the webhook URL validation in…
- CVE-2026-46558 — High (CVSS 8.3): Plane is an open-source project management tool. Prior to version 1.3.1, there is a cross-workspace asset authorization…
- CVE-2026-39843 — High (CVSS 7.7): Plane is an an open-source project management tool. From 0.28.0 to before 1.3.0, the remediation of GHSA-jcc6-f9v6-f7jw…
- CVE-2026-27706 — High (CVSS 7.7): Plane is an an open-source project management tool. Prior to version 1.2.2, a Full Read Server-Side Request Forgery…
- CVE-2026-30244 — High (CVSS 7.5): Plane is an an open-source project management tool. Prior to version 1.2.2, unauthenticated attackers can enumerate…
Other CWE-943 vulnerabilities
- CVE-2026-40141 — Critical (CVSS 9.9): A high-severity vulnerability exists in a web application component of BeyondTrust Remote Support and Privileged Remote…
- CVE-2024-4872 — Critical (CVSS 9.9): A vulnerability exists in the query validation of the MicroSCADA Pro/X SYS600 product. If exploited this could allow an…
- CVE-2026-41274 — Critical (CVSS 9.8): Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the…
- CVE-2026-40351 — Critical (CVSS 9.8): FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the password-based login endpoint uses…
- CVE-2026-32248 — Critical (CVSS 9.8): Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to…
- CVE-2026-29793 — Critical (CVSS 9.8): Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. From 5.0.0…