Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-29055

CVE-2026-29055: Tandoor Recipes Information Disclosure

CVE-2026-29055 is an information disclosure vulnerability in Tandoor Recipes that exposes sensitive EXIF metadata including GPS coordinates from uploaded WebP images. This article covers technical details, affected versions, and fixes.

Published: March 27, 2026

CVE-2026-29055 Overview

Tandoor Recipes, an open-source application for managing recipes, planning meals, and building shopping lists, contains an information disclosure vulnerability in its image processing pipeline. In versions prior to 2.6.0, the application explicitly skips EXIF metadata stripping, image rescaling, and size validation for WebP and GIF image formats. A developer TODO comment in the source code acknowledges this as a known issue.

When users upload recipe photos in WebP format—the default format for modern smartphone cameras—their sensitive EXIF data including GPS coordinates, camera model, timestamps, and software information is stored and served to all users who can view the recipe.

Critical Impact

Sensitive user location data and device information embedded in WebP and GIF images are exposed to all users with recipe viewing permissions, creating significant privacy risks for users sharing recipe photos.

Affected Products

  • Tandoor Recipes versions prior to 2.6.0

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-29055 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-29055

Vulnerability Analysis

This vulnerability is classified under CWE-1230 (Exposure of Sensitive Information Through Metadata). The core issue lies in the differential treatment of image formats within Tandoor Recipes' image processing pipeline. While other image formats undergo proper sanitization including EXIF metadata stripping and image rescaling, WebP and GIF formats bypass these security controls entirely.

Modern smartphones, particularly those running recent versions of Android and iOS, default to capturing photos in WebP format due to its superior compression. These images automatically embed rich EXIF metadata including precise GPS coordinates, device identifiers, capture timestamps, and other potentially sensitive information. When users upload recipe photos taken with their smartphones, this metadata is preserved and subsequently served to anyone with viewing access to the recipe.

The presence of a developer TODO comment in the source code indicates this was a known gap in the security implementation that remained unaddressed until version 2.6.0.

Root Cause

The root cause is incomplete implementation of the image sanitization pipeline. The code path responsible for processing uploaded images contains conditional logic that explicitly skips EXIF stripping and image validation for WebP and GIF file formats. This creates an inconsistent security boundary where privacy protections are format-dependent rather than universally applied.

Attack Vector

This vulnerability is exploitable over the network without authentication in scenarios where recipes are publicly shared. An attacker can:

  1. Access publicly shared recipes or gain legitimate viewing access to shared recipes
  2. Download recipe images in WebP or GIF format
  3. Extract EXIF metadata using standard tools to reveal the uploader's location, device information, and capture timestamps
  4. Correlate this information across multiple recipe uploads to build a profile of the user's movements and habits

The exploitation requires no special privileges beyond recipe viewing access, making it a low-complexity attack with direct privacy implications for users who unknowingly share location-tagged photos.

Detection Methods for CVE-2026-29055

Indicators of Compromise

  • Presence of EXIF metadata in served WebP or GIF images from the Tandoor Recipes application
  • User reports of location or device information exposure through shared recipe photos
  • Unusual access patterns to recipe images, particularly bulk downloads of user-uploaded photos

Detection Strategies

  • Implement automated scanning of stored WebP and GIF images for EXIF metadata presence
  • Review application logs for bulk image download requests that may indicate data harvesting
  • Audit recipe sharing permissions to identify potentially exposed user-uploaded images

Monitoring Recommendations

  • Monitor for tools commonly used for EXIF extraction accessing the application
  • Track image download patterns for anomalies suggesting targeted data collection
  • Implement alerts for external tools querying image endpoints at high frequency

How to Mitigate CVE-2026-29055

Immediate Actions Required

  • Upgrade Tandoor Recipes to version 2.6.0 or later immediately
  • Review previously uploaded WebP and GIF images for sensitive EXIF metadata
  • Consider re-processing existing images to strip metadata after upgrading
  • Notify users about potential historical exposure if publicly shared recipes contained location-tagged images

Patch Information

The vulnerability has been addressed in Tandoor Recipes version 2.6.0. Users should update to this version or later to ensure proper EXIF metadata stripping is applied to all image formats including WebP and GIF. For detailed release information, see the GitHub Release Notes and the GitHub Security Advisory.

Workarounds

  • Manually strip EXIF metadata from WebP and GIF images before uploading using tools like exiftool
  • Convert WebP images to other formats (such as JPEG) that are properly processed by older Tandoor versions before uploading
  • Restrict recipe sharing to trusted users only until the patch can be applied
  • Disable public recipe sharing features temporarily if running a vulnerable version
bash
# Strip EXIF metadata from WebP images before uploading
exiftool -all= recipe_photo.webp

# Verify EXIF data has been removed
exiftool recipe_photo.webp

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTandoor Recipes

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1230
  • Technical References
  • GitHub Release Notes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35489: Tandoor Recipes Information Disclosure Flaw

  • CVE-2026-33153: Tandoor Recipes Information Disclosure

  • CVE-2026-23838: Tandoor Recipes Information Disclosure

  • CVE-2026-27460: Tandoor Recipes DoS 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