Skip to main content

Recipes CVE-2026-35046

| EUVDEUVD-2026-19390 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-04-06 GitHub_M
5.4
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Patch available
Apr 16, 2026 - 05:29 EUVD
2.6.4
EUVD ID Assigned
Apr 06, 2026 - 17:45 euvd
EUVD-2026-19390
Analysis Generated
Apr 06, 2026 - 17:45 vuln.today
CVE Published
Apr 06, 2026 - 17:20 nvd
MEDIUM 5.4

DescriptionGitHub Advisory

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. Prior to 2.6.4, Tandoor Recipes allows authenticated users to inject arbitrary <style> tags into recipe step instructions. The bleach.clean() sanitizer explicitly whitelists the <style> tag, causing the backend to persist and serve unsanitized CSS payloads via the API. Any client consuming instructions_markdown from the API and rendering it as HTML without additional sanitization will execute attacker-controlled CSS - enabling UI redressing, phishing overlays, visual defacement, and CSS-based data exfiltration. This vulnerability is fixed in 2.6.4.

AnalysisAI

Tandoor Recipes prior to version 2.6.4 allows authenticated users to inject malicious CSS via <style> tags in recipe step instructions due to improper sanitization by the bleach.clean() library, which whitelists <style> tags by default. Client applications rendering the instructions_markdown field from the API without additional sanitization will execute attacker-controlled CSS, enabling UI redressing, phishing overlays, visual defacement, and CSS-based data exfiltration attacks. The vulnerability requires authentication and user interaction to exploit, limiting its scope, but affects any downstream application consuming the API.

Technical ContextAI

Tandoor Recipes uses the bleach library for HTML sanitization of recipe instructions. The bleach.clean() function is designed to strip potentially dangerous HTML and JavaScript, but it explicitly whitelists certain tags including <style> for legitimate formatting purposes. However, when <style> tags contain arbitrary CSS selectors and properties, they can be leveraged for attacks including content exfiltration via CSS attribute selectors, UI element repositioning, keylogging simulation through cursor tracking, and credential harvesting through phishing overlays. The vulnerability exists in the backend API layer (instructions_markdown field) where unsanitized CSS persists in the database and is served to all API consumers. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically a sanitizer bypass where a supposedly safe HTML element becomes a vector for CSS-based attacks. Client-side rendering frameworks that directly render API responses as HTML (without re-sanitization) become attack targets, as they trust the backend sanitization.

RemediationAI

Upgrade Tandoor Recipes to version 2.6.4 or later, which addresses the sanitization bypass. For deployment, pull the latest Docker image tagged 2.6.4 or download the release from https://github.com/TandoorRecipes/recipes/releases/tag/2.6.4. Additionally, any client application consuming the Tandoor Recipes API should implement client-side HTML sanitization (e.g., DOMPurify) before rendering the instructions_markdown field to add defense-in-depth against future sanitizer bypasses. If immediate patching is not possible, restrict API access to trusted users only and audit existing recipe instructions for injected <style> tags. Review the GitHub Security Advisory at https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-9hhh-g2fc-r8x2 for detailed technical context and implementation notes.

CVE-2025-23211 CRITICAL POC
9.9 Jan 28

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. Rated critical seve

CVE-2026-25991 HIGH POC
7.7 Feb 13

Tandoor Recipes prior to 2.5.1 contains a blind server-side request forgery vulnerability in the Cookmate recipe import

CVE-2025-57396 MEDIUM POC
6.5 Sep 19

Tandoor Recipes 2.0.0-alpha-1, fixed in 2.0.0-alpha-2, is vulnerable to privilege escalation. Rated medium severity (CVS

CVE-2024-0403 MEDIUM POC
6.5 Mar 01

Recipes version 1.5.10 allows arbitrary HTTP requests to be made through the server. Rated medium severity (CVSS 6.5), t

CVE-2022-23071 MEDIUM POC
6.5 Jun 19

In Recipes, versions 0.9.1 through 1.2.5 are vulnerable to Server Side Request Forgery (SSRF), in the “Import Recipe” fu

CVE-2026-33152 CRITICAL
9.1 Mar 26

Tandoor Recipes versions prior to 2.6.0 allow unlimited brute-force password guessing attacks against any known username

CVE-2026-25964 MEDIUM POC
4.9 Feb 13

Path traversal in Tandoor Recipes prior to 2.5.1 allows authenticated users with import permissions to read arbitrary fi

CVE-2026-35488 HIGH
8.1 Apr 07

Privilege escalation in Tandoor Recipes prior to version 2.6.4 allows authenticated users with read-only shared access t

CVE-2026-35045 HIGH
8.1 Apr 06

Authenticated users can modify and expose private recipes in Tandoor Recipes through broken object-level authorization i

CVE-2026-33149 HIGH
8.1 Mar 26

Tandoor Recipes versions through 2.5.3 permit Host header injection attacks that enable invite link poisoning, allowing

CVE-2026-33153 HIGH
7.7 Mar 26

Tandoor Recipes application versions prior to 2.6.0 expose complete database schema and access control logic through an

CVE-2022-23074 LOW POC
3.5 Jun 21

In Recipes, versions 0.17.0 through 1.2.5 are vulnerable to Stored Cross-Site Scripting (XSS), in the ‘Name’ field of Ke

Share

CVE-2026-35046 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy