NIXPKGS-2026-0782
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's Unauthenticated Debug Parameter Leaks Full Raw SQL Queries Including Schema, Table Names, and Access Control Logic
Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, the Recipe API endpoint exposes a hidden `?debug=true` query parameter that returns the complete raw SQL query being executed, including all table names, column names, JOIN relationships, WHERE conditions (revealing access control logic), and multi-tenant space IDs. This parameter works even when Django's `DEBUG=False` (production mode) and is accessible to any authenticated user regardless of their privilege level. This allows a low-privilege attacker to map the entire database schema and reverse-engineer the authorization model. Version 2.6.0 patches the issue.
References
- https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-f83r-v3h5-pchf 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>