Lucene search
+L

175115 matches found

EUVD
EUVD
added 2026/07/31 7:03 p.m.14 views

EUVD-2026-51612

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, fileloader decodes percent-encoded path segments after its root-boundary validation, allowing traversal outside FILELOADERROOTPATH through watermark or frame filter input. This issue is fixed in 7.8.0...

8.7CVSS5.5AI score0.00357EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/31 7:03 p.m.76 views

CVE-2026-53502

Thumbor (open-source image thumbnail service by globo.com) is affected by a path traversal in file_loader prior to version 7.8.0. The issue occurs because file_loader decodes percent-encoded path segments after root-boundary validation, allowing traversal outside FILE_LOADER_ROOT_PATH via waterma...

8.7CVSS5.5AI score0.00357EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/31 6:54 p.m.11 views

GHSA-CQJP-JF4R-H5Q9 Thumbor convolution filter allows divide-by-zero in C extension leading to remote DoS

Summary Thumbor's filters:convolution, , filter passes the user-controlled 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 x8664 this reliably results in a...

7.5CVSS5.7AI score0.00412EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/31 6:42 p.m.10 views

CVE-2026-53501

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...

8.2CVSS5.5AI score0.00208EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/31 6:42 p.m.42 views

CVE-2026-53501 Thumbor has HMAC validation bypass via multiple .replace() calls when removing URL signature

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...

8.2CVSS0.00208EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/31 6:29 p.m.13 views

CVE-2026-57232

Contao is an Open Source CMS. From 5.3.35 through 5.3.47 and from 5.7.0-RC1 through 5.7.8, the Feed Reader front-end module passes configured RSS feed URLs from FeedReaderController::getResponse to feedIo-read without scheme or private-address validation, allowing a backend user with module-edit...

3.1CVSS5.5AI score0.00182EPSS
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/31 5:50 p.m.16 views

libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data

A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within .solv files due to insufficient input validation. An attacker can provide a specially crafted .solv file, which, when processed by a vulnerable application, can lea...

7.8CVSS5.7AI score0.00227EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/07/31 5:50 p.m.14 views

abrt: TOCTOU race condition in abrt-dbus SetElement allows arbitrary file writes to dump directories

A time-of-check time-of-use TOCTOU race condition was found in the abrt-dbus D-Bus service's SetElement method. Between dump directory creation and post-create event execution, any local user can call SetElement to write arbitrary text files into the root-owned dump directory, bypassing package...

7.8CVSS5.6AI score0.00134EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/31 5:33 p.m.16 views

libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data

A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within .solv files due to insufficient input validation. An attacker can provide a specially crafted .solv file, which, when processed by a vulnerable application, can lea...

7.8CVSS5.7AI score0.00227EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/07/31 5:06 p.m.15 views

libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data

A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within .solv files due to insufficient input validation. An attacker can provide a specially crafted .solv file, which, when processed by a vulnerable application, can lea...

7.8CVSS5.7AI score0.00227EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/31 4:53 p.m.13 views

GHSA-68CJ-MVG9-RGM2 Capsule: CapsuleConfiguration NodeMetadata regex fields lack webhook validation, allowing MustCompile panic on all Node admission requests

Summary CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and ForbiddenAnnotations.Regex are never validated by any admission webhook. A Cluster Admin can persist a malformed regex to etcd without being blocked. Once stored, every Node CREATE, UPDATE, or PATCH request triggers...

6.8CVSS5.5AI score0.00267EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/31 4:53 p.m.15 views

Capsule: CapsuleConfiguration NodeMetadata regex fields lack webhook validation, allowing MustCompile panic on all Node admission requests

Summary CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and ForbiddenAnnotations.Regex are never validated by any admission webhook. A Cluster Admin can persist a malformed regex to etcd without being blocked. Once stored, every Node CREATE, UPDATE, or PATCH request triggers...

6.8CVSS5.5AI score0.00267EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/31 4:51 p.m.20 views

GHSA-QVV7-CG9C-W4X3 Natural Language Toolkit (NLTK): DNS-rebinding SSRF filter bypass in nltk.pathsec.urlopen (nltk.download / nltk.data.load) defeats ENFORCE mode

Summary nltk.pathsec provides an SSRF filter that NLTK documents as a security control, blocking loopback, private, link-local, and multicast ranges including obfuscated forms and recommending strict ENFORCE mode for security-sensitive environments. The filter is bypassable by DNS rebinding:...

8.6CVSS5.7AI score
SaveExploits0References2
NVD
NVD
added 2026/07/31 4:17 p.m.17 views

CVE-2026-17566

pgAdmin 4's Import/Export Data tool builds a psql \copy ... command line by interpolating a user-supplied SQL query into a Jinja template and passing the rendered line to psql via --command. To stop an attacker from breaking out of the ... wrapper, createimportexportjob route POST...

9.9CVSS0.00487EPSS
SaveExploits1References2
NVD
NVD
added 2026/07/31 4:16 p.m.23 views

CVE-2025-62347

HCL iControl was affected by Improper Input Validation vulnerability. It is vulnerable to unexpected system behavior and potential security bypasses. This was caused by an implementation flaw in an architectural security tactic that fails to properly validate whether the received input matches th...

4.3CVSS0.00185EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/07/31 4:00 p.m.11 views

python-pillow: Pillow: Denial of Service via crafted BDF font file

A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service DoS by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical...

7.5CVSS6.8AI score0.00421EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/07/31 3:59 p.m.16 views

python-pillow: Pillow: Denial of Service via crafted BDF font file

A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service DoS by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical...

7.5CVSS6.8AI score0.00421EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/07/31 3:57 p.m.32 views

kernel: KVM: x86: Check for invalid/obsolete root *after* making MMU pages available

A flaw was found in KVM in the Linux kernel. This vulnerability occurs due to improper validation of memory management unit MMU page roots after these pages are made available. An attacker could exploit this by triggering a scenario where KVM attempts to map memory into an invalid root, causing...

8.8CVSS5.8AI score0.00347EPSS
SaveExploits4References5
RedHat Linux
RedHat Linux
added 2026/07/31 3:47 p.m.14 views

abrt: TOCTOU race condition in abrt-dbus SetElement allows arbitrary file writes to dump directories

A time-of-check time-of-use TOCTOU race condition was found in the abrt-dbus D-Bus service's SetElement method. Between dump directory creation and post-create event execution, any local user can call SetElement to write arbitrary text files into the root-owned dump directory, bypassing package...

7.8CVSS5.6AI score0.00134EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/31 3:21 p.m.12 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.15.67 packages and security update

Red Hat OpenShift Container Platform release 4.15.67 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.15. Red Hat Product Security has rated this update as having a...

9.1CVSS6.7AI score0.01557EPSS
SaveExploits1References2
Rows per page
Query Builder