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

exploitDog

redhat логотип

CVE-2026-76763

Опубликовано: 31 авг. 2026
Источник: redhat
CVSS3: 7.5
EPSS Низкий

Описание

A flaw was found in SmallRye GraphQL. The number scalar coercion for BigInteger does not properly validate the magnitude of float or string inputs. An unauthenticated remote attacker can exploit this by sending a GraphQL query containing a large exponent float literal. This can lead to the allocation of extremely large BigInteger objects, causing CPU exhaustion or an OutOfMemoryError, resulting in a denial of service.

Отчет

This flaw is rated as Important. An unauthenticated remote attacker can trigger a denial of service by sending a crafted GraphQL query with a large exponent float literal to an application exposing a SmallRye GraphQL endpoint. This can lead to CPU exhaustion or an OutOfMemoryError, as the parsing occurs before authorization and affects commonly used data types like Long or BigInteger.

Меры по смягчению последствий

To mitigate this issue, applications exposing SmallRye GraphQL endpoints should implement validation and bounding of the precision or exponent for incoming numeric literals before they reach scalar coercion. Additionally, limiting the JVM heap size can help constrain the impact of OutOfMemoryError, though it will not prevent CPU exhaustion. Implementing rate-limiting or timeouts on the GraphQL endpoint can also reduce exposure. Using GraphQL variables instead of inline literals for numeric inputs is a safe alternative, as variables follow a secure parsing path.

Дополнительная информация

Статус:

Important
Дефект:
CWE-1284
https://bugzilla.redhat.com/show_bug.cgi?id=2519767io.smallrye/smallrye-graphql: SmallRye GraphQL: Unauthenticated Denial of Service via large exponent float literals

EPSS

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

7.5 High

CVSS3

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

CVSS3: 7.5
nvd
17 дней назад

A flaw was found in SmallRye GraphQL. The number scalar coercion for BigInteger does not properly validate the magnitude of float or string inputs. An unauthenticated remote attacker can exploit this by sending a GraphQL query containing a large exponent float literal. This can lead to the allocation of extremely large BigInteger objects, causing CPU exhaustion or an OutOfMemoryError, resulting in a denial of service.

EPSS

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

7.5 High

CVSS3