Lucene search
+L

68 matches found

EUVD
EUVD
added 2026/09/08 12:23 a.m.9 views

EUVD-2026-72589

Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in ash-project usagerules allows a malicious package publisher to inject terminal control sequences into the output of mix usagerules.searchdocs. mix usagerules.searchdocs searches Hex documentation through...

2.3CVSS5.9AI score0.00404EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/07 11:16 p.m.5 views

CVE-2026-82584

Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in ash-project igniter allows a malicious package publisher to forge the mix igniter.install confirmation prompt. mix igniter.install prints a confirmation panel an anti-typosquatting safeguard listing a package's hex...

2.3CVSS0.00304EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/07 10:54 p.m.28 views

CVE-2026-82584 Terminal escape sequence injection in the mix igniter.install confirmation prompt via package metadata

Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in ash-project igniter allows a malicious package publisher to forge the mix igniter.install confirmation prompt. mix igniter.install prints a confirmation panel an anti-typosquatting safeguard listing a package's hex...

2.3CVSS0.00304EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/07 10:54 p.m.9 views

CVE-2026-82584

ash-project igniter (an Elixir build tool) is vulnerable to terminal escape sequence injection in its mix igniter.install confirmation panel. The panel builder in Igniter.Project.Deps wrote publisher-controlled fields (meta.description, owner usernames, requirement names, version) to the terminal...

2.3CVSS0.00304EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/05 6:17 p.m.6 views

CVE-2026-82752

Improper Validation of Specified Quantity in Input vulnerability in ash-project ash allows an attacker to store a value of arbitrary size in an attribute whose length constraint should bound it. Ash measures string length with Elixir's String.length/1, which counts Unicode graphemes, in the...

5.9CVSS0.00126EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/01 4:18 a.m.8 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.7 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.40 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
OSV
OSV
added 2026/09/01 3:47 a.m.6 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.0012EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/01 3:37 a.m.9 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.38 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.10 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.39 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.6 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
OSV
OSV
added 2026/09/01 3:33 a.m.7 views

CVE-2026-82741 Ash.Type.Union with :map_with_tag does not force the tag on dump, enabling tag confusion

Improper Validation of Specified Type of Input vulnerability in ash-project ash lets an attacker confuse the stored type tag of an Ash.Type.Union value that uses storage: :mapwithtag, bypassing that member's validation and any tag-based authorization. For a union with storage: :mapwithtag, each...

2.1CVSS5.9AI score0.00133EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/01 3:29 a.m.6 views

CVE-2026-82740 Ash.Type ignores outer array constraints on nested {:array, {:array, type}} inputs

Improper Input Validation vulnerability in ash-project ash fails to enforce the outer array constraints on a doubly-nested :array, :array, type attribute, letting invalid input pass validation. Ash.Type.applyconstraints/3 lib/ash/type/type.ex handled the :array, :array, type case by mapping only...

2.1CVSS5.9AI score0.00126EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/01 3:27 a.m.19 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
OSV
OSV
added 2026/09/01 3:27 a.m.5 views

CVE-2026-82739 Ash.Resource.Validation.Confirm leaks a confirmed field's stored value in the atomic mismatch error

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash discloses the stored value of a confirmed field to an actor who fails its confirmation check. Ash.Resource.Validation.Confirm's atomic implementation atomic/2 in lib/ash/resource/validation/confirm.ex...

2.1CVSS5.9AI score0.00126EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/01 3:26 a.m.39 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.40 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
Rows per page
Query Builder