PatchSiren cyber security CVE debrief
CVE-2026-82754 ash-project CVE debrief
CVE-2026-82754 Improper Protection of Alternate Path vulnerability in ash-project ash_authentication_oauth2_server allows OAuth endpoints to be exposed under an unintended URL prefix. The vulnerability arises from oauth2_server_protocol_routes/1 in AshAuthentication.Phoenix.Oauth2Server.Router forwarding the same ProtocolRouter at both the /oauth prefix and the /.well-known prefix. This exposure may bypass security controls such as WAF rules, rate limits, or authentication exemptions scoped to the canonical prefix.
- 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 OAuth endpoint security, ash_authentication_oauth2_server deployment, and security teams should assess exposure and update to version 0.3.1 or later. This includes those managing OAuth endpoint security, deployment of ash_authentication_oauth2_server, and teams responsible for vulnerability management and security operations.
Why it matters
CVE-2026-82754 allows OAuth endpoints to be exposed under an unintended URL prefix, potentially bypassing security controls.
- OAuth endpoint exposure may allow unauthorized access
- WAF rules and rate limits may not apply to exposed endpoints
- Defenders must verify and update ash_authentication_oauth2_server to prevent exploitation
Technical summary
The ash_authentication_oauth2_server package exposes OAuth endpoints under an unintended URL prefix due to improper protection of alternate paths. This occurs because Phoenix forward strips the matched prefix before dispatch, allowing the full route table to answer under both mounts. Consequently, POST /register, POST /token, and POST /revoke are reachable as /.well-known/register, /.well-known/token, and /.well-known/revoke, potentially bypassing security controls scoped to the canonical prefix. Defenders should prioritize verifying OAuth endpoint exposure and updating ash_authentication_oauth2_server to version 0.3.1 or later.
Defensive priority
Defenders should prioritize verifying OAuth endpoint exposure and updating ash_authentication_oauth2_server to version 0.3.1 or later.
Recommended defensive actions
- Verify OAuth endpoint exposure
- Update ash_authentication_oauth2_server to version 0.3.1 or later
- Review and update WAF rules and rate limits
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- 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
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but with limited information on affected versions and exploitation. Defenders should verify OAuth endpoint exposure and update ash_authentication_oauth2_server to version 0.3.1 or later. The vulnerability affects ash_authentication_oauth2_server versions from 0.1.0 before 0.3.1.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-82754 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-82754
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-82754 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-82754
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-82754.html
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
-
Source reference
Unverified legacy reference
URL: https://github.com/ash-project/ash_authentication_oauth2_server/commit/a72972d7ed3eb74c05dfa0653a258ef14454459a
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
-
Source reference
Unverified legacy reference
URL: https://github.com/ash-project/ash_authentication_oauth2_server/security/advisories/GHSA-wwxg-h779-3wf4
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
-
Source reference
Unverified legacy reference
URL: https://osv.dev/vulnerability/EEF-CVE-2026-82754
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.