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.
INFO
Published Date :
2026-04-07T14:53:18.333Z
Last Modified :
2026-04-07T15:58:45.810Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-35489 vulnerability.
| Vendors | Products |
|---|---|
| Tandoor |
|
| Tandoorrecipes |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-35489.