CVE-2026-76763 PUBLISHED

Io.smallrye/smallrye-graphql: smallrye graphql: unauthenticated denial of service via large exponent float literals

Assigner: redhat
Reserved: 19.08.2026 Published: 31.08.2026 Updated: 31.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor Red Hat
Product Red Hat build of Quarkus
Versions Default: affected

Workarounds

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.

Credits

  • Red Hat would like to thank Arpit Jain for reporting this issue.

References

Problem Types

  • Improper Validation of Specified Quantity in Input CWE