Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,22 @@

## Version 6

### v6.6.11

Released on Jun 23, 2025

#### Minor fix on photo edit.

Editing photos was no longer possible since version 6.6.6, this was due to the change of the photo-album relationship.
This is now fixed and you can edit your photos again. Sorry for the inconvenience.

* `fixes` #3471 : Photo edit by @ildyria.

### v6.6.10

Released on Jun 18, 2025

#### Security release: MAJOR Vulnerability fix (9.8)
#### Security release: MAJOR Vulnerability fix (7.5)

Lychee version between 6.6.6 and 6.6.9 (included) are vulnerable to a path traversal attack.
This leads the attacker being able to read any files on the server, including `/etc/passwd` and `.env` files...
Expand Down
8 changes: 4 additions & 4 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
>NEW</span
>
<!-- <a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.10"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.10 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.11"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.11 is now available! »</a
> -->
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.10"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9]</span>, update Lychee 6.6.10 as soon as possible! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.11"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee 6.6.11 is now available! »</a
>
<a
target="_blank"
Expand Down