Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2023-50730

Опубликовано: 22 дек. 2023
Источник: nvd
CVSS3: 7.5
EPSS Низкий

Описание

Grackle is a GraphQL server written in functional Scala, built on the Typelevel stack. The GraphQL specification requires that GraphQL fragments must not form cycles, either directly or indirectly. Prior to Grackle version 0.18.0, that requirement wasn't checked, and queries with cyclic fragments would have been accepted for type checking and compilation. The attempted compilation of such fragments would result in a JVM StackOverflowError being thrown. Some knowledge of an applications GraphQL schema would be required to construct such a query, however no knowledge of any application-specific performance or other behavioural characteristics would be needed.

Grackle uses the cats-parse library for parsing GraphQL queries. Prior to version 0.18.0, Grackle made use of the cats-parse recursive operator. However, recursive is not currently stack safe. recursive was used in three places in the parser: nested selection sets, nested input values (lists and objects), and nested list ty

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:typelevel:grackle:*:*:*:*:*:*:*:*
Версия до 0.18.0 (исключая)

EPSS

Процентиль: 66%
0.00524
Низкий

7.5 High

CVSS3

Дефекты

CWE-400

Связанные уязвимости

CVSS3: 7.5
github
около 2 лет назад

Grackle has StackOverflowError in GraphQL query processing

EPSS

Процентиль: 66%
0.00524
Низкий

7.5 High

CVSS3

Дефекты

CWE-400