CVE-2026-35489
CVE-2026-35489
7.3
HighPublished:
Last updated:
Source:security-advisories@github.com
Analyzed
Weakness (CWE)
CVSS Vector
v3.1- Attack Vector
- Network
- Attack Complexity
- Low
- Privileges Required
- None
- User Interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
Description
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
security-advisories@github.com
https://github.com/TandoorRecipes/recipes/releases/tag/2.6.4security-advisories@github.com
https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-8w8h-3pv2-3554134c704f-9b21-4f2e-91b3-4a467353bcc0
https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-8w8h-3pv2-3554