Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Strawberry | Strawberry Graphql | >= 0.71.0, < 0.315.7 |
Related Weaknesses (CWE)
References
- https://github.com/strawberry-graphql/strawberry/releases/tag/0.315.7ProductRelease Notes
- https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-qfwv-8ExploitVendor Advisory
- https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-qfwv-8ExploitVendor Advisory
FAQ
What is CVE-2026-47706?
CVE-2026-47706 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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 detectio...
How severe is CVE-2026-47706?
CVE-2026-47706 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47706?
Check the references section above for vendor advisories and patch information. Affected products include: Strawberry Strawberry Graphql.