NIXPKGS-2026-0957
GitHub issue
published on
Permalink
CVE-2026-35489
7.3 HIGH
- CVSS version: 3.1
- Attack vector (AV): NETWORK
- Attack complexity (AC): LOW
- Privileges required (PR): NONE
- User interaction (UI): NONE
- Scope (S): UNCHANGED
- Confidentiality impact (C): LOW
- Integrity impact (I): LOW
- Availability impact (A): LOW
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse ignored package gnome-recipes
- @LeSuisse deleted maintainer @jvanbruegge maintainer.delete
- @LeSuisse accepted
- @LeSuisse published on GitHub
Tandoor Recipes — `amount`/`unit` bypass serializer in `food/{id}/shopping/`
Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. Prior to 2.6.4, the POST /api/food/{id}/shopping/ endpoint reads amount and unit directly from request.data and passes them without validation to ShoppingListEntry.objects.create(). Invalid amount values (non-numeric strings) cause an unhandled exception and HTTP 500. A unit ID from a different Space can be associated cross-space, leaking foreign-key references across tenant boundaries. All other endpoints creating ShoppingListEntry use ShoppingListEntrySerializer, which validates and sanitizes these fields. This vulnerability is fixed in 2.6.4.
References
-
https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-8w8h-3pv2-3554 exploitx_refsource_CONFIRM
-
https://github.com/TandoorRecipes/recipes/releases/tag/2.6.4 x_refsource_MISC
Affected products
recipes
- ==< 2.6.4
Matching in nixpkgs
Ignored packages (1)
pkgs.gnome-recipes
Recipe management application for GNOME
Package maintainers
Ignored maintainers (1)
-
@jvanbruegge Jan van Brügge <supermanitu@gmail.com>