🔐 CVE Alert

CVE-2026-66884

UNKNOWN 0.0

Oidcc.Plug.AuthorizationCallback accepts callbacks with no authorize session or no state parameter, defeating CSRF protection

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Cross-Site Request Forgery vulnerability in Erlang Ecosystem Foundation oidcc_plug (Oidcc.Plug.AuthorizationCallback module) allows an attacker to make a victim's browser complete an authorization flow the victim never initiated. This vulnerability is associated with program file lib/oidcc/plug/authorization_callback.ex and program routine Oidcc.Plug.AuthorizationCallback.call/2. A callback request that carries no Oidcc.Plug.Authorize session is processed with every security check disabled rather than being rejected. call/2 substitutes permissive defaults for the absent session, and each downstream check treats its value as nothing to compare and returns :ok, so the nonce, state, PKCE, peer IP and user agent checks are all skipped. A separate clause of check_state/2 also accepts a state-less request when a verifier is present. An attacker obtains an authorization code for their own provider account, then induces the victim to visit the callback endpoint with that code and no state parameter. The application signs the victim in as the attacker, so the victim's subsequent actions occur in the attacker's account where the attacker can read them. Applications reusing one callback for both signing in and linking a provider account are further exposed to account takeover, the attacker's account becoming linked to the victim's. The permissive fallback serves no conforming flow. Third-party-initiated login reaches a relying party at a separate login initiation endpoint and causes it to send a fresh authentication request, and this library implements no such endpoint. Oidcc.Plug.Authorize always sends a state parameter, which an authorization server must echo, so no legitimate callback lacks one. This issue affects oidcc_plug: from 0.2.0-beta.1 before 0.5.0.

CWE CWE-352
Vendor erlang ecosystem foundation
Product oidcc_plug
Published Aug 4, 2026
Last Updated Aug 4, 2026
Stay Ahead of the Next One

Get instant alerts for erlang ecosystem foundation oidcc_plug

Be the first to know when new unknown vulnerabilities affecting erlang ecosystem foundation oidcc_plug are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Erlang Ecosystem Foundation / oidcc_plug
0.2.0-beta.1 < 0.5.0
Erlang Ecosystem Foundation / oidcc_plug
e577ae73b9080693442916043a22d8f05491dd93 < 97d75afc57826dca31989b47d6e2a3c136039917

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/erlef/oidcc_plug/security/advisories/GHSA-fg66-w5gp-22cr cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-66884.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-66884 github.com: https://github.com/erlef/oidcc_plug/commit/97d75afc57826dca31989b47d6e2a3c136039917

Credits

Mathias Polligkeit Mathias Polligkeit Jonatan Männchen / EEF Jonatan Männchen / EEF