CyberRota Analysis
AI-GeneratedA vulnerability in SmallRye GraphQL allows unauthenticated remote attackers to exploit improper validation of float or string inputs during number scalar coercion for BigInteger. This can lead to the creation of excessively large BigInteger objects, potentially causing CPU exhaustion or OutOfMemoryError, resulting in denial of service. Organizations using SmallRye GraphQL should prioritize remediation to mitigate the risk of service disruption.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.