Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2026-53500

Опубликовано: 31 июл. 2026
Источник: debian

Описание

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the ALLOWED_SOURCES configuration passes plain strings to re.match() without escaping dots, so a hostname differing at dot positions can match the allowlist. This issue is fixed in 7.8.0.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
thumborfixed7.8.0-1package

Примечания

  • https://github.com/thumbor/thumbor/security/advisories/GHSA-6x26-6r6f-m537

  • Fixed by: https://github.com/thumbor/thumbor/commit/68876715350c6c8f49c324e5515e64908830aed7 (7.8.0)

Связанные уязвимости

CVSS3: 8.2
ubuntu
8 дней назад

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the ALLOWED_SOURCES configuration passes plain strings to re.match() without escaping dots, so a hostname differing at dot positions can match the allowlist. This issue is fixed in 7.8.0.

CVSS3: 8.2
nvd
8 дней назад

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the ALLOWED_SOURCES configuration passes plain strings to re.match() without escaping dots, so a hostname differing at dot positions can match the allowlist. This issue is fixed in 7.8.0.

CVSS3: 8.2
github
8 дней назад

Thumbor treats ALLOWED_SOURCES string patterns as unescaped regex, allowing hostname bypass via wildcard dot