Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
19 changes: 19 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@

## Version 6

### v6.10.4

Released on Dec 11th, 2025

#### Minor Reflected SSRF fix

We have been reported (CVE incomming) that a minor SSRF vulnerability was still present in Lychee.
The patch from v6.6.13 did not fully mitigate the issue as an edge cases as not considered.
The validation is done on the first URL, however if the URL is redirected, the redirection target was not validated against local network etc.

A big thanks to TableBasse, midfirewear, and petouha for reporting this vulnerability to us.

#### Most notable changes

* Mitigate small SSRF by @ildyria in https://github.com/LycheeOrg/Lychee/pull/3861


**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.10.3...v6.10.4

Comment thread
coderabbitai[bot] marked this conversation as resolved.
### v6.10.3

Released on Dec 4th, 2025
Expand Down
6 changes: 3 additions & 3 deletions src/components/widgets/Announcement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.3"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.3 is now available! »</a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.4"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.10.4 is now available! »</a
>
<!-- <a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.3"
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.4"
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 v6.9.1 is now available! »</a
> -->
Comment thread
ildyria marked this conversation as resolved.
<a
Expand Down