Lucene search
+L

58 matches found

NVD
NVD
added 2026/09/01 4:18 a.m.5 views

CVE-2026-82744

Not Failing Securely Failing Open vulnerability in ash-project ash skips an Ash.Reactor change when the guard controlling it raises, so a change meant to run does not. An Ash.Reactor change step can be gated by where validations that decide whether the change runs. Ash.Reactor.ChangeStep...

2.1CVSS0.00133EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/01 4:18 a.m.5 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
Cvelist
Cvelist
added 2026/09/01 3:52 a.m.17 views

CVE-2026-82748 Ash.Actions.Aggregate authorizes an aggregate under one action but computes it under another

Incorrect Authorization vulnerability in ash-project ash authorizes an aggregate under one read action while computing it under another, so an aggregate can run with policies that do not match the action it was authorized against. Ash.Actions.Aggregate groups aggregates by their authorize?,...

2.1CVSS0.0012EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/01 3:37 a.m.5 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
Cvelist
Cvelist
added 2026/09/01 3:37 a.m.17 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.6 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
Cvelist
Cvelist
added 2026/09/01 3:35 a.m.17 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
CVE
CVE
added 2026/09/01 3:27 a.m.10 views

CVE-2026-82739

CVE-2026-82739 is a Generation of Error Message Containing Sensitive Information vulnerability in the ash-project ash Elixir framework, specifically in Ash.Resource.Validation.Confirm's atomic implementation. When an actor supplies only a confirmation argument (without the field itself), the mism...

2.1CVSS5.9AI score0.00126EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 3:26 a.m.17 views

CVE-2026-82738 Ash.Type.UUIDv7 accepts non-v7 UUIDs that then fail to load, causing persistent denial of service

Improper Input Validation vulnerability in ash-project ash allows an attacker to persistently deny reads of a record by storing a non-version-7 UUID in an Ash.Type.UUIDv7 attribute. Ash.Type.UUIDv7.castinput/2 accepts any well-formed UUID string, including non-version-7 UUIDs, and stores it as a...

5.9CVSS0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 3:24 a.m.17 views

CVE-2026-82737 Ash.Vector wraps the 16-bit dimension header for vectors over 65,535 elements, corrupting data and crashing reads

Integer Overflow or Wraparound vulnerability in ash-project ash lets an attacker corrupt a stored vector and crash later reads of it by submitting a vector with more than 65,535 elements. Ash.Vector.new/1 lib/ash/vector.ex encodes a vector as followed by the element floats, packing the element...

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

EUVD-2026-68963

Incorrect Behavior Order: Validate Before Canonicalize vulnerability in ash-project ash lets an attacker store a case-insensitive string value that violates its length or match constraints. Ash.Type.CiString.applyconstraints/2 lib/ash/type/cistring.ex validated the maxlength, minlength, and match...

2.1CVSS5.9AI score0.00138EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/01 3:19 a.m.6 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
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
NVD
NVD
added 2026/08/30 7:17 p.m.9 views

CVE-2026-81633

Improper Input Validation vulnerability in ash-project ashgraphql allows an unauthenticated client to crash a relay nodeid: ... query with an unhandled KeyError. AshGraphql.Graphql.Resolver.resolvenode/2 decodes the client-supplied global ID with decoderelayid/1, which only base64-decodes the...

6.9CVSS0.00301EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/30 12:17 p.m.10 views

CVE-2026-78228

Uncontrolled Recursion vulnerability in ash-project ashoban allows a user who can drive a trigger's onerror action to fail on the final attempt to exhaust worker CPU and memory, denying service. The generated worker's atomic handleerror/4 runs the trigger's onerror action on a job's final attempt...

5.9CVSS0.00126EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/30 11:59 a.m.5 views

CVE-2026-81316 Same-named aggregates with differing filters are conflated in AshSql

Incorrect Authorization vulnerability in ash-project ashsql allows a caller to receive an aggregate value computed over rows a more restrictive filter should have excluded, disclosing counts, sums, or lists across an authorization or tenancy boundary. AshSql.Aggregate.differentqueries?/2 reports...

2.1CVSS5.9AI score0.00122EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/30 11:53 a.m.34 views

CVE-2026-80227 SQL string_trim removes only spaces, diverging from in-memory trimming in AshSql

Incorrect Comparison vulnerability in ash-project ashsql allows a user to pad a string field with tab, newline, carriage-return, or form-feed characters and pass a trimmed uniqueness or equality check in the database that the same expression would fail in memory or the reverse. stringtrim/1...

2.1CVSS0.00257EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/30 1:20 a.m.10 views

CVE-2026-77970

Cleartext Storage of Sensitive Information vulnerability in ash-project ashpapertrail allows an attacker with read access to the generated version resource to recover sensitive values nested inside embedded resources, unions, or lists. sensitiveattributes :redact and :ignore only act on the track...

5.9CVSS0.00097EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/12 8:17 p.m.10 views

CVE-2026-67579

Deserialization of Untrusted Data vulnerability in ash-project ash allows an unauthenticated attacker to inject a filter expression through a forged keyset pagination cursor, resulting in SQL injection or code execution depending on the data layer. Read actions with keyset pagination decode the...

7.5CVSS0.00805EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/08/12 8:04 p.m.30 views

CVE-2026-67579 Filter expression injection via forged keyset pagination cursor in Ash

Deserialization of Untrusted Data vulnerability in ash-project ash allows an unauthenticated attacker to inject a filter expression through a forged keyset pagination cursor, resulting in SQL injection or code execution depending on the data layer. Read actions with keyset pagination decode the...

7.5CVSS0.00805EPSS
SaveExploits1References4
Rows per page
Query Builder