CVE-2026-76763
Received Received - Intake

SmallRye GraphQL BigInteger Magnitude Validation Flaw

Vulnerability report for CVE-2026-76763, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: redhat-SADP

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
smallrye graphql *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1284 The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in SmallRye GraphQL where the number scalar coercion for BigInteger fails to validate large float or string inputs. An attacker can send a GraphQL query with a large exponent float literal, causing the system to allocate extremely large BigInteger objects. This leads to CPU exhaustion or an OutOfMemoryError, resulting in a denial of service.

Detection Guidance

Monitor for unusual CPU or memory usage spikes on systems running SmallRye GraphQL. Check GraphQL query logs for requests containing large exponent float literals or unusually large numeric inputs. Use JVM monitoring tools like jstat or VisualVM to detect OutOfMemoryError events or excessive heap allocation.

Impact Analysis

This vulnerability can cause your system to experience high CPU usage or run out of memory, leading to service disruptions or crashes. It may also allow unauthenticated remote attackers to disrupt your GraphQL service by sending specially crafted queries.

Compliance Impact

This vulnerability primarily causes denial of service through CPU exhaustion or system crashes, which could disrupt services handling sensitive data. For GDPR, availability impacts may affect data subject rights. For HIPAA, service disruptions could interfere with access to protected health information. However, the vulnerability itself does not directly violate these standards but may contribute to non-compliance if it leads to prolonged system unavailability affecting regulated data processing.

Mitigation Strategies

Apply patches or updates to SmallRye GraphQL if available. Validate and bound the precision or exponent of incoming numeric literals before processing. Limit JVM heap size to constrain OutOfMemoryError impact. Implement rate-limiting or timeouts on the GraphQL endpoint. Use GraphQL variables instead of inline literals for numeric inputs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76763. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart