Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Tandoor | Recipes | < 2.6.0 |
Related Weaknesses (CWE)
References
- https://github.com/TandoorRecipes/recipes/releases/tag/2.6.0Release Notes
- https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-f83r-v3h5-pchExploitVendor Advisory
FAQ
What is CVE-2026-33153?
CVE-2026-33153 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 ...
How severe is CVE-2026-33153?
CVE-2026-33153 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33153?
Check the references section above for vendor advisories and patch information. Affected products include: Tandoor Recipes.