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

CVE-2026-40096: Immich XSS Vulnerability

CVE-2026-40096 is a cross-site scripting flaw in Immich that enables open redirect attacks via shared album names. Attackers can exploit this to conduct phishing. This article covers technical details, affected versions, and mitigations.

Published: April 17, 2026

CVE-2026-40096 Overview

CVE-2026-40096 is an open redirect vulnerability affecting Immich, a high-performance self-hosted photo and video management solution. The vulnerability exists in the shared album functionality where album names are inserted unsanitized into HTML <meta> tags within api.service.ts. This allows authenticated attackers to craft malicious album names that, when shared with victims, redirect their browsers to attacker-controlled websites.

Critical Impact

Authenticated attackers can exploit this vulnerability to redirect victims to phishing sites masquerading as legitimate Immich login pages, potentially harvesting credentials from unsuspecting users who believe they need to authenticate to view shared albums.

Affected Products

  • Immich versions prior to 2.7.3
  • Self-hosted Immich installations with shared album functionality enabled

Discovery Timeline

  • 2026-04-15 - CVE-2026-40096 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-40096

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically manifesting as an open redirect through unsanitized meta tag injection. The core issue lies in how Immich handles user-supplied album names when generating Open Graph meta tags for shared album links.

When a user creates a shared album, the album name is directly inserted into the <meta property="og:title"> tag without proper sanitization. An attacker with a registered account can craft a malicious album name containing HTML meta tag escape sequences and redirect directives. When a victim opens the share link, the browser interprets the injected content as a valid meta refresh directive, causing an automatic redirect to an attacker-controlled domain.

The attack requires the attacker to have a registered account on the target Immich instance, limiting the attack surface to multi-user deployments or instances with open registration. However, once exploited, the vulnerability enables convincing phishing attacks since victims receive legitimate-looking share links from the trusted Immich domain.

Root Cause

The root cause is insufficient input validation and output encoding in the api.service.ts file. The shared album functionality fails to sanitize special characters in album names before embedding them into HTML meta tags. Specifically, the code does not escape quotation marks, angle brackets, or other HTML-significant characters, allowing attackers to break out of the intended attribute context and inject arbitrary meta directives.

Attack Vector

The attack is network-based and requires the attacker to have a registered account on the target Immich instance. The attacker creates a shared album with a specially crafted name containing the payload 0;url=https://attackersite.com" http-equiv="refresh. When this album name is rendered in the HTML response for the share link, it effectively creates a meta refresh tag that redirects visitors to the attacker's site.

The attacker then shares the album link with victims through any communication channel. When victims click the link expecting to view shared photos, their browsers are immediately redirected to a malicious site. The attacker can host a convincing replica of the Immich login page to harvest credentials from users who believe they need to authenticate to view the album.

The vulnerability exploits the browser's interpretation of meta refresh tags, which are processed before any JavaScript-based security controls can intervene.

Detection Methods for CVE-2026-40096

Indicators of Compromise

  • Album names containing unusual character sequences such as http-equiv, refresh, or url=
  • Album names with embedded quotation marks or HTML-like syntax
  • Shared album links that result in unexpected browser redirects
  • User reports of being redirected to unfamiliar login pages when accessing shared albums
  • Web server logs showing requests with unusually long or encoded album name parameters

Detection Strategies

  • Implement server-side logging and alerting for album names containing suspicious patterns such as http-equiv or meta keywords
  • Monitor for albums with names exceeding reasonable length thresholds or containing non-printable characters
  • Deploy web application firewall rules to detect and block requests containing meta tag injection patterns
  • Review audit logs for bulk album creation activity from single accounts, which may indicate reconnaissance or testing

Monitoring Recommendations

  • Enable verbose logging for the shared album creation and access endpoints in Immich
  • Configure alerts for multiple failed album access attempts followed by successful redirects to external domains
  • Implement Content Security Policy headers to restrict meta refresh behavior where possible
  • Monitor DNS queries from client networks for connections to known phishing domains following Immich share link access

How to Mitigate CVE-2026-40096

Immediate Actions Required

  • Upgrade all Immich installations to version 2.7.3 or later immediately
  • Review existing shared albums for suspicious or unusually formatted names
  • Notify users who may have accessed suspicious shared album links to change their credentials
  • Consider temporarily disabling the shared album functionality on vulnerable instances until patching is complete
  • Implement network-level controls to alert on redirects from Immich instances to unknown external domains

Patch Information

Immich has addressed this vulnerability in version 2.7.3. The fix implements proper HTML entity encoding for album names before insertion into meta tags, preventing attackers from escaping the attribute context. Administrators should upgrade to version 2.7.3 or later as documented in the GitHub Release v2.7.3.

For detailed technical information about the vulnerability and the fix, refer to the GitHub Security Advisory GHSA-24fq-72x8-v7hm.

Workarounds

  • Restrict album creation permissions to trusted administrators only until the patch can be applied
  • Implement a reverse proxy or web application firewall rule to sanitize or reject album names containing meta tag injection patterns
  • Disable shared album functionality at the application or network level for vulnerable installations
  • Educate users to verify the URL in their browser address bar when accessing shared album links and to report any unexpected redirects

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechImmich

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:N/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-79
  • Technical References
  • GitHub Release v2.7.3

  • GitHub Security Advisory GHSA-24fq-72x8-v7hm
  • Related CVEs
  • CVE-2026-35455: Immich Stored XSS Vulnerability

  • CVE-2026-25118: Immich Credential Disclosure Vulnerability

  • CVE-2026-23896: Immich Privilege Escalation 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