Intel

AIKIDO-2026-640581

spring-graphql is vulnerable to Inclusion of Functionality from Untrusted Control Sphere

Inclusion of Functionality from Untrusted Control SphereCVE-2026-59286 Published 6 days ago

75

High Risk

This Affects:

JAVAspring-graphql
1.0.0 - 2.0.4
Fixed in 2.0.5
Are you affected? Scan for Free

TL;DR

spring-graphql GraphiQL loads JavaScript from a public CDN without Subresource Integrity. If the CDN or the path to it is compromised, the browser executes attacker script in the application origin. That script can read non-HttpOnly cookies and issue authenticated GraphQL operations. The patch stops loading GraphiQL assets from an untrusted CDN without integrity protection.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and the GraphiQL endpoint is enabled and reachable.

Background info

spring-graphql is vulnerable to Inclusion of Functionality from Untrusted Control Sphere in versions 1.0.0 - 2.0.4.

How to fix this

Upgrade the org.springframework.graphql:spring-graphql library to the patch version.