Lucene search
+L

19348 matches found

RedHat Linux
RedHat Linux
added 2026/08/20 4:08 p.m.14 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS6AI score0.00364EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/20 4:08 p.m.17 views

tar: Node-tar: Denial of Service via malformed tar archive header

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop,...

8.7CVSS6.5AI score0.00434EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.19 views

PT-2026-79150

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches Z STREAM END, causing zlib to return Z BUF ERROR with no input remaining, which buf add compress mistook for a full output buffer and retried forever. Fix...

3.7CVSS5.6AI score0.00223EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.16 views

AlmaLinux 10 : libcupsfilters (ALSA-2026:56965)

The remote AlmaLinux 10 host has a package installed that is affected by multiple vulnerabilities as referenced in the ALSA-2026:56965 advisory. libcupsfilters: cups-filters: libcupsfilters: CPU exhaustion via infinite loop in cfIEEE1284NormalizeMakeModel CVE-2026-64611 libcupsfilters:...

7.5CVSS7.5AI score0.00382EPSS
SaveExploits0References4
Redos
Redos
added 2026/08/20 12:00 a.m.18 views

ROS-20260820-73-0005

The vulnerability in the HTTP/2 implementation using the Go programming language arises from executing a loop with an unreachable exit condition when processing the value of SETTINGSMAXFRAMESIZE, which is equal to 0. Exploiting this vulnerability could allow a remote attacker to cause a service...

7.5CVSS6.5AI score0.00781EPSS
SaveExploits0
Snyk
Snyk
added 2026/08/20 12:00 a.m.12 views

Improper Check for Unusual or Exceptional Conditions

Overview Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions via the DeadLetterPublishingRecovererFactory. An attacker can cause repeated failures and stall partition consumption by attaching a malformed retrytopic-original-timestamp header suc...

7.1CVSS5.9AI score0.00375EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.11 views

RockyLinux 10 : libcupsfilters (RLSA-2026:56965)

The remote RockyLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:56965 advisory. libcupsfilters: cups-filters: libcupsfilters: CPU exhaustion via infinite loop in cfIEEE1284NormalizeMakeModel CVE-2026-64611 libcupsfilters:...

7.5CVSS5.6AI score0.00382EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/08/19 10:51 p.m.16 views

Infinite loop

Overview liquidjs is an A simple, expressive, safe and Shopify compatible template engine in pure JavaScript. Affected versions of this package are vulnerable to Infinite loop via the striphtml filter in src/filters/html.ts, which enters an infinite loop when processing certain input strings. A...

8.7CVSS5.6AI score0.00393EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 10:17 p.m.15 views

CVE-2026-76400

In Splunk Connect for Kafka versions below 2.2.7, an unauthenticated user who can reach the Kafka Connect Representational State Transfer REST API and influence responses from a Hypertext Transfer Protocol HTTP Event Collector endpoint in Splunk Enterprise could cause the connector to retry faile...

5.9CVSS0.00285EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:35 p.m.26 views

CVE-2026-76400

Splunk Connect for Kafka versions below 2.2.7 are affected by a denial-of-service vulnerability in the HTTP Event Collector delivery retry handling. The root cause is an unbounded default retry limit for failed event batches, rather than a finite cap. An unauthenticated attacker who can reach the...

5.9CVSS5.3AI score0.00285EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/08/19 9:17 p.m.15 views

CVE-2026-61556

LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. From 10.26.0 until 10.27.1, the striphtml filter in src/filters/html.ts can enter an infinite loop when an input string contains . In striphtml, the search for the next opener advances lt while the loop index...

8.7CVSS0.00393EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:56 p.m.57 views

CVE-2026-75596 Netty: Fragmented ClientHello records trigger quadratic pre-handshake reassembly in default SNI parsing

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, the default io.netty.handler.ssl.SniHandler constructors use the pre-handshake ClientHello aggregation path in handler/src/main/java/io/netty/handler/ssl/SslClientHelloHandler.java at...

8.7CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/08/19 8:49 p.m.50 views

CVE-2026-61556

LiquidJS versions 10.26.0 through 10.27.1 contain a flaw in the strip_html filter (src/filters/html.ts): when searching for a closing > returns -1, the loop index stays unchanged while lt advances, bypassing the stall guard and causing infinite reprocessing of input like a

8.7CVSS5.3AI score0.00393EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 8:49 p.m.51 views

CVE-2026-61556 LiquidJS: An infinite loop vulnerability in `strip_html` filter

LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. From 10.26.0 until 10.27.1, the striphtml filter in src/filters/html.ts can enter an infinite loop when an input string contains . In striphtml, the search for the next opener advances lt while the loop index...

8.7CVSS0.00393EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:49 p.m.25 views

CVE-2026-61556 LiquidJS: An infinite loop vulnerability in `strip_html` filter

LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. From 10.26.0 until 10.27.1, the striphtml filter in src/filters/html.ts can enter an infinite loop when an input string contains . In striphtml, the search for the next opener advances lt while the loop index...

8.7CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/19 7:41 p.m.16 views

EUVD-2026-62757

Logto is the modern, open-source auth infrastructure for SaaS and AI apps. Prior to 1.41.0, Logto's email subaddressing blocklist in packages/core/src/libraries/sign-in-experience/email-blocklist-policy.ts used the attacker-controlled domain from email input to construct subaddressingRegex when...

7.5CVSS5.4AI score0.00631EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 7:41 p.m.44 views

CVE-2026-62317 Logto: ReDoS via unescaped user input in email subaddressing regex (blockSubaddressing)

Logto is the modern, open-source auth infrastructure for SaaS and AI apps. Prior to 1.41.0, Logto's email subaddressing blocklist in packages/core/src/libraries/sign-in-experience/email-blocklist-policy.ts used the attacker-controlled domain from email input to construct subaddressingRegex when...

7.5CVSS0.00631EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 7:38 p.m.11 views

CVE-2026-45820

A flaw was found in fflate. A remote attacker could exploit this vulnerability by providing a specially crafted ZIP archive. This archive, when processed, can lead to an infinite loop during decompression, causing a Denial of Service DoS condition. This occurs because a malformed central director...

8.7CVSS5.5AI score0.00278EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/19 7:24 p.m.12 views

CVE-2026-74547

A flaw was found in the Linux kernel's hwmon adt7470 component. A local user can exploit this by configuring the 'autoupdateinterval' to zero via sysfs while 'numtempsensors' is also set to zero. This combination forces the background thread into an unbounded busy-loop, consuming CPU resources an...

5.5CVSS5.5AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:11 p.m.14 views

CVE-2026-72712

A flaw was found in Nmap. A remote attacker can exploit this denial of service vulnerability by sending a specially crafted packet that includes a zero-length Transmission Control Protocol TCP option. This malformed packet forces the application to enter an infinite loop during packet processing,...

6.9CVSS5.5AI score0.00418EPSS
SaveExploits0References7
Rows per page
Query Builder