The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-25991

CVE-2026-25991: Tandoor Recipes SSRF Vulnerability

CVE-2026-25991 is a Blind Server-Side Request Forgery flaw in Tandoor Recipes that lets authenticated users force the server to connect to arbitrary resources. This article covers technical details, affected versions, and mitigations.

Published: February 20, 2026

CVE-2026-25991 Overview

CVE-2026-25991 is a Blind Server-Side Request Forgery (SSRF) vulnerability in Tandoor Recipes, a popular open-source application for managing recipes, planning meals, and building shopping lists. The vulnerability exists in the Cookmate recipe import feature, where the application fails to validate destination URLs after following HTTP redirects.

This security flaw allows any authenticated user—including standard users without administrative privileges—to force the server to connect to arbitrary internal or external resources. The vulnerability is located in cookbook/integration/cookmate.py, within the Cookmate integration class.

Critical Impact

Attackers can leverage this SSRF vulnerability to scan internal network ports, access cloud instance metadata services (AWS/GCP), or disclose the server's real IP address, potentially exposing sensitive infrastructure information.

Affected Products

  • Tandoor Recipes versions prior to 2.5.1
  • All Tandoor Recipes instances with Cookmate import feature enabled
  • Self-hosted and cloud-deployed Tandoor Recipes installations

Discovery Timeline

  • February 13, 2026 - CVE-2026-25991 published to NVD
  • February 17, 2026 - Last updated in NVD database

Technical Details for CVE-2026-25991

Vulnerability Analysis

The SSRF vulnerability in Tandoor Recipes stems from insufficient URL validation in the Cookmate recipe import functionality. When a user imports a recipe from an external URL, the application follows HTTP redirects without validating the final destination. This lack of post-redirect validation creates a significant security gap that can be exploited by authenticated users.

The vulnerability is particularly concerning because it requires only basic authentication—no administrative privileges are necessary to exploit it. An attacker with a standard user account can craft malicious import requests that force the server to make connections to internal network resources, cloud metadata endpoints, or external services.

The impact scope is changed (as indicated by the cross-domain nature of the attack), meaning the vulnerability affects resources beyond the security scope of the vulnerable component itself. While the attack does not allow for data modification or service disruption, it enables high-severity information disclosure.

Root Cause

The root cause lies in the cookbook/integration/cookmate.py file, where the Cookmate integration class uses standard HTTP request methods without proper URL validation after following redirects. The original implementation used the requests library directly without implementing safeguards against SSRF attacks.

The vulnerable code path allows an attacker to:

  1. Submit a URL pointing to an attacker-controlled server
  2. Have the attacker's server respond with a redirect to an internal resource
  3. The Tandoor server follows the redirect and connects to the internal resource
  4. Response data or connection metadata is leaked back to the attacker

Attack Vector

The attack is network-based and requires low complexity to execute. An authenticated user can exploit this vulnerability through the Cookmate recipe import feature by providing a specially crafted URL that redirects to internal resources.

Common exploitation scenarios include:

  • Accessing AWS/GCP instance metadata services at http://169.254.169.254/
  • Scanning internal network ports to map infrastructure
  • Accessing internal services not exposed to the internet
  • Revealing the server's real IP address when behind a proxy or CDN
python
# Security patch showing the fix - cookbook/integration/cookmate.py
# Source: https://github.com/TandoorRecipes/recipes/commit/fdf22c5e745740db1fec29d6b4bd3df5d340e6ab

# Before (vulnerable):
 from io import BytesIO
 
-import requests
-
-from cookbook.helper.HelperFunctions import validate_import_url
+from cookbook.helper.HelperFunctions import validate_import_url, safe_request
 from cookbook.helper.ingredient_parser import IngredientParser
 from cookbook.helper.recipe_url_import import parse_servings, parse_servings_text, parse_time
 from cookbook.integration.integration import Integration

The fix introduces a safe_request helper function that validates URLs both before and after following redirects, preventing SSRF attacks through redirect chains.

Detection Methods for CVE-2026-25991

Indicators of Compromise

  • Unusual outbound connections from the Tandoor Recipes server to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the application server
  • Recipe import requests containing URLs with suspicious redirect chains
  • Increased volume of failed or unusual recipe import attempts from specific user accounts

Detection Strategies

  • Monitor application logs for recipe import requests with URLs pointing to internal IP addresses or localhost
  • Implement network-level detection for outbound connections from the Tandoor server to internal network ranges
  • Review audit logs for unusual patterns in the Cookmate import feature usage
  • Deploy web application firewall (WAF) rules to detect SSRF payload patterns in import requests

Monitoring Recommendations

  • Enable verbose logging for the recipe import functionality to capture all URL requests
  • Set up alerts for outbound connections to cloud metadata IP ranges from application servers
  • Monitor for DNS lookups to internal hostnames originating from the Tandoor Recipes container or server
  • Implement network segmentation monitoring to detect lateral movement attempts

How to Mitigate CVE-2026-25991

Immediate Actions Required

  • Upgrade Tandoor Recipes to version 2.5.1 or later immediately
  • If immediate upgrade is not possible, disable or restrict access to the Cookmate recipe import feature
  • Review audit logs for any suspicious recipe import activity that may indicate exploitation attempts
  • Implement network-level controls to block outbound connections from the application server to internal resources

Patch Information

The vulnerability is fixed in Tandoor Recipes version 2.5.1. The patch introduces a safe_request helper function that validates destination URLs after following HTTP redirects, preventing SSRF attacks through redirect chains.

Patch details:

  • Fixed Version:2.5.1
  • Commit:fdf22c5e745740db1fec29d6b4bd3df5d340e6ab
  • Security Advisory:GHSA-j6xg-85mh-qqf7
  • Release Notes:GitHub Release 2.5.1

Workarounds

  • Restrict access to the recipe import feature to trusted administrators only until the patch can be applied
  • Implement network-level egress filtering to block connections from the Tandoor server to internal IP ranges and cloud metadata endpoints
  • Use a web application firewall to inspect and block requests containing SSRF payloads
  • Deploy the application in an isolated network segment without access to sensitive internal resources
bash
# Example: Block metadata endpoint access at the network/firewall level
# Add iptables rule to prevent SSRF to cloud metadata services
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# For Docker deployments, add network restrictions in docker-compose.yml
# networks:
#   tandoor_net:
#     driver: bridge
#     internal: true  # Prevents direct internet access

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechTandoor Recipes

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Release 2.5.1
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-j6xg-85mh-qqf7
  • Related CVEs
  • CVE-2026-27460: Tandoor Recipes DoS Vulnerability

  • CVE-2026-35488: Tandoor Recipes Auth Bypass Vulnerability

  • CVE-2026-35489: Tandoor Recipes Information Disclosure Flaw

  • CVE-2026-35046: Tandoor Recipes XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English