NIXPKGS-2026-0793
GitHub issue
published on 27 Mar 2026
by @LeSuisse Activity log
- Created automatic suggestion
- @LeSuisse removed package gnome-recipes
- @LeSuisse accepted
- @LeSuisse published on GitHub
Tandoor Recipes has Cross-Space IDOR in SyncViewSet.query_synced_folder: missing space scoping on get_object_or_404
Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, the `SyncViewSet.query_synced_folder()` action in `cookbook/views/api.py` (line 903) fetches a Sync object using `get_object_or_404(Sync, pk=pk)` without including `space=request.space` in the filter. This allows an admin user in Space A to trigger sync operations (Dropbox/Nextcloud/Local import) on Sync configurations belonging to Space B, and view the resulting sync logs. Version 2.6.0 patches the issue.
References
- https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-6qpw-gwcq-68fv x_refsource_CONFIRM
- https://github.com/TandoorRecipes/recipes/releases/tag/2.6.0 x_refsource_MISC
Affected products
recipes
- ==< 2.6.0
Matching in nixpkgs
Ignored packages (1)
pkgs.gnome-recipes
Recipe management application for GNOME
Package maintainers
-
@jvanbruegge Jan van Brügge <supermanitu@gmail.com>