cvedb.io
CVE-2026-35489
HIGH · CVSS 7.3
EPSS exploitation probability: 0%
Published 2026-04-07T16:16:27.160 · Last modified 2026-06-17T10:40:41.247

Summary

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.

Affected products

tandoor — recipes

Does this affect you?

Add your gear to cvedb and we'll alert you only when tandoor ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.