Lucene search
+L

11900 matches found

Cvelist
Cvelist
added 2025/07/30 7:55 p.m.16 views

CVE-2025-54575 ImageSharp Triggers an Infinite Loop in its GIF Decoder When Skipping Malformed Comment Extension Blocks

ImageSharp is a 2D graphics library. In versions below 2.1.11 and 3.0.0 through 3.1.10, a specially crafted GIF file containing a malformed comment extension block with a missing block terminator can cause the ImageSharp GIF decoder to enter an infinite loop while attempting to skip the block. Th...

5.3CVSS0.00378EPSS
SaveExploits0References4
CVE
CVE
added 2025/07/30 7:55 p.m.133 views

CVE-2025-54575

CVE-2025-54575 affects SixLabors.ImageSharp (GIF decoding path). Versions before 2.1.11 and 3.0.0–3.1.10 are vulnerable to an infinite loop when processing specially crafted GIF files with a malformed comment extension block and missing terminator, leading to DoS. A fix is available in ImageSharp...

5.3CVSS6.2AI score0.00378EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/07/30 4:3 p.m.7 views

kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice

A use-after-free UAF vulnerability, which also presents a potential infinite loop condition, has been resolved in the Linux kernel. This flaw affects the HFSC Hierarchical Fair Service Curve queuing discipline when it is used in conjunction with NETEM Network Emulation. A malicious user could...

7.8CVSS7.1AI score0.004EPSS
SaveExploits3References5
Github Security Blog
Github Security Blog
added 2025/07/30 1:23 p.m.21 views

SixLabors ImageSharp Has Infinite Loop in GIF Decoder When Skipping Malformed Comment Extension Blocks

Impact A specially crafted GIF file containing a malformed comment extension block with a missing block terminator can cause the ImageSharp GIF decoder to enter an infinite loop while attempting to skip the block. This leads to a denial of service. Applications processing untrusted GIF input shou...

5.3CVSS6.9AI score0.00378EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2025/07/30 1:23 p.m.11 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the GIF decoding process when handling malformed comment extension blocks lacking a block terminator. An attacker can cause the application to enter an infinite loop and exhaust...

6.9CVSS7.1AI score0.00378EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/30 1:23 p.m.12 views

GHSA-RXMQ-M78W-7WMC SixLabors ImageSharp Has Infinite Loop in GIF Decoder When Skipping Malformed Comment Extension Blocks

Impact A specially crafted GIF file containing a malformed comment extension block with a missing block terminator can cause the ImageSharp GIF decoder to enter an infinite loop while attempting to skip the block. This leads to a denial of service. Applications processing untrusted GIF input shou...

5.3CVSS6.9AI score0.00378EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/07/30 12:0 a.m.6 views

ImageSharp 安全漏洞

ImageSharp is a new, full-featured, fully managed, cross-platform 2D graphics API open-sourced by Six Labors. A security vulnerability exists in ImageSharp versions prior to 2.1.11 and 3.0.0 through 3.1.10, which stems from the possibility of entering an infinite loop when processing specially...

5.3CVSS6.3AI score0.00378EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2025/07/30 12:0 a.m.6 views

Python DoS Vulnerability (Jul 2025) - Mac OS X

Python is prone to a denial of service DoS vulnerability. SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:python:python";...

7.5CVSS7.1AI score0.00611EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/07/29 5:1 p.m.7 views

kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice

A use-after-free UAF vulnerability, which also presents a potential infinite loop condition, has been resolved in the Linux kernel. This flaw affects the HFSC Hierarchical Fair Service Curve queuing discipline when it is used in conjunction with NETEM Network Emulation. A malicious user could...

7.8CVSS7.1AI score0.004EPSS
SaveExploits3References5
SUSE CVE
SUSE CVE
added 2025/07/28 11:32 p.m.11 views

SUSE CVE-2024-58261

The sequoia-openpgp crate 1.13.0 before 1.21.0 for Rust allows an infinite loop of "Reading a cert: Invalid operation: Not a Key packet" messages for RawCertParser operations that encounter an unsupported primary key type...

7.5CVSS6.9AI score0.00361EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2025/07/28 11:29 p.m.6 views

SUSE CVE-2025-29918

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. A PCRE rule can be written that leads to an infinite loop when negated PCRE is used. Packet processing thread becomes stuck in infinite loop limiting visibility and availability i...

5.5CVSS6.8AI score0.0026EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/07/28 9:14 p.m.9 views

CVE-2025-8194

A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module. Mitigation This flaw can...

7.5CVSS6.1AI score0.00611EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/28 7:15 p.m.12 views

AZL-65984 CVE-2025-8194 affecting package python3 for versions less than 3.9.19-15

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS6.8AI score0.00611EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/28 7:15 p.m.11 views

AZL-65987 CVE-2025-8194 affecting package python3 for versions less than 3.12.9-4

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS6.8AI score0.00611EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/28 7:15 p.m.7 views

CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS0.00611EPSS
SaveExploits0References13
OSV
OSV
added 2025/07/28 7:15 p.m.1 views

DEBIAN-CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS6.7AI score0.00611EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2025/07/28 6:42 p.m.6 views

CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS5.8AI score0.00611EPSS
SaveExploits0References12Affected Software1
Debian CVE
Debian CVE
added 2025/07/28 6:42 p.m.8 views

CVE-2025-8194

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS6.7AI score0.00611EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/28 6:42 p.m.33 views

CVE-2025-8194 Tarfile infinite loop during parsing with negative member offset

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives...

7.5CVSS0.00611EPSS
SaveExploits0References11
CVE
CVE
added 2025/07/28 6:42 p.m.270 views

CVE-2025-8194

CVE-2025-8194 affects the CPython tarfile module (TarFile extraction/entry enumeration APIs). Malicious tar archives with negative offsets could trigger an infinite loop and deadlock during parsing. A patch is available to mitigate after importing tarfile (gist: sethmlarson/1716ac5b82b73dbcbf23ad...

7.5CVSS6.5AI score0.00611EPSS
SaveExploits0References13
Rows per page
Query Builder