CVE-2026-66884
Last modified
CVE-2026-66884 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Erlang Ecosystem Foundation | oidcc_plug | >= 0.2.0-beta.1, < 0.5.0 |
| Erlang Ecosystem Foundation | oidcc_plug | >= e577ae73b9080693442916043a22d8f05491dd93, < 97d75afc57826dca31989b47d6e2a3c136039917 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-66884?
How severe is CVE-2026-66884?
How do I fix CVE-2026-66884?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6687FatFs R0.16 and earlier contains a stack overflow bug in f_g…7.6
- CVE-2026-66875In the Mira hormone monitor device firmware v1.7.1.47 build …8.8
- CVE-2026-66878A flaw was found in multicloud-operators-subscription. A pri…7.7
- CVE-2026-6688FatFs R0.16 and earlier contains a downstream-caller vulnera…7.6
- CVE-2026-66881Relative Path Traversal vulnerability in livebook-dev livebo…8.1
- CVE-2026-66883Improper Handling of Case Sensitivity vulnerability in Erlan…6.3
- CVE-2026-66885Cross-Site Request Forgery (CSRF) vulnerability in livebook-…6.5
- CVE-2026-6689Mattermost versions 11.6.x <= 11.6.1, 11.5.x <= 11.5.4, 10.1…4.3
- CVE-2026-6690The LifePress plugin for WordPress is vulnerable to Stored C…7.2
- CVE-2026-66901Google::Auth versions before 0.09 for Perl allow server side…7.5
- CVE-2026-66902Google::Auth versions before 0.06 for Perl run a command nam…9.8
- CVE-2026-66909Apache CXF's JMS transport deserializes the body of any inbo…9.8
Are you affected by CVE-2026-66884?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
