๐Ÿ” CVE Alert

CVE-2026-53503

HIGH 7.5

Thumbor convolution filter allows divide-by-zero in C extension leading to remote DoS

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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 passes the user-controlled <columns> value to a C extension (thumbor/ext/filters/_convolution.c) where it is used as a divisor (for % and /) without validating columns > 0. When columns=0, the C code triggers undefined behavior; on x86_64 this reliably results in a fatal divide-by-zero trap (SIGFPE) and crashes the Thumbor process, causing a remote denial of service. This issue is fixed in 7.8.0.

CWE CWE-20 CWE-369
Vendor thumbor
Product thumbor
Published Jul 31, 2026
Stay Ahead of the Next One

Get instant alerts for thumbor thumbor

Be the first to know when new high vulnerabilities affecting thumbor thumbor are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

thumbor / thumbor
< 7.8.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/thumbor/thumbor/security/advisories/GHSA-cqjp-jf4r-h5q9 github.com: https://github.com/thumbor/thumbor/commit/447e192e3fb92e64c12e5354a56a4a7133f69d73 github.com: https://github.com/thumbor/thumbor/releases/tag/7.8.0