You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,24 @@
30
30
31
31
## Version 7
32
32
33
+
### v7.5.3
34
+
35
+
Released on Mar 23rd, 2026
36
+
37
+
#### Fix XSS in RSS feed
38
+
39
+
Another day, another patch. A bit depressing... but so is the life of a maintainer. This patch fixes a potential XSS vulnerability in the RSS feed. The issue was that the description of the photos was not properly escaped, allowing for potential XSS attacks if they contained malicious code.
40
+
41
+
*`fix`#4218 : Fix XSS in /feed by @ildyria.
42
+
*`new`#4217 : Added and improved German translations by @hyazinthh.
43
+
44
+
Once again, thanks to @morimori-dev for reporting the XSS issue.
45
+
46
+
#### New Contributors
47
+
48
+
@hyazinthh made their first contribution in https://github.com/LycheeOrg/Lychee/pull/4217
{ version: 'v7.5.2', date: 'Mar 22, 2026', title: 'Camera support & hotfix', type: 'minor', highlights: ['Upload from camera support from Frontend', 'Fix SSRF on name resolution to reserved ip space'] },
0 commit comments