Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-81632 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-598Use of GET Request Method With Sensitive Query StringsEEF

Affected Products

ProductVersions
team-alembic AshAuthenticationPhoenix
>= 1.7.0, < 2.17.4 (semver)
>= 3.0.0-rc.0, < 3.0.0-rc.11 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 2.17.4moderate effort
  • Upgrade: 3.0.0-rc.11moderate effort
team-alembic AshAuthentication
>= 3.10.5, < 4.15.0 (semver)
>= 5.0.0-rc.0, < 5.0.0-rc.14 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 4.15.0moderate effort
  • Upgrade: 5.0.0-rc.14moderate effort
  • Workaround:moderate effort

    Set the `sign_in_token_via_post?` option to `true` to switch the `:sign_in_with_token` phase to POST. Note that this will break sign-in for `ash_authentication_phoenix` versions at or below 2.17.3, which do not support POST for this phase.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-81632
NVD Published Date:
Sep 17, 2026
NVD Last Modified:
Sep 18, 2026
Source:
EEF
CVE-2026-81632 Details - Not Deferred