GHSA-jgph-w8rh-xf5p · 深刻度: medium · エコシステム: composer — View permissions are bypassed for paginated lists of ORM data
The Silverstripe CMS GraphQL Server serves Silverstripe data as GraphQL representations. In versions 4.0.0 prior to 4.3.7 and 5.0.0 prior to 5.1.3, `canView` permission checks are bypassed for ORM data in paginated GraphQL query results where the total number of records is greater than the number of records per page. Note that this also affects GraphQL queries which have a limit applied, even if the query isn’t paginated per se. This has been fixed in versions 4.3.7 and 5.1.3 by ensuring no new records are pulled in from the database after performing `canView` permission checks for each page of results. This may result in some pages in the query results having less than the maximum number of records per page even when there are more pages of results. This behavior is consistent with how pagination works in other areas of Silverstripe CMS, such as in `GridField`, and is a result of having to perform permission checks in PHP rather than in the database directly. One may disable these permission checks by disabling the `CanViewPermission` plugin.
総合評価: CVE-2023-44401 は低リスク(33.1/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.42%、33 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.19% | 0.42% | +0.23% |
| 2 | 2025-06-13 | 0.14% | 0.19% | +0.04% |
| 3 | 2025-03-30 | — | 0.14% | — |
EPSS の全履歴 (全 6 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-jgph-w8rh-xf5p · 深刻度: medium · エコシステム: composer — View permissions are bypassed for paginated lists of ORM data
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| silverstripe | graphql | >= 4.0.0, < 4.3.7 | cpe:2.3:a:silverstripe:graphql:*:*:*:*:*:*:*:* |
| silverstripe | graphql | >= 5.0.0, < 5.1.3 | cpe:2.3:a:silverstripe:graphql:*:*:*:*:*:*:*:* |