CVE-2026-35489
Last modified
CVE-2026-35489 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. 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(). EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Tandoor | Recipes | < 2.6.4 |
References
- https://github.com/TandoorRecipes/recipes/releases/tag/2.6.4Product, Release Notes
- https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-8w8h-3pv2-3554Exploit, Mitigation, Vendor Advisory
- https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-8w8h-3pv2-3554Exploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35489?
How severe is CVE-2026-35489?
How do I fix CVE-2026-35489?
Are you affected by CVE-2026-35489?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
