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

exploitDog

debian логотип

CVE-2026-53501

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

Описание

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor’s HMAC validation can be bypassed due to the use of Python’s .replace() when removing the signature from the URL before validation. Since .replace() removes all occurrences of the substring, an attacker can insert the same signature multiple times in the URL and manipulate the final URL used for validation. This allows crafting URLs where the validated string differs from the actual requested resource, enabling loading images from unintended domains or paths. This issue is fixed in 7.8.0.

Пакеты

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

Примечания

  • https://github.com/thumbor/thumbor/security/advisories/GHSA-mw3h-qjxj-6xg9

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

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

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

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor’s HMAC validation can be bypassed due to the use of Python’s .replace() when removing the signature from the URL before validation. Since .replace() removes all occurrences of the substring, an attacker can insert the same signature multiple times in the URL and manipulate the final URL used for validation. This allows crafting URLs where the validated string differs from the actual requested resource, enabling loading images from unintended domains or paths. 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, Thumbor’s HMAC validation can be bypassed due to the use of Python’s .replace() when removing the signature from the URL before validation. Since .replace() removes all occurrences of the substring, an attacker can insert the same signature multiple times in the URL and manipulate the final URL used for validation. This allows crafting URLs where the validated string differs from the actual requested resource, enabling loading images from unintended domains or paths. This issue is fixed in 7.8.0.

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

Thumbor has HMAC validation bypass via multiple .replace() calls when removing URL signature