Description
Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor's filters:proportion(<value>) filter does not enforce an upper bound on <value> and runs in the post-transform phase. An attacker can trigger extremely large resizes (CPU/memory exhaustion) and cause denial of service. This issue is fixed in 7.8.0.
Published: 2026-07-31
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Thumbor's proportion filter accepts an arbitrary value, and the absence of an upper limit allows an attacker to request exceedingly large resize operations during the post‑transform phase. The resulting CPU and memory exhaustion can bring the service to a halt. This flaw is a classic example of a resource‑exhaustion weakness (CWE‑400).

Affected Systems

The vulnerability impacts the Thumbor open‑source photo thumbnail service supplied by globo.com. Any installation of Thumbor older than version 7.8.0 is affected. Corrections are included in release 7.8.0 and later.

Risk and Exploitability

The CVSS score of 7.5 reflects a significant likelihood of denial of service. The EPSS score of less than 1% indicates that exploitation is currently considered unlikely, and the vulnerability is not listed in CISA's KEV catalog. Based on the description, the attack vector is likely remote through a crafted HTTP request to the Thumbor service that invokes the unrestricted proportion filter. Once an attacker supplies a large proportion value, the service will consume excessive resources and become unavailable.

Generated by OpenCVE AI on August 2, 2026 at 03:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Thumbor to version 7.8.0 or newer, which implements an upper bound on the proportion filter value.
  • If upgrading is not immediately possible, patch the local Thumbor repository with the commit that enforces the bound (see the GitHub commit referenced in the advisory).
  • Configure Thumbor to either disable the proportion filter or enforce a maximum proportion value via custom configuration or request validation to mitigate the resource‑exhaustion risk.

Generated by OpenCVE AI on August 2, 2026 at 03:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-phj3-59pf-cp83 Thumbor proportion filter allows unbounded post-transform resize leading to remote DoS
History

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Thumbor
Thumbor thumbor
Vendors & Products Thumbor
Thumbor thumbor

Fri, 31 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor's filters:proportion(<value>) filter does not enforce an upper bound on <value> and runs in the post-transform phase. An attacker can trigger extremely large resizes (CPU/memory exhaustion) and cause denial of service. This issue is fixed in 7.8.0.
Title Thumbor proportion filter allows unbounded post-transform resize leading to remote DoS
Weaknesses CWE-400
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-03T17:20:37.186Z

Reserved: 2026-06-09T17:05:25.059Z

Link: CVE-2026-53505

cve-icon Vulnrichment

Updated: 2026-08-03T17:20:31.883Z

cve-icon NVD

Status : Received

Published: 2026-07-31T19:17:10.123

Modified: 2026-08-03T18:16:39.617

Link: CVE-2026-53505

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:32:15Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption