| Title | planeにおけるデータクエリロジックの特殊要素の不適切な中立化に関する脆弱性 |
|---|---|
| Summary | Planeはオープンソースのプロジェクト管理ツールです。バージョン1.3.0以下では、SavedAnalyticEndpointがユーザー制御のsegmentクエリパラメータを検証なしにDjangoのF()式に直接渡しており(通常のAnalyticsEndpointは許可リストでチェックするのとは異なります)、ORMフィールド参照インジェクションを引き起こします。認証済みのワークスペースMEMBERは、細工されたsegment値を含むGET /api/workspaces/slug/saved-analytic-view/analytic_id/を送信でき、その値はbuild_graph_plot()に渡され、外部キー関係(例:workspace__owner__password)を辿って.values("dimension", "segment")で参照されます。そして、JSONレスポンスに参照されたフィールド値が直接返されます。これにより、bcryptパスワードハッシュ、APIトークン、関連ユーザーのメールアドレスなどの機密データが漏洩します。これはorder_byインジェクション(値は並び順を通じてのみ漏洩する)のよりも強力なプリミティブです。この問題はバージョン1.3.1で修正されました。 |
| Possible impacts | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | May 20, 2026, midnight |
| Registration Date | May 25, 2026, 10:22 a.m. |
| Last Update | May 25, 2026, 10:22 a.m. |
| CVSS3.0 : 警告 | |
| Score | 6.5 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
| plane |
| plane 1.3.1 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月25日] 掲載 |
May 25, 2026, 10:22 a.m. |
| Summary | 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. |
|---|---|
| Publication Date | May 21, 2026, 7:16 a.m. |
| Registration Date | May 22, 2026, 4:07 a.m. |
| Last Update | May 22, 2026, 1:56 a.m. |
| Configuration1 | or higher | or less | more than | less than | |
| cpe:2.3:a:plane:plane:*:*:*:*:*:*:*:* | 1.3.1 | ||||