Lucene search
+L

1932 matches found

BDU FSTEC
BDU FSTEC
added 2026/09/05 12:14 a.m.11 views

The vulnerability of the h2 library in the Rust programming language, related to uncontrolled resource consumption, allows attackers to cause service failures.

The vulnerability of the h2 library in the Rust programming language is related to an uncontrolled resource consumption. Exploiting this vulnerability could allow a malicious actor to cause service failures...

3.7CVSS5.5AI score
SaveExploits0References1Affected Software1
Kitploit
Kitploit
added 2026/09/03 3:41 a.m.3 views

CVE-2026-31899

CVE-2026-31899: DoS exponencial mediante amplificación recursiva del elemento en CairoSVG Palabras clave: CVE-2026-31899, CairoSVG, DoS exponencial, bomba SVG, elemento use recursivo, denegación de servicio, amplificación XML, vulnerabilidad SVG en Python, CWE-400, consumo descontrolado de...

7.5CVSS7.4AI score0.0049EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/03 12:40 a.m.5 views

POC_CVE-2024-12537

CVE-2024-12537 Laboratorio de DoS de Formato de Código de Open WebUI Este repositorio contiene un laboratorio de reproducción local y aislado, así como una plantilla candidata para nuclei para CVE-2024-12537, una vulnerabilidad de denegación de servicio no autenticada en el endpoint de formateo d...

7.4AI score0.00886EPSS
SaveExploits1
OSV
OSV
added 2026/09/02 2:33 p.m.5 views

GHSA-FF5C-CP5C-9WJF NLTK: Uncontrolled resource consumption in RecursiveDescentParser via ambiguous or left-recursive grammars

nltk.parse.RecursiveDescentParser and SteppingRecursiveDescentParser enumerate parses top-down with no bound on the number of recursive steps. A small, crafted context-free grammar makes a short input consume unbounded CPU and/or exhaust the Python recursion stack, pinning a process indefinitely ...

6.9CVSS5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/02 11:42 a.m.6 views

CVE-2026-36958

CVE-2026-36958: Denial of Service via Concurrent HTTP Requests CVE ID: CVE-2026-36958 Date: 2026-04-29 Discoverer: Kirubel Solomne Vendor: U-SPEED Product: U-SPEED Router Firmware Version: V1.0.0 CWE: CWE-400 - Uncontrolled Resource Consumption Description The U-SPEED Router firmware V1.0.0 is...

7.5CVSS5.2AI score0.00323EPSS
SaveExploits2
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/01 2:34 p.m.9 views

Security Bulletin: IBM Storage Fusion Data Foundation is vulnerable to Regular Expression Denial of Service.

Summary brace-expansion is used by IBM Storage Fusion Data Foundation, which could cause Regular Expression Denial of Service. CVE-2026-13149, CVE-2026-33750. Vulnerability Details CVEID:CVE-2026-33750 DESCRIPTION: The brace-expansion library generates arbitrary strings containing a common prefix...

8.7CVSS6.6AI score0.0043EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/09/01 4:18 a.m.6 views

CVE-2026-82743

Uncontrolled Resource Consumption vulnerability in ash-project ash lets a slow asynchronous read spin a scheduler thread at full CPU while the framework waits for it. Ash.Actions.Read.AsyncLimiter.awaitatleastone/1 lib/ash/actions/read/asynclimiter.ex waited for concurrent async read tasks by...

2.1CVSS0.00126EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/01 4:18 a.m.6 views

CVE-2026-82742

Uncontrolled Resource Consumption vulnerability in ash-project ash lets an attacker exhaust node memory by matching a filter that spans multiple to-many relationships in memory. Ash.Filter.Runtime matches a filter against an in-memory record by first expanding the record into combinations of its...

5.9CVSS0.00126EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/01 4:18 a.m.7 views

CVE-2026-82735

Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to force an expensive regular expression to run on input that a length constraint should have already rejected. Ash.Type.String.applyconstraints/2 lib/ash/type/string.ex evaluated the :match regex regardless of...

5.9CVSS0.00138EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/01 3:37 a.m.6 views

EUVD-2026-68948

Uncontrolled Resource Consumption vulnerability in ash-project ash lets a slow asynchronous read spin a scheduler thread at full CPU while the framework waits for it. Ash.Actions.Read.AsyncLimiter.awaitatleastone/1 lib/ash/actions/read/asynclimiter.ex waited for concurrent async read tasks by...

2.1CVSS5.8AI score0.00126EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/01 3:37 a.m.9 views

CVE-2026-82743

ash-project ash (Elixir framework) contains an uncontrolled resource consumption vulnerability in Ash.Actions.Read.AsyncLimiter.await_at_least_one/1. The function polled outstanding async read tasks with Task.yield(task, 0) in a tight loop rather than blocking, causing a BEAM scheduler to spin at...

2.1CVSS5.8AI score0.00126EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 3:37 a.m.36 views

CVE-2026-82743 Ash.Actions.Read.AsyncLimiter busy-spins a scheduler while awaiting slow async reads

Uncontrolled Resource Consumption vulnerability in ash-project ash lets a slow asynchronous read spin a scheduler thread at full CPU while the framework waits for it. Ash.Actions.Read.AsyncLimiter.awaitatleastone/1 lib/ash/actions/read/asynclimiter.ex waited for concurrent async read tasks by...

2.1CVSS0.00126EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/01 3:35 a.m.8 views

CVE-2026-82742

CVE-2026-82742 is an uncontrolled resource consumption vulnerability in the ash Elixir framework (versions 1.29.0-rc0 through before 3.32.2 ). The root cause is in Ash.Filter.Runtime's flatten_relationships/2 function (lib/ash/filter/runtime.ex), which eagerly materializes the full Cartesian prod...

5.9CVSS5.9AI score0.00126EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/01 3:35 a.m.6 views

EUVD-2026-68947

Uncontrolled Resource Consumption vulnerability in ash-project ash lets an attacker exhaust node memory by matching a filter that spans multiple to-many relationships in memory. Ash.Filter.Runtime matches a filter against an in-memory record by first expanding the record into combinations of its...

5.9CVSS5.9AI score0.00126EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 3:35 a.m.36 views

CVE-2026-82742 Ash.Filter.Runtime materializes a combinatorial cross-product over to-many relationships, exhausting memory

Uncontrolled Resource Consumption vulnerability in ash-project ash lets an attacker exhaust node memory by matching a filter that spans multiple to-many relationships in memory. Ash.Filter.Runtime matches a filter against an in-memory record by first expanding the record into combinations of its...

5.9CVSS0.00126EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 3:35 a.m.4 views

CVE-2026-82742 Ash.Filter.Runtime materializes a combinatorial cross-product over to-many relationships, exhausting memory

Uncontrolled Resource Consumption vulnerability in ash-project ash lets an attacker exhaust node memory by matching a filter that spans multiple to-many relationships in memory. Ash.Filter.Runtime matches a filter against an in-memory record by first expanding the record into combinations of its...

5.9CVSS5.9AI score0.00126EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/01 3:19 a.m.7 views

EUVD-2026-68962

Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to force an expensive regular expression to run on input that a length constraint should have already rejected. Ash.Type.String.applyconstraints/2 lib/ash/type/string.ex evaluated the :match regex regardless of...

5.9CVSS5.9AI score0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 3:19 a.m.38 views

CVE-2026-82735 Match regex runs on over-length input in Ash.Type.String, enabling regex denial of service

Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to force an expensive regular expression to run on input that a length constraint should have already rejected. Ash.Type.String.applyconstraints/2 lib/ash/type/string.ex evaluated the :match regex regardless of...

5.9CVSS0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 3:19 a.m.4 views

CVE-2026-82735 Match regex runs on over-length input in Ash.Type.String, enabling regex denial of service

Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to force an expensive regular expression to run on input that a length constraint should have already rejected. Ash.Type.String.applyconstraints/2 lib/ash/type/string.ex evaluated the :match regex regardless of...

5.9CVSS5.9AI score0.00138EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/01 3:19 a.m.7 views

EEF-CVE-2026-82735 Match regex runs on over-length input in Ash.Type.String, enabling regex denial of service

Summary Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to force an expensive regular expression to run on input that a length constraint should have already rejected. Ash.Type.String.apply\constraints/2 lib/ash/type/string.ex evaluated the :match regex...

5.9CVSS5.9AI score0.00138EPSS
SaveExploits0References4
Rows per page
Query Builder