Description
An insecure direct object reference vulnerability in PhotoPrism through commit bb0b933 allows any user with a valid preview token to retrieve the original-resolution cover photo of any album. The AlbumCover handler does not verify that the requesting user is authorized to access the specified album before serving the cover image. An attacker with any valid preview token can enumerate and download album cover images belonging to other users.
Published: 2026-08-11
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An insecure direct object reference flaw in PhotoPrism allows any user with a valid preview token to retrieve the original‑resolution cover photo for any album. The AlbumCover handler does not validate that the requester is authorized to view the requested album, permitting users to enumerate and download other users’ cover images.

Affected Systems

PhotoPrism PhotoPrism installations are affected; no specific version range is listed, so any deployment that may still be running older or unpatched code could be vulnerable.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity. The EPSS score is not available, and the issue is not listed in CISA’s KEV catalog. The likely attack vector is an HTTP request to the AlbumCover endpoint that accepts a preview token. An attacker only needs a valid preview token – typically obtained during normal browsing – to enumerate and download cover images. Because no privilege escalation or complex conditions are required, exploitation is straightforward for any user who holds such a token. The absence of an official patch means the vulnerability will remain exploitable until a vendor fix is released.

Generated by OpenCVE AI on August 11, 2026 at 17:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable or restrict preview token usage to prevent unauthorized album cover access
  • Add authorization checks to the AlbumCover handler so that only users who own or are authorized for the album may view its cover image
  • Review user session and token issuance policies to ensure only legitimate users possess preview tokens and consider revoking or rotating tokens

Generated by OpenCVE AI on August 11, 2026 at 17:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 11 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Photoprism
Photoprism photoprism
Vendors & Products Photoprism
Photoprism photoprism

Tue, 11 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description An insecure direct object reference vulnerability in PhotoPrism through commit bb0b933 allows any user with a valid preview token to retrieve the original-resolution cover photo of any album. The AlbumCover handler does not verify that the requesting user is authorized to access the specified album before serving the cover image. An attacker with any valid preview token can enumerate and download album cover images belonging to other users.
Title PhotoPrism PhotoPrism - Insecure Direct Object Reference
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Photoprism Photoprism
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T12:35:55.275Z

Reserved: 2026-08-10T10:32:49.080Z

Link: CVE-2026-72540

cve-icon Vulnrichment

Updated: 2026-08-11T12:35:52.129Z

cve-icon NVD

Status : Received

Published: 2026-08-11T12:17:39.347

Modified: 2026-08-11T13:19:02.700

Link: CVE-2026-72540

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T17:30:16Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key