Beveiligingsadvies

CVE-2026-33644

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-03-26 20:04:18
Laatst bijgewerkt 2026-03-30 11:30:40
Toegewezen door GitHub_M
CVSS-score 2.3
Status PUBLISHED

Beschrijving

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.