3.1 LOW
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): High (H)
- Privileges Required (PR): None (N)
- User Interaction (UI): Required (R)
- Scope (S): Unchanged (U)
- Confidentiality (C): Low (L)
- Integrity (I): None (N)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): High (H)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): Low (L)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): None (N)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
3 packages
- python313Packages.strawberry-django
- strawberry
- pkgsRocm.python3Packages.strawberry-django
- @LeSuisse accepted
- @LeSuisse published on GitHub
Strawberry GraphQL: Default GraphiQL may expose HTTP headers in URLs
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.
References
-
https://github.com/strawberry-graphql/strawberry/issues/4398 x_refsource_MISC
-
https://github.com/strawberry-graphql/strawberry/pull/2842 x_refsource_MISC
Affected products
- ==>= 0.288.4, < 0.315.4
Matching in nixpkgs
pkgs.python313Packages.strawberry-graphql
GraphQL library for Python that leverages type annotations
Ignored packages (3)
pkgs.strawberry
Music player and music collection organizer
pkgs.python313Packages.strawberry-django
Strawberry GraphQL Django extension
Package maintainers
-
@Izorkin Yurii Izorkin <Izorkin@gmail.com>
5.3 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): None (N)
- Availability (A): Low (L)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): Low (L)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
3 packages
- strawberry
- python313Packages.strawberry-django
- pkgsRocm.python3Packages.strawberry-django
- @LeSuisse accepted
- @LeSuisse published on GitHub
Strawberry GraphQL has a Circular Fragment Reference DOS
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.
References
-
https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-qfwv-87qj-98xq x_refsource_CONFIRMexploit
Affected products
- ==>= 0.71.0, < 0.315.7
Matching in nixpkgs
pkgs.python313Packages.strawberry-graphql
GraphQL library for Python that leverages type annotations
Ignored packages (3)
pkgs.strawberry
Music player and music collection organizer
pkgs.python313Packages.strawberry-django
Strawberry GraphQL Django extension
Package maintainers
-
@Izorkin Yurii Izorkin <Izorkin@gmail.com>