Regex Misconfiguration in Thumbor Open-Source Photo Service
CVE-2026-53500
8.2HIGH
What is CVE-2026-53500?
Thumbor, an open-source photo thumbnail service developed by Globo, contains a regex misconfiguration in its ALLOWED_SOURCES setting. Versions prior to 7.8.0 pass unescaped strings to the re.match() function, allowing for potential bypass of the hostname validation due to matching on incorrect dot positions. This vulnerability has been addressed in Thumbor version 7.8.0, ensuring that proper regex handling secures the hostname matching against unauthorized sources.
Affected Version(s)
thumbor < 7.8.0
