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

CVE-2026-23896: Immich Privilege Escalation Vulnerability

CVE-2026-23896 is a privilege escalation vulnerability in Immich that allows API keys to elevate their own permissions to gain full administrative access. This article covers technical details, affected versions, and mitigation.

Published: January 29, 2026

CVE-2026-23896 Overview

CVE-2026-23896 is a privilege escalation vulnerability affecting Immich, a high performance self-hosted photo and video management solution. Prior to version 2.5.0, API keys can escalate their own permissions by calling the update endpoint, allowing a low-privilege API key to grant itself full administrative access to the system.

This vulnerability stems from improper privilege management (CWE-269) in the API key handling mechanism, where the application fails to properly validate permission changes requested through the API update endpoint.

Critical Impact

Attackers with low-privilege API access can escalate to full administrative control, potentially compromising all stored photos, videos, and user data within the Immich installation.

Affected Products

  • Immich versions prior to 2.5.0

Discovery Timeline

  • 2026-01-29 - CVE CVE-2026-23896 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-23896

Vulnerability Analysis

This privilege escalation vulnerability allows API keys to modify their own permission levels through the update endpoint. The root cause lies in the application's failure to implement proper authorization checks when processing API key update requests. When a user or automated process makes an API call to update their API key's permissions, the system does not verify whether the requesting key has the authority to grant such elevated privileges.

The vulnerability enables an attacker who possesses a low-privilege API key to craft a request that upgrades their key to administrative status. Once escalated, the attacker gains full control over the Immich installation, including access to all stored media, user management capabilities, and system configuration options.

Root Cause

The vulnerability is classified under CWE-269 (Improper Privilege Management). The Immich application prior to version 2.5.0 lacks proper validation logic in the API key update endpoint. When processing permission modification requests, the system fails to verify that the requesting API key has sufficient privileges to grant the requested permission level. This allows any API key holder to self-escalate their permissions to the highest privilege level available in the system.

Attack Vector

The attack is conducted over the network and requires the attacker to have an existing API key with any privilege level. The attacker sends a crafted request to the API key update endpoint, specifying elevated permissions for their own key. Since the vulnerable endpoint does not validate whether the requesting key has authorization to grant such permissions, the request is processed successfully, and the API key receives administrative privileges.

The attack does not require user interaction and can be executed programmatically. An attacker with even minimal API access can leverage this vulnerability to gain complete administrative control over the Immich instance, including access to all user accounts, stored photos and videos, and system settings.

Detection Methods for CVE-2026-23896

Indicators of Compromise

  • Unexpected API key permission changes in application logs
  • API keys with elevated privileges that were originally created with limited permissions
  • Audit trail showing self-modification of API key permissions
  • Unusual administrative actions performed by previously low-privilege API keys

Detection Strategies

  • Monitor API endpoint logs for calls to the API key update endpoint
  • Implement alerting on any permission elevation events
  • Review API key permission histories for unauthorized changes
  • Deploy web application firewalls (WAF) rules to detect suspicious API update patterns

Monitoring Recommendations

  • Enable verbose logging for all API key management operations
  • Establish baseline API key permission profiles and alert on deviations
  • Implement real-time monitoring for privilege escalation patterns in API traffic
  • Conduct regular audits of API key permissions against intended access levels

How to Mitigate CVE-2026-23896

Immediate Actions Required

  • Upgrade Immich to version 2.5.0 or later immediately
  • Audit all existing API keys for unauthorized permission escalations
  • Revoke and regenerate API keys that may have been compromised
  • Review application logs for any evidence of exploitation attempts

Patch Information

The vulnerability has been addressed in Immich version 2.5.0. Users should upgrade to this version or later to remediate the vulnerability. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to the Immich API to trusted sources only
  • Implement additional authentication layers (VPN, IP allowlisting) for API access
  • Monitor and audit API key usage patterns until the patch can be applied
  • Consider temporarily disabling API key functionality if not critical to operations

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechImmich

  • SeverityHIGH

  • CVSS Score7.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40096: Immich XSS Vulnerability

  • CVE-2026-35455: Immich Stored XSS Vulnerability

  • CVE-2026-25118: Immich Credential Disclosure 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