{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:tandoor:recipes:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "2.6.4"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "CPE_RANGE",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0320f99b7e6c72f2325a5132e72f791b0e911b6d"
            }
          ],
          "repo": "https://github.com/tandoorrecipes/recipes",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-9hhh-g2fc-r8x2"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/35xxx/CVE-2026-35046.json"
  },
  "details": "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 \u003cstyle\u003e tags into recipe step instructions. The bleach.clean() sanitizer explicitly whitelists the \u003cstyle\u003e 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.",
  "id": "CVE-2026-35046",
  "modified": "2026-07-08T05:36:27.772008677Z",
  "published": "2026-04-06T17:20:00.579Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/TandoorRecipes/recipes/releases/tag/2.6.4"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/35xxx/CVE-2026-35046.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-9hhh-g2fc-r8x2"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35046"
    }
  ],
  "schema_version": "1.7.5",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Tandoor has a Stored CSS Injection via \u003cstyle\u003e Tag in Recipe Instructions (API-Level)"
}