Lucene search
+L

433 matches found

Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.17 views

PT-2026-83688

Incorrect Authorization vulnerability in ash-project ash phoenix invokes the SubdomainHook authorization callback with a nil tenant, so tenant-scoped access checks never see the tenant they are meant to enforce. AshPhoenix.LiveView.SubdomainHook.on mount/4 attached a handle params hook to assign...

7.6CVSS5.9AI score0.00246EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.19 views

PT-2026-83685

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash admin lets any client that can reach the admin LiveView exhaust the BEAM atom table and crash the entire node. Two LiveView event handlers interned atoms from unvalidated client input: AshAdmin.PageLive's set...

8.3CVSS5.9AI score0.00268EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.17 views

PT-2026-83667

Authorization Bypass Through User-Controlled Key vulnerability in ash-project ash ai allows a caller of an identity-configured tool to update or destroy records it never identified, including every row in the table. In AshAi.Tool.Execution, identity filter/3 built the update/destroy filter direct...

7.1CVSS6AI score0.0031EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.20 views

PT-2026-83676

Reliance on Cookies without Validation and Integrity Checking vulnerability in ash-project ash admin lets an attacker who controls a sibling subdomain rebind an admin's session to a different actor, tenant, or authorization mode. AshAdmin's client JavaScript read its state cookies tenant, actor...

8.3CVSS5.9AI score0.00301EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.19 views

PT-2026-83678

Use of Insufficiently Random Values vulnerability in ash-project ash admin ships a hardcoded, publicly known CSP nonce, defeating nonce-based Content-Security-Policy protection. When mounted without :csp nonce assign key, AshAdmin.Router.ash admin/2 defaulted the img, style, and script nonces to...

2.1CVSS5.9AI score0.00304EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.18 views

PT-2026-83690

Permissive Regular Expression vulnerability in ash-project ash phoenix lets a remote client select the tenant an Ash application uses, or degrade the request, by sending a crafted Host header. AshPhoenix.Helpers.get subdomain/2 stripped the root domain with String.replacehost, r/.?root host/, ""...

6.3CVSS6AI score0.00301EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.18 views

PT-2026-83683

Improper Limitation of a Pathname to a Restricted Directory Path Traversal vulnerability in ash-project ash admin allows writing attacker-controlled bytes to arbitrary paths on the server. AshAdmin.Components.Resource.Form.consume file uploads/1 builds the destination as Path.jointmp dir,...

8.3CVSS6.5AI score0.00586EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.19 views

PT-2026-83643

Name of the Vulnerable Software and Affected Versions ash ai versions 0.1.0 through 0.9.x Description An improper control of code generation allows a remote, unauthenticated client to execute arbitrary Elixir code. The AshAi.Actions.Prompt function evaluates prompt content using EEx.eval string/2...

8.9CVSS6.1AI score0.00195EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.22 views

PT-2026-83644

Origin Validation Error vulnerability in ash-project ash ai allows a malicious web page to bypass the MCP server's DNS-rebinding protection and issue cross-site requests to a user's local MCP server with that user's actor. In AshAi.Mcp.Server, with the default allowed origins: nil, origin...

7.4CVSS5.8AI score0.0019EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/30 7:17 p.m.16 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
EUVD
EUVD
added 2026/08/30 6:27 p.m.12 views

EUVD-2026-68287

Incorrect Authorization vulnerability in ash-project ashgraphql allows an authenticated subscriber in one tenant to receive another tenant's records over GraphQL subscriptions. The subscription resolver in AshGraphql.Graphql.Resolver authorizes each notification payload in memory: its fast path...

7.1CVSS5.9AI score0.00246EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/30 6:06 p.m.12 views

CVE-2026-81322 Cloaked plaintext leaks through a non-sensitive action argument in AshCloak

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in ash-project ashcloak allows anyone with access to logs, error trackers, or crash reports, or anyone who can trigger a validation error, to recover the plaintext of a field the library encrypts...

2.1CVSS5.8AI score0.00085EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/30 12:17 p.m.19 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.10 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
EUVD
EUVD
added 2026/08/30 11:55 a.m.15 views

EUVD-2026-68188

Improper Neutralization of Special Elements in Data Query Logic vulnerability in ash-project ashsql allows a user who supplies a search term to contains/2, stringstartswith/2, or stringendswith/2 to inject live SQL LIKE wildcards, turning a literal substring search into an attacker-controlled...

2.1CVSS6AI score0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/30 11:53 a.m.43 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
CVE
CVE
added 2026/08/30 11:53 a.m.24 views

CVE-2026-80227

ash-project ash_sql (Elixir) contains an incorrect comparison vulnerability in its string_trim/1 function, affected from 0.1.0 before 0.7.1 . The root cause is that string_trim/1 compiles to a REGEXP_REPLACE pattern where \s resolves to a single space (codepoint 32) rather than the regex whitespa...

2.1CVSS5.9AI score0.00257EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/30 1:20 a.m.17 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
Positive Technologies
Positive Technologies
added 2026/08/30 12:00 a.m.18 views

PT-2026-83546

Improper Neutralization of Special Elements in Data Query Logic vulnerability in ash-project ash sql allows a user who supplies a search term to contains/2, string starts with/2, or string ends with/2 to inject live SQL LIKE wildcards, turning a literal substring search into an attacker-controlle...

2.1CVSS6AI score0.00138EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/30 12:00 a.m.30 views

PT-2026-83505

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

5.9CVSS5.9AI score0.00097EPSS
SaveExploits0References5
Rows per page
Query Builder