assets should not be viewable by other users #1029

Closed
opened 2026-02-05 00:06:19 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @uhthomas on GitHub (Jun 29, 2023).

The bug

@jrasm91 mentioned it may be possible for any other user on the Immich instance to view any file or thumbnail regardless of the owner. This obviously may be intentional for some cases like shared albums, but maybe not desirable otherwise.

The OS that Immich Server is running on

N/A

Version of Immich Server

v1.64.0

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

N/A

Additional information

No response

Originally created by @uhthomas on GitHub (Jun 29, 2023). ### The bug @jrasm91 mentioned it may be possible for any other user on the Immich instance to view any file or thumbnail regardless of the owner. This obviously may be intentional for some cases like shared albums, but maybe not desirable otherwise. ### The OS that Immich Server is running on N/A ### Version of Immich Server v1.64.0 ### Version of Immich Mobile App N/A ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps ```bash N/A ``` ### Additional information _No response_
OVERLORD added the 🗄️server label 2026-02-05 00:06:19 +03:00
Author
Owner

@jrasm91 commented on GitHub (Sep 13, 2023):

Both the serve file and serve thumbnail endpoints for have await this.access.requirePermission checks now, so this should be resolved.

@jrasm91 commented on GitHub (Sep 13, 2023): Both the serve file and serve thumbnail endpoints for have `await this.access.requirePermission` checks now, so this should be resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1029