CVE-2026-47706 MEDIUM

CVE-2026-47706: Strawberry GraphQL has a Circular Fragment Reference DOS

Vendor Strawberry-Graphql
Product strawberry
Weakness CWE-400
Published June 4, 2026
Last update June 4, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

What the vulnerability does

01Description

Strawberry GraphQL is a library for creating GraphQL APIs. In versions 0.71.0 through 0.315.6, the QueryDepthLimiter extension is vulnerable to an Application-level DOS due to a lack of cycle detection in fragment spreads. When a query contains circular fragment references the determine_depth function enters an infinite recursion, leading to a RecursionError and crashing the validation process. Version 0.315.7 patches the issue.

Key dates

02Disclosure timeline

June 4, 2026 CVE published
June 4, 2026 Record updated