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-33537

CVE-2026-33537: Lychee Photo Management SSRF Vulnerability

CVE-2026-33537 is a server-side request forgery flaw in Lychee photo-management tool that allows authenticated users to bypass IP validation and access internal services. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33537 Overview

CVE-2026-33537 is a Server-Side Request Forgery (SSRF) vulnerability in Lychee, a free, open-source photo-management tool. The vulnerability exists because a patch previously introduced to address GHSA-cpgw-wgf3-xc6v (SSRF via Photo::fromUrl) contains an incomplete IP validation check that fails to properly block loopback addresses and link-local addresses.

Prior to version 7.5.1, an authenticated user can still reach internal services using direct IP addresses, bypassing all four protection configuration settings even when they are set to their secure defaults. This represents a bypass of existing security controls, allowing attackers to probe internal network infrastructure and potentially access sensitive internal services.

Critical Impact

Authenticated attackers can bypass SSRF protections to access internal services and network resources, potentially exposing sensitive data or enabling further attacks against internal infrastructure.

Affected Products

  • Lychee versions prior to 7.5.1
  • Lychee installations using the Photo::fromUrl functionality
  • Self-hosted Lychee deployments with internal network access

Discovery Timeline

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

Technical Details for CVE-2026-33537

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The root issue stems from an incomplete security fix that was meant to prevent SSRF attacks through the photo import functionality. While the original patch attempted to validate and block requests to internal IP addresses, the implementation failed to account for certain IP address formats that resolve to loopback (127.0.0.0/8) and link-local (169.254.0.0/16) addresses.

The attack can be executed over the network by an authenticated user with low privilege requirements. No user interaction is required to exploit this vulnerability, making it particularly concerning for multi-user Lychee deployments.

Root Cause

The vulnerability exists due to an incomplete IP address validation implementation in the Photo::fromUrl function. The original security patch introduced for GHSA-cpgw-wgf3-xc6v did not comprehensively cover all representations of internal IP addresses. Attackers can use alternative IP address notations or encodings to bypass the validation logic and force the server to make requests to internal network resources.

The four protection configuration settings designed to prevent SSRF are ineffective against this bypass technique, even when configured to their most restrictive defaults.

Attack Vector

The attack vector involves an authenticated user submitting a specially crafted URL through the photo import functionality. By using direct IP address formats that the validation logic fails to recognize as internal addresses, the attacker can:

  1. Access internal services running on the same host (loopback addresses)
  2. Probe link-local network services (169.254.x.x addresses)
  3. Potentially access cloud metadata services in cloud-hosted deployments
  4. Map internal network topology through response timing or error messages

The security patch updated the base Docker image and addressed the loopback edge case:

text
# ============================================================================
# Stage 3: Production FrankenPHP Image
# ============================================================================
-FROM dunglas/frankenphp:php8.5-trixie@sha256:7315062106fd2ee885d884072e3335f59e25a3abc34de0a03e102604ab73b4d0
+FROM dunglas/frankenphp:php8.5-trixie@sha256:93dcc4f16e01f0bc8e9d752bb19559cba4a23c14c9fd7ab825538fb432cd91ed

ARG USER=appuser

Source: GitHub Commit Details

Detection Methods for CVE-2026-33537

Indicators of Compromise

  • Unusual requests through Photo::fromUrl targeting internal IP ranges (127.x.x.x, 169.254.x.x)
  • Photo import attempts with URLs containing IP addresses instead of domain names
  • Server logs showing outbound connections to internal services from the Lychee application
  • Increased error rates in photo import functionality when targeting non-existent internal endpoints

Detection Strategies

  • Monitor web application logs for photo import requests containing IP addresses in URL parameters
  • Implement network-level monitoring to detect outbound connections from the Lychee server to internal services
  • Review authentication logs for users repeatedly attempting imports with suspicious URLs
  • Deploy web application firewall rules to flag requests containing internal IP address patterns

Monitoring Recommendations

  • Enable verbose logging for the Photo::fromUrl functionality to capture all import attempts
  • Set up alerts for network connections from the Lychee server to internal IP ranges
  • Monitor for unusual patterns in photo import success/failure rates that may indicate reconnaissance activity
  • Implement egress filtering and log all outbound connections from the application server

How to Mitigate CVE-2026-33537

Immediate Actions Required

  • Upgrade Lychee to version 7.5.1 or later immediately
  • Audit user accounts with photo import permissions and restrict access where possible
  • Review application logs for evidence of exploitation attempts
  • Implement network segmentation to limit the impact of SSRF attacks from the Lychee server

Patch Information

The vulnerability has been fixed in Lychee version 7.5.1. The patch addresses the incomplete IP validation by properly blocking loopback and link-local addresses. The fix is available in commit 41386677681d18cd04e42a35b50bd88bf53a4a6a.

For detailed information about the vulnerability and remediation, refer to the GitHub Security Advisory.

Workarounds

  • Restrict the photo import feature to trusted administrators only until patching is possible
  • Implement network-level egress filtering to prevent the Lychee server from connecting to internal IP ranges
  • Deploy a web application firewall to block requests containing internal IP addresses in URL parameters
  • Consider temporarily disabling the Photo::fromUrl functionality if not critical to operations
bash
# Network-level mitigation: Block outbound connections to internal ranges from the Lychee server
# Example iptables rules (adjust interface and container names as needed)
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 169.254.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLychee

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33644: Lychee Photo Management SSRF Vulnerability

  • CVE-2026-39957: Lychee Auth Bypass Vulnerability

  • CVE-2026-33738: Lychee Photo Management XSS Vulnerability

  • CVE-2026-22784: Lychee Auth Bypass 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