Katalog CVE

CVE-2026-43967

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność w absinthe-graphql absinthe związana z nieefektywną złożonością algorytmiczną umożliwia nieautoryzowane zablokowanie usługi poprzez walidację unikalności nazw fragmentów w czasie kwadratowym.

Ocena ryzyka

Atakujący może wykorzystać tę podatność do przeprowadzenia ataku typu denial of service, co może prowadzić do znacznych przestojów w działaniu aplikacji.

Rekomendacja

Zaleca się aktualizację do wersji absinthe-graphql 1.10.2 lub nowszej, aby zniwelować ryzyko związane z tą podatnością.

Inne podatności w absinthe-graphql

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS