CVE-2026-45739 PUBLISHED

Strawberry GraphQL: Default GraphiQL may expose HTTP headers in URLs

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 04.06.2026 Updated: 04.06.2026

Strawberry GraphQL is a library for creating GraphQL APIs. In versions 0.288.4 through 0.315.3, Strawberry's bundled GraphiQL template wrote values from the GraphiQL headers editor into the browser URL query string. If a user entered a sensitive header, such as Authorization: Bearer <token>, the value could become visible in browser history, copied links, and server/proxy/CDN access logs after a page reload or shared request. Version 0.315.4 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
CVSS Score: 3.1

Product Status

Vendor strawberry-graphql
Product strawberry
Versions
  • Version >= 0.288.4, < 0.315.4 is affected

References

Problem Types

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE
  • CWE-201: Insertion of Sensitive Information Into Sent Data CWE