Description
Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, the `SyncViewSet.query_synced_folder()` action in `cookbook/views/api.py` (line 903) fetches a Sync object using `get_object_or_404(Sync, pk=pk)` without including `space=request.space` in the filter. This allows an admin user in Space A to trigger sync operations (Dropbox/Nextcloud/Local import) on Sync configurations belonging to Space B, and view the resulting sync logs. Version 2.6.0 patches the issue.
Published: 2026-03-26
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized cross‑space sync execution and log exposure
Action: Patch Now
AI Analysis

Impact

The flaw is an insecure object lookup in the SyncViewSet.query_synced_folder method. An admin user can request a sync for any Sync object without the system verifying that the sync belongs to the user’s current space. This allows the user to trigger imports from external providers in another space and read the corresponding sync logs, potentially exposing sensitive data. The weakness is a permission assumption error, identified as CWE-639.

Affected Systems

The vulnerability affects the Tandoor Recipes application, versions older than 2.6.0. Any installation running 2.5.x or earlier is susceptible; the issue resides in cookbook/views/api.py. The affected vendor is TandoorRecipes:recipes.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS less than 1% suggests low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated admin in one space to execute a sync operation that targets a Sync object in a different space, exposing control over external import processes and the resulting logs.

Generated by OpenCVE AI on March 30, 2026 at 20:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tandoor Recipes to version 2.6.0 or newer
  • Verify that sync operations respect the current space context
  • If upgrade is not immediately possible, restrict admin privileges to individual spaces and monitor sync logs for unauthorized activity

Generated by OpenCVE AI on March 30, 2026 at 20:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 30 Mar 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared Tandoor
Tandoor recipes
CPEs cpe:2.3:a:tandoor:recipes:*:*:*:*:*:*:*:*
Vendors & Products Tandoor
Tandoor recipes
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N'}


Fri, 27 Mar 2026 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 27 Mar 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Tandoorrecipes
Tandoorrecipes recipes
Vendors & Products Tandoorrecipes
Tandoorrecipes recipes

Thu, 26 Mar 2026 19:15:00 +0000

Type Values Removed Values Added
Description Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, the `SyncViewSet.query_synced_folder()` action in `cookbook/views/api.py` (line 903) fetches a Sync object using `get_object_or_404(Sync, pk=pk)` without including `space=request.space` in the filter. This allows an admin user in Space A to trigger sync operations (Dropbox/Nextcloud/Local import) on Sync configurations belonging to Space B, and view the resulting sync logs. Version 2.6.0 patches the issue.
Title Tandoor Recipes has Cross-Space IDOR in SyncViewSet.query_synced_folder: missing space scoping on get_object_or_404
Weaknesses CWE-639
References
Metrics cvssV4_0

{'score': 5.5, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Tandoor Recipes
Tandoorrecipes Recipes
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-27T13:58:12.010Z

Reserved: 2026-02-27T20:57:47.709Z

Link: CVE-2026-28503

cve-icon Vulnrichment

Updated: 2026-03-27T13:47:47.383Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-26T19:16:57.113

Modified: 2026-03-30T19:28:48.307

Link: CVE-2026-28503

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-30T20:57:39Z

Weaknesses