PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-82724 ash-project CVE debrief

The CVE-2026-82724 vulnerability is an Incorrect Authorization issue in ash-project ash_phoenix. This occurs because the SubdomainHook authorization callback is invoked with a nil tenant, causing tenant-scoped access checks to fail. The issue arises from delayed tenant assignment until LiveView runs handle_params, allowing handle_subdomain to execute with an unset tenant. The fix involves running handle_subdomain inside the handle_params hook with the real tenant on every navigation. Users of ash-project ash_phoenix, particularly those using versions between 2.1.26 and 2.3.25, should be aware of this vulnerability and take steps to mitigate it. This includes applying the patch to upgrade ash_phoenix to version 2.3.25 or later, reviewing and updating access control configurations, and monitoring systems for potential exploitation attempts. A high CVSS score of 7.6 and HIGH severity classification indicate a need for prompt action.

Vendor
ash-project
Product
ash_phoenix
CVSS
HIGH 7.6
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-31
Original CVE updated
2026-08-31
Advisory published
2026-08-31
Advisory updated
2026-08-31

Who should care

Users of ash-project ash_phoenix, particularly those using versions between 2.1.26 and 2.3.25, should be aware of this vulnerability and take steps to mitigate it. This includes applying the patch to upgrade ash_phoenix to version 2.3.25 or later, reviewing and updating access control configurations, and monitoring systems for potential exploitation attempts.

Technical summary

The CVE-2026-82724 vulnerability is caused by the SubdomainHook authorization callback being invoked with a nil tenant in ash-project ash_phoenix. This happens because the tenant assignment is delayed until LiveView runs handle_params, allowing handle_subdomain to execute with an unset tenant. The issue affects ash_phoenix versions from 2.1.26 before 2.3.25. The fix runs handle_subdomain inside the handle_params hook with the real tenant on every navigation.

Defensive priority

This vulnerability has a high CVSS score of 7.6 and is classified as HIGH severity. Affected systems should prioritize patching.

Recommended defensive actions

  • Apply the patch to upgrade ash_phoenix to version 2.3.25 or later
  • Review and update access control configurations to ensure proper tenant scoping
  • Monitor systems for potential exploitation attempts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE-2026-82724 record indicates an Incorrect Authorization vulnerability in ash-project ash_phoenix. The issue arises from the SubdomainHook authorization callback being invoked with a nil tenant, causing tenant-scoped access checks to fail. This occurs because the tenant assignment is delayed until LiveView runs handle_params, allowing handle_subdomain to execute with an unset tenant. The fix involves running handle_subdomain inside the handle_params hook with the real tenant on every navigation.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-82724 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-82724

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-82724 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-82724

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://cna.erlef.org/cves/CVE-2026-82724.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ash-project/ash_phoenix/commit/b396e1aa5c6bdec39255f19cf938b539e6d28b71

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ash-project/ash_phoenix/security/advisories/GHSA-39c8-xcwr-gqff

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-82724

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.