Lucene search
+L

53184 matches found

NVD
NVD
•added 2026/09/01 4:18 a.m.•10 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.0018EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/01 4:18 a.m.•14 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.0018EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/09/01 3:47 a.m.•15 views

CVE-2026-82746 Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS6AI score0.00171EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/01 3:47 a.m.•44 views

CVE-2026-82746 Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS0.00171EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/01 3:47 a.m.•8 views

CVE-2026-82746 Ash.update_many/4 atomic path skips resource policy authorization, allowing updates to forbidden records

Missing Authorization vulnerability in ash-project ash allows an actor to update records forbidden by resource policies through the atomic path of Ash.updatemany/4. Ash.updatemany/4 runs as a single atomic statement a data-layer updatemany, for example a SQL MERGE whenever an atomic strategy is...

5.9CVSS6AI score0.00171EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
•added 2026/09/01 3:37 a.m.•13 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.1CVSS5.8AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/01 3:37 a.m.•11 views

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

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

2.1CVSS5.7AI score0.0018EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/01 3:37 a.m.•68 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.0018EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/01 3:37 a.m.•14 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.0018EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/01 3:37 a.m.•42 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.0018EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/01 3:37 a.m.•8 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.1CVSS5.8AI score0.0018EPSS
SaveExploits0References9
CVE
CVE
•added 2026/09/01 3:35 a.m.•13 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.0018EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/01 3:35 a.m.•9 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.0018EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/01 3:35 a.m.•10 views

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

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

5.9CVSS5.7AI score0.0018EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/09/01 3:35 a.m.•14 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.0018EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/01 3:35 a.m.•45 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.0018EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/01 3:35 a.m.•8 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.0018EPSS
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/01 3:19 a.m.•43 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.0018EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/01 3:19 a.m.•11 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.0018EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/09/01 3:19 a.m.•12 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.0018EPSS
SaveExploits0References4
Rows per page
Query Builder