Cyber Resilience

CVE-2026-23896

HighPublic PoC

Published: 29 January 2026

Published
29 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0030 21.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-23896 is a high-severity Improper Privilege Management (CWE-269) vulnerability in Futo Immich. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 21.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

CVE-2026-23896 is a privilege escalation vulnerability in Immich, a high-performance self-hosted photo and video management solution. In versions prior to 2.5.0, API keys can exploit an update endpoint to escalate their own permissions, enabling a low-privilege API key to grant itself full administrative access to the system. The issue is classified under CWE-269 (Improper Privilege Management) with a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H).

An attacker with access to a low-privilege API key can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By calling the vulnerable update endpoint, the attacker escalates the API key's permissions to full administrative privileges, potentially allowing high-impact unauthorized access to confidentiality, integrity, and availability of the Immich system.

The official GitHub security advisory (GHSA-237r-x578-h5mv) confirms that upgrading to Immich version 2.5.0 resolves the vulnerability by addressing the improper permission escalation in the API key update mechanism. Security practitioners should prioritize patching affected deployments and review existing API key permissions.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

immich is 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…

more

system. Version 2.5.0 fixes the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Direct privilege escalation via API endpoint abuse matches Exploitation for Privilege Escalation (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-35455Same product: Futo Immich
CVE-2026-25118Same product: Futo Immich
CVE-2025-27639Shared CWE-269
CVE-2025-8899Shared CWE-269
CVE-2025-26705Shared CWE-269
CVE-2015-10139Shared CWE-269
CVE-2026-8972Shared CWE-269
CVE-2025-0893Shared CWE-269
CVE-2026-6769Shared CWE-269
CVE-2025-2858Shared CWE-269

Affected Assets

futo
immich
≤ 2.5.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents low-privilege API keys from self-escalating to admin rights by enforcing the principle that privileges must be limited to only those required.

prevent

Ensures the API key update endpoint enforces approved authorizations and rejects unauthorized permission changes attempted by the key itself.

prevent

Requires proper authorization and review processes when modifying account/API-key privileges, blocking the self-escalation path described in the CVE.

References