CVE-2026-45739 Details
Description
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.
A vulnerability in Strawberry GraphQL's default GraphiQL template allows HTTP header values, including sensitive information like Authorization tokens, to be unintentionally written into the browser URL. This issue affects Strawberry GraphQL versions 0.288.4 prior to 0.315.3. The vulnerability arises because the GraphiQL headers editor updates the URL with header values on each edit, which can then be shared or logged, exposing the sensitive information. The issue can be reproduced by entering a token into the headers editor, which will then be reflected in the URL and can be logged or shared, thereby exposing the token.
Users can update to Strawberry GraphQL version 0.315.4 or later, where this issue is fixed. Alternatively, the default GraphiQL IDE can be disabled in production applications by setting 'graphql_ide=None' on the GraphQL router.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | [email protected] |
| CWE-201 | Insertion of Sensitive Information Into Sent Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| strawberry strawberry graphql | >= 0.288.4, < 0.315.4 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 5, 2026 | Initial Analysis | [email protected] |
| Jun 4, 2026 | New CVE Received | [email protected] |