SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-53501

HIGH · CVSS 8.2 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-31 · Last synced 2026-08-30

CyberRota Analysis

AI-Generated

Thumbor versions prior to 7.8.0 are vulnerable due to a flaw in HMAC validation that allows attackers to manipulate URLs by exploiting Python's .replace() method, which can lead to unauthorized access to images from unintended domains. This vulnerability could result in exposure of sensitive data or content from malicious sources. Organizations using affected versions of Thumbor should prioritize upgrading to version 7.8.0 or later to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53501
Severity
HIGH
CVSS
8.2
EPSS
0.21%

Original NVD Description

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.