Description
Spring for GraphQL applications are vulnerable to Unsafe Deserialization when processing paginated GraphQL queries.
Spring for GraphQL 2.0.0 - 2.0.4
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spring for GraphQL implementations that handle paginated queries are susceptible to unsafe deserialization, allowing an attacker to supply crafted data that can lead to arbitrary code execution. The flaw arises from deserializing input without proper validation, which can compromise confidentiality, integrity, and availability of the application. The potential impact is full compromise of the affected system if an attacker gains control of the deserialization process.

Affected Systems

The vulnerability affects Spring for GraphQL versions 2.0.0 through 2.0.4. Users running these release ranges are at risk until a patch is applied. No other product versions are listed as affected.

Risk and Exploitability

The exploitability of this flaw is determined by the possibility of an attacker inserting malicious payloads into paginated GraphQL requests. While the EPSS score is unavailable and the vulnerability is not listed in the CISA KEV catalog, the nature of unsafe deserialization typically grants attackers remote code execution capabilities. No publicly known exploits have been documented, but the lack of mitigation creates a high potential risk if an attacker can influence the data flow.

Generated by OpenCVE AI on August 28, 2026 at 06:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring for GraphQL to version 2.0.5 or later which removes the unsafe deserialization path
  • If an immediate upgrade is not possible, configure the application to reject or sanitize all incoming GraphQL pagination parameters before deserialization
  • Enable strict deserialization controls, such as using type-checking or allowing only whitelisted classes in the deserialization process to prevent arbitrary object instantiation

Generated by OpenCVE AI on August 28, 2026 at 06:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 28 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-502

Fri, 28 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring For Graphql
Vendors & Products Spring
Spring spring For Graphql

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description Spring for GraphQL applications are vulnerable to Unsafe Deserialization when processing paginated GraphQL queries. Spring for GraphQL 2.0.0 - 2.0.4
Title Spring for GraphQL Unsafe Deserialization in pagination support
References

Subscriptions

Spring Spring For Graphql
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T17:57:43.851Z

Reserved: 2026-07-04T18:13:26.297Z

Link: CVE-2026-59285

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T20:17:54.693

Modified: 2026-08-27T20:17:54.693

Link: CVE-2026-59285

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T07:00:12Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data