CVE-2026-33644

Lychee is a free, open-source photo-management tool. Prior to version 7.5.2, the SSRF protection in `PhotoUrlRule.php` can be bypassed using DNS rebinding. The IP validation check (line 86-89) only activates when the hostname is an IP address. When a domain name is used, `filter_var($host, FILTER_VALIDATE_IP)` returns `false`, skipping the entire check. Version 7.5.2 patches the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:lycheeorg:lychee:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-03-26 21:17

Updated : 2026-06-17 10:37


NVD link : CVE-2026-33644

Mitre link : CVE-2026-33644

CVE.ORG link : CVE-2026-33644


JSON object : View

Products Affected

lycheeorg

  • lychee
CWE
CWE-918

Server-Side Request Forgery (SSRF)