CVE-2026-66882
Reflected XSS in AshAuthentication confirmation and magic link interaction forms
Description
Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in team-alembic AshAuthentication allows reflected cross-site scripting via the confirmation and magic link interaction forms. When a strategy is configured with require_interaction? set to true, AshAuthentication serves an intermediate HTML page asking the user to confirm the action by submitting a form. Both such pages embed a request parameter directly into a hidden input's value attribute without HTML escaping: lib/ash_authentication/add_ons/confirmation/confirmation_form.html.eex interpolates the confirm parameter, and lib/ash_authentication/strategies/magic_link/sign_in_form.html.eex interpolates the magic link token parameter. These templates are compiled with EEx.function_from_file/3 using plain <%= %> expressions, which perform no escaping, so the parameter is reflected verbatim. Neither accept handler validates the value before rendering it. AshAuthentication.AddOn.Confirmation.Plug.accept/2 only checks that a confirm key is present, and AshAuthentication.Strategy.MagicLink.Plug.accept/2 reads the parameter directly, so no token signature is verified at this stage and arbitrary attacker-supplied text reaches the template. An unauthenticated attacker can therefore craft a URL whose parameter terminates the attribute and injects markup, for example a quote followed by a <script> element. Because the accept phase is served over GET, loading the crafted link is sufficient; no form submission or prior authentication is required. The injected script executes in the origin of the application embedding AshAuthentication, giving it access to that origin's cookies, session, and same-origin responses. Since these pages are part of the authentication flow, a victim following what appears to be a legitimate confirmation or sign-in link is a plausible target. This issue affects ash_authentication: from 4.8.0 before 4.14.2 and from 5.0.0-rc.0 before 5.0.0-rc.13.
INFO
Published Date :
Aug. 25, 2026, 8:18 a.m.
Last Modified :
Aug. 25, 2026, 8:18 a.m.
Remotely Exploit :
Yes !
Source :
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 4.0 | LOW | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db | ||||
| CVSS 4.0 | LOW | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
Solution
- Apply updates for AshAuthentication version 4.14.2 or 5.0.0-rc.13.
- Ensure proper HTML escaping for user inputs.
- Validate parameters before rendering them.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-66882.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-66882 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-66882
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-66882 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-66882 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Aug. 25, 2026
Action Type Old Value New Value Added Affected [{'cpes': ['cpe:2.3:a:team-alembic:ash_authentication:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/team-alembic/ash_authentication', 'vendor': 'team-alembic', 'modules': ["'Elixir.AshAuthentication.Strategy.MagicLink.Plug'", "'Elixir.AshAuthentication.AddOn.Confirmation.Plug'"], 'product': 'ash_authentication', 'versions': [{'status': 'affected', 'version': '4.8.0', 'lessThan': '4.14.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.0.0-rc.0', 'lessThan': '5.0.0-rc.13', 'versionType': 'semver'}], 'packageURL': 'pkg:hex/ash_authentication', 'packageName': 'ash_authentication', 'programFiles': ['lib/ash_authentication/strategies/magic_link/sign_in_form.html.eex', 'lib/ash_authentication/strategies/magic_link/plug.ex', 'lib/ash_authentication/add_ons/confirmation/confirmation_form.html.eex', 'lib/ash_authentication/add_ons/confirmation/plug.ex'], 'collectionURL': 'https://repo.hex.pm', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.AshAuthentication.Strategy.MagicLink.Plug':accept/2"}, {'name': "'Elixir.AshAuthentication.AddOn.Confirmation.Plug':accept/2"}]}, {'cpes': ['cpe:2.3:a:team-alembic:ash_authentication:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/team-alembic/ash_authentication', 'vendor': 'team-alembic', 'modules': ["'Elixir.AshAuthentication.Strategy.MagicLink.Plug'", "'Elixir.AshAuthentication.AddOn.Confirmation.Plug'"], 'product': 'ash_authentication', 'versions': [{'status': 'affected', 'changes': [{'at': '62719710790a150a9eacab9c0a066e0d122d15be', 'status': 'unaffected'}, {'at': '0bd5199db066be22b2ca1ec8bc6109e5d62e6070', 'status': 'unaffected'}], 'version': 'fe0b4558dbe852fee5d81a460a8355577618a8c8', 'lessThan': '*', 'versionType': 'git'}], 'packageURL': 'pkg:github/team-alembic/ash_authentication', 'packageName': 'team-alembic/ash_authentication', 'programFiles': ['lib/ash_authentication/strategies/magic_link/sign_in_form.html.eex', 'lib/ash_authentication/strategies/magic_link/plug.ex', 'lib/ash_authentication/add_ons/confirmation/confirmation_form.html.eex', 'lib/ash_authentication/add_ons/confirmation/plug.ex'], 'collectionURL': 'https://github.com', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.AshAuthentication.Strategy.MagicLink.Plug':accept/2"}, {'name': "'Elixir.AshAuthentication.AddOn.Confirmation.Plug':accept/2"}]}] Added Description Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in team-alembic AshAuthentication allows reflected cross-site scripting via the confirmation and magic link interaction forms. When a strategy is configured with require_interaction? set to true, AshAuthentication serves an intermediate HTML page asking the user to confirm the action by submitting a form. Both such pages embed a request parameter directly into a hidden input's value attribute without HTML escaping: lib/ash_authentication/add_ons/confirmation/confirmation_form.html.eex interpolates the confirm parameter, and lib/ash_authentication/strategies/magic_link/sign_in_form.html.eex interpolates the magic link token parameter. These templates are compiled with EEx.function_from_file/3 using plain <%= %> expressions, which perform no escaping, so the parameter is reflected verbatim. Neither accept handler validates the value before rendering it. AshAuthentication.AddOn.Confirmation.Plug.accept/2 only checks that a confirm key is present, and AshAuthentication.Strategy.MagicLink.Plug.accept/2 reads the parameter directly, so no token signature is verified at this stage and arbitrary attacker-supplied text reaches the template. An unauthenticated attacker can therefore craft a URL whose parameter terminates the attribute and injects markup, for example a quote followed by a <script> element. Because the accept phase is served over GET, loading the crafted link is sufficient; no form submission or prior authentication is required. The injected script executes in the origin of the application embedding AshAuthentication, giving it access to that origin's cookies, session, and same-origin responses. Since these pages are part of the authentication flow, a victim following what appears to be a legitimate confirmation or sign-in link is a plausible target. This issue affects ash_authentication: from 4.8.0 before 4.14.2 and from 5.0.0-rc.0 before 5.0.0-rc.13. Added CVSS V4.0 AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Added CWE CWE-79 Added Reference https://cna.erlef.org/cves/CVE-2026-66882.html Added Reference https://github.com/team-alembic/ash_authentication/commit/0bd5199db066be22b2ca1ec8bc6109e5d62e6070 Added Reference https://github.com/team-alembic/ash_authentication/commit/62719710790a150a9eacab9c0a066e0d122d15be Added Reference https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-54fc-x3hv-ffhw Added Reference https://osv.dev/vulnerability/EEF-CVE-2026-66882