HIGHVulnerability
Verified
Global

NVD HIGH: CVE-2026-33152 — Tandoor Recipes is an application for managing recipes, planning meals, and buil...

Thursday, March 26, 2026 at 07:17 PM UTC·Source: NIST NVD

Updated: Thursday, April 2, 2026 at 05:46 PM UTC

Executive Summary

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 AP

Analysis

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. CVSS Score: 9.1. Published: 2026-03-26T19:17:03.147.

Indicators of Compromise (1)

CVE (1)
CVE-2026-33152
Source Attribution

Originally published by NIST NVD on Mar 26, 2026. Verified by: NIST.

Related Threats