PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-82755 ash-project CVE debrief

CVE-2026-82755 debrief based on the supplied source corpus. The CVE record was published on 2026-09-07T23:16:52.580Z and has not been modified since then. This medium-severity vulnerability in ash_authentication_oauth2_server can lead to sensitive information disclosure across tenants due to improper cache handling. Affected deployments using shared HTTP caches should assess exposure and verify remediation. The RFC 8414 and RFC 9728 metadata endpoints return tenant-specific values but are sent with Cache-Control: public, max-age=3600 and no Vary header, allowing a shared cache to serve one tenant's OAuth discovery metadata to another tenant's clients for up to an hour.

Vendor
ash-project
Product
ash_authentication_oauth2_server
CVSS
MEDIUM 6.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-07
Original CVE updated
2026-09-07
Advisory published
2026-09-07
Advisory updated
2026-09-07

Who should care

Defenders responsible for ash_authentication_oauth2_server deployments, especially those using shared HTTP caches, should assess exposure and verify remediation. This includes operators, platform administrators, vulnerability management teams, and security teams. They should review cache configurations, tenant isolation, and OAuth metadata handling to prevent potential misuse of authorization codes and secrets.

Why it matters

CVE-2026-82755 is a medium-severity vulnerability in ash_authentication_oauth2_server that can lead to sensitive information disclosure across tenants due to improper cache handling. Defenders should verify and remediate this issue, especially in shared cache environments, and monitor for potential misuse.

  • Potential disclosure of tenant-specific OAuth metadata
  • Possible misuse of authorization codes and secrets by affected clients
  • Validation of tokens against incorrect keys
  • Verification of cache configurations and tenant isolation

Technical summary

The RFC 8414 and RFC 9728 metadata endpoints in AshAuthentication.Phoenix.Oauth2Server.ProtocolRouter return tenant-specific values but are sent with Cache-Control: public, max-age=3600 and no Vary header. This allows a shared cache to serve one tenant's OAuth discovery metadata to another tenant's clients for up to an hour, potentially leading to sensitive information disclosure. Affected clients may send authorization codes and secrets to the wrong tenant's token endpoint and validate tokens against the wrong keys. Defenders should prioritize verifying and remediating this vulnerability in ash_authentication_oauth2_server versions from 0.1.3 before 0.3.1.

Defensive priority

Defenders should prioritize verifying and remediating this vulnerability in ash_authentication_oauth2_server versions from 0.1.3 before 0.3.1.

Recommended defensive actions

  • Verify the version of ash_authentication_oauth2_server and upgrade to 0.3.1 or later if necessary.
  • Review and adjust cache configurations to prevent serving sensitive information across tenants.
  • Monitor for potential misuse of authorization codes and secrets.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record and source references provide details on the Use of Cache Containing Sensitive Information vulnerability in ash_authentication_oauth2_server. The NVD entry is currently 6.3 (MEDIUM). Evidence is limited to CVE and NVD entries. Defenders should verify cache configurations, tenant isolation, and OAuth metadata handling. Limited source detail exists; explicit evidence limits apply.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-82755 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-82755 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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-82755.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ash-project/ash_authentication_oauth2_server/commit/768d87f70e4e97ae1d2bf1606b5bf3f4d03f24a1

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ash-project/ash_authentication_oauth2_server/security/advisories/GHSA-crqf-7m54-4hgc

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

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

    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.