CVE-2026-53501
Received Received - Intake

HMAC Signature Bypass in Thumbor

Vulnerability report for CVE-2026-53501, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
Generated
2026-08-01
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
globo.com thumbor to 7.8.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-347 The product does not verify, or incorrectly verifies, the cryptographic signature for data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Thumbor before version 7.8.0 has a security flaw in its HMAC validation. The issue occurs because the code uses Python's .replace() method to remove a signature from a URL before checking it. Since .replace() removes all instances of the substring, attackers can insert the same signature multiple times in the URL. This lets them manipulate the final URL used for validation, causing the validated string to differ from the actual requested resource. As a result, attackers can load images from unintended domains or paths.

Detection Guidance

This vulnerability can be detected by checking the Thumbor version in use. If the version is below 7.8.0, the system is vulnerable. No specific commands are provided in the context to detect exploitation attempts.

Impact Analysis

An attacker could exploit this to access or serve unauthorized images from different domains or paths. This might lead to data leaks, unauthorized content exposure, or bypassing access controls. If you use Thumbor for image processing, an attacker could manipulate URLs to fetch images they shouldn't have access to.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, which may violate GDPR (data protection) or HIPAA (health information privacy) requirements. If exploited, it might result in data breaches, triggering legal penalties, fines, or reputational damage due to non-compliance with these regulations.

Mitigation Strategies

Upgrade Thumbor to version 7.8.0 or later to address the HMAC validation bypass issue. Ensure all instances are updated to prevent potential exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53501. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart