Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Lifecycle Timeline
6DescriptionGitHub Advisory
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.
AnalysisAI
Tandoor Recipes versions prior to 2.6.0 allow unlimited brute-force password guessing attacks against any known username through API endpoints accepting BasicAuthentication headers. While Django AllAuth rate limiting protects the HTML login form (5 attempts per minute per IP), API endpoints completely bypass these controls, enabling high-speed credential stuffing with no account lockout. A proof-of-concept exploit exists and the attack is automatable per SSVC analysis, though no active exploitation is confirmed in CISA KEV.
Technical ContextAI
Tandoor Recipes (cpe:2.3:a:tandoorrecipes:recipes) is a Python-based Django application that configures Django REST Framework with BasicAuthentication as a default authentication backend. The vulnerability stems from CWE-307 (Improper Restriction of Excessive Authentication Attempts), where rate limiting implemented through Django AllAuth (ACCOUNT_RATE_LIMITS: login: 5/m/ip) only applies to traditional form-based authentication endpoints at /accounts/login/. API endpoints accepting HTTP Basic Authentication headers through the Authorization header remain unprotected, creating a parallel authentication path with no brute-force controls. This architectural flaw separates rate limiting enforcement from the authentication mechanism itself, allowing attackers to bypass protections by targeting different endpoints using the same credentials.
RemediationAI
Upgrade Tandoor Recipes to version 2.6.0 or later, which patches the BasicAuthentication brute-force vulnerability. The patched release is available at https://github.com/TandoorRecipes/recipes/releases/tag/2.6.0 and addresses the issue by removing or properly rate-limiting BasicAuthentication on API endpoints. Until patching is feasible, implement defense-in-depth controls including network-level rate limiting via reverse proxy (nginx, HAProxy) to restrict authentication attempts per source IP, enforce strong password policies to increase brute-force difficulty, deploy IP allowlisting if the application serves only known networks, monitor authentication logs for suspicious patterns indicating credential stuffing, and consider disabling API endpoints if not required for operational use. Consult the GitHub security advisory at https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-7m7c-jjqc-r522 for additional vendor guidance.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16315