CVE-2026-41699

Updated on 11 Jun 2026

Severity

8.1 High severity

Details

CVSS score
8.1
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

Spring for GraphQL applications are vulnerable to Unsafe Deserialization when processing paginated GraphQL queries.

More precisely, an application is vulnerable when all the following are true:

  • the application is using Spring GraphQL
  • the application exposes a paginated (Connection) field
  • the application’s classpath contains specific classes that can be leveraged to execute unintended logic during instantiation or deserialization

When all the conditions above are met, an attacker can craft a malicious GraphQL request that can lead to Remote Code Execution.

Details

Affected product:
Spring
Affected packages:
Spring Boot @ 2.7.7 (+1092 more)

Fixes