VYPR

Ash Phoenix

by Ash Project

CVEs (3)

  • CVE-2026-82724HigAug 31, 2026
    risk 0.42cvss epss

    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…

  • CVE-2026-82726MedAug 31, 2026
    risk 0.34cvss epss

    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.replace(host,…

  • CVE-2026-82727LowAug 31, 2026
    risk 0.08cvss epss

    Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_phoenix writes the entire raw submitted param map into an exception message, so secrets submitted alongside a union form field leak into logs, crash reports and the dev error page. …