GHSA-9mhv-8h52-q7q2 · 深刻度: high · エコシステム: erlang — Absinthe: Quadratic fragment-name uniqueness check
Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via quadratic fragment-name uniqueness validation. 'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 iterates over all fragments and for each one calls duplicate?/2, which evaluates Enum.count(fragments, &(&1.name == name)) — a full linear scan of the fragment list. The result is O(N²) comparisons per document, where N is the number of fragment definitions supplied by the caller. Because input.fragments is built directly from the GraphQL query body, N is fully attacker-controlled. A minimum-size fragment definition is roughly 16 bytes, so a ~1 MB document carries ~60,000 fragments and forces ~3.6 × 10⁹ comparisons inside this single validation phase. No authentication, schema knowledge, or special configuration is required. This issue affects absinthe: from 1.2.0 before 1.10.2.
総合評価: CVE-2026-43967 は悪用リスクが高い(66.1/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.62%、45 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.62% | +0.57% |
| 2 | 2026-05-22 | 0.16% | 0.05% | -0.11% |
| 3 | 2026-05-14 | — | 0.16% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-9mhv-8h52-q7q2 · 深刻度: high · エコシステム: erlang — Absinthe: Quadratic fragment-name uniqueness check
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| absinthe-graphql | absinthe | > 1.2.0, < 1.10.2 | cpe:2.3:a:absinthe-graphql:absinthe:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://cna.erlef.org/cves/CVE-2026-43967.html | Patch Third Party Advisory |
| https://github.com/absinthe-graphql/absinthe/commit/223600c520493dcaf95080af552c413099f92c9d | Patch |
| https://github.com/absinthe-graphql/absinthe/security/advisories/GHSA-9mhv-8h52-q7q2 | Exploit Vendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-43967 | Third Party Advisory |