CVE-2026-33152

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, Tandoor Recipes configures Django REST Framework with BasicAuthentication as one of the default authentication backends. The AllAuth rate limiting configuration (ACCOUNT_RATE_LIMITS: login: 5/m/ip) only applies to the HTML-based login endpoint at /accounts/login/. Any API endpoint that accepts authenticated requests can be targeted via Authorization: Basic headers with zero rate limiting, zero account lockout, and unlimited attempts. An attacker can perform high-speed password guessing against any known username. Version 2.6.0 patches the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:tandoor:recipes:*:*:*:*:*:*:*:*

History

30 Mar 2026, 19:18

Type Values Removed Values Added
References () https://github.com/TandoorRecipes/recipes/releases/tag/2.6.0 - () https://github.com/TandoorRecipes/recipes/releases/tag/2.6.0 - Release Notes
References () https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-7m7c-jjqc-r522 - () https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-7m7c-jjqc-r522 - Exploit, Vendor Advisory
First Time Tandoor
Tandoor recipes
CPE cpe:2.3:a:tandoor:recipes:*:*:*:*:*:*:*:*

30 Mar 2026, 13:26

Type Values Removed Values Added
Summary
  • (es) Tandoor Recipes es una aplicación para gestionar recetas, planificar comidas y crear listas de compras. En versiones anteriores a la 2.6.0, Tandoor Recipes configura Django REST Framework con BasicAuthentication como uno de los backends de autenticación predeterminados. La configuración de limitación de tasa de AllAuth (ACCOUNT_RATE_LIMITS: login: 5/m/ip) solo se aplica al endpoint de inicio de sesión basado en HTML en /accounts/login/. Cualquier endpoint de API que acepte solicitudes autenticadas puede ser objetivo a través de encabezados Authorization: Basic sin limitación de tasa, sin bloqueo de cuenta y con intentos ilimitados. Un atacante puede realizar adivinación de contraseñas a alta velocidad contra cualquier nombre de usuario conocido. La versión 2.6.0 corrige el problema.

26 Mar 2026, 19:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-26 19:17

Updated : 2026-03-30 19:18


NVD link : CVE-2026-33152

Mitre link : CVE-2026-33152

CVE.ORG link : CVE-2026-33152


JSON object : View

Products Affected

tandoor

  • recipes
CWE
CWE-307

Improper Restriction of Excessive Authentication Attempts