top of page
perceptive_background_267k.jpg

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor's filters:convolution(<matrix>, <columns>, <should_normalize>) filter pa…

Published:

31 juli 2026 om 00:00:00

Alert date:

31 juli 2026 om 22:02:34

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies

A divide-by-zero vulnerability exists in Thumbor, an open-source photo thumbnail service by globo.com, prior to version 7.8.0. The filters:convolution() filter passes a user-controlled 'columns' parameter directly to a C extension (_convolution.c) without validating that the value is greater than zero. When columns=0 is supplied, the C code triggers undefined behavior resulting in a fatal SIGFPE (divide-by-zero trap) on x86_64 systems. This reliably crashes the Thumbor process, enabling remote denial of service by any unauthenticated user able to craft a malicious image request. The vulnerability resides in the native C extension layer, making it a reliable crash rather than a graceful error. The issue has been patched in Thumbor version 7.8.0 with input validation added to ensure columns > 0 before use as a divisor.

Technical details

Mitigation steps:

Affected products:

Thumbor

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page