CVE-2026-81632

Published: Set 17, 2026 Last Modified: Set 17, 2026
ExploitDB:
Other exploit source:
Google Dorks:
HIGH 7,2
Source: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Attack Vector: local
Attack Complexity: low
Privileges Required: low
User Interaction: none
Confidentiality: N/A
Integrity: N/A
Availability: N/A

Description

AI Translation Available

Use of HTTP Request With Sensitive Query String vulnerability in team-alembic AshAuthenticationPhoenix allows someone able to read access logs, proxy logs or browser history to recover a single-use sign-in token and authenticate as its owner.

After a successful password sign-in, AshAuthentication.Phoenix.Components.Password.SignInForm builds the sign_in_with_token path with the freshly issued user.__metadata__.token as a query parameter and redirects the browser to it with a GET. The token therefore travels in the request line, where web servers, reverse proxies, request telemetry and the browser's own history record it, all of which outlive the request and are ordinarily less protected than session storage. The redirect destination is restricted to a local path, so this is not an open redirect; the exposure is the retention of a live credential.

This issue affects ash_authentication_phoenix: from 1.7.0 before 2.17.4 and from 3.0.0-rc.0 before 3.0.0-rc.11; ash_authentication: from 3.10.5 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.

598

Use of HTTP Request With Sensitive Query String

Draft
Common Consequences
Security Scopes Affected:
Confidentiality
Potential Impacts:
Read Application Data
Applicable Platforms
Technologies: Web Based, Web Server
View CWE Details
https://cna.erlef.org/cves/CVE-2026-81632.html
https://github.com/team-alembic/ash_authentication/commit/8d8ddd25c69b669a92a70…
https://github.com/team-alembic/ash_authentication/commit/bbf345c1bb7aa28bce5dd…
https://github.com/team-alembic/ash_authentication/commit/eca8cadea0f1595ed2c10…
https://github.com/team-alembic/ash_authentication_phoenix/commit/903f3a386e1ab…
https://github.com/team-alembic/ash_authentication_phoenix/commit/920257d0460b9…
https://github.com/team-alembic/ash_authentication_phoenix/commit/ff5ad8737748a…
https://github.com/team-alembic/ash_authentication_phoenix/security/advisories/…
https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-j72…
https://osv.dev/vulnerability/EEF-CVE-2026-81632