EEF-CVE-2026-75759

Source
https://cna.erlef.org/osv/EEF-CVE-2026-75759.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-75759.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-75759
Aliases
  • CVE-2026-75759
  • GHSA-533g-4vf3-xwrj
Published
2026-08-30T01:12:43.435Z
Modified
2026-08-30T01:25:36.972668073Z
Severity
  • 7.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Encrypted ID token or JARM response accepted without a nested signature in erlef oidcc
Details

Summary

Improper Verification of Cryptographic Signature vulnerability in erlef oidcc allows an unauthenticated attacker to impersonate an arbitrary user via an encrypted ID token or JARM response carrying no nested signature. OpenID Connect Core 1.0 section 2 requires that an encrypted ID token be signed then encrypted, with the result being a Nested JWT, and JARM processing rule 5 requires the client to check the signature unconditionally. oidcc instead accepted a JWE wrapping unsigned claims as fully validated, so anyone holding the relying party's public encryption key could mint a token with an arbitrary sub, iss, and aud without possessing the provider's signing key.

In oidcc_jwt_util:verify_decrypted_token/4, a decrypted payload that is not a signed JWS fell back to parsing the plaintext claims and returning them with no verifying key. oidcc_token:int_validate_jwt/4 then matched on the JOSE structure type rather than on whether a signature had been verified, and returned success. The JARM path in oidcc_token:validate_jarm/3 is reachable through the browser front channel. UserInfo responses are not affected, because OpenID Connect Core 1.0 section 5.3.2 permits them to be encrypted without also being signed.

This issue affects oidcc: from 3.2.0-beta.1 before 3.9.0.

Configuration

Reachable only when the OpenID Provider advertises ID token encryption (id_token_encryption_alg_values_supported and id_token_encryption_enc_values_supported), or, for the JARM path, authorization response encryption (authorization_encryption_alg_values_supported and authorization_encryption_enc_values_supported), and the relying party has an encryption key configured. Without those, decryption fails before the affected code is reached.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:erlef:oidcc:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-475"
    ],
    "cwe_ids": [
        "CWE-347"
    ]
}
References
Credits
    • EQSTLab - REPORTER
    • Jonatan Männchen / EEF - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / oidcc

Package

Name
oidcc
Purl
pkg:hex/oidcc

Affected ranges

Type
SEMVER
Events
Introduced
3.2.0-beta.1
Fixed
3.9.0

Affected versions

3.*
3.2.0-beta.1
3.2.0-beta.2
3.2.0-beta.3
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.3.0
3.4.0
3.5.0
3.5.1
3.5.2
3.6.0
3.7.0
3.7.1
3.7.2
3.8.0-beta.1
3.8.0

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-75759.json"

Git / github.com/erlef/oidcc

Affected ranges

Type
GIT
Repo
https://github.com/erlef/oidcc
Events

Affected versions

v3.*
v3.2.0
v3.2.0-beta.1
v3.2.0-beta.2
v3.2.0-beta.3
v3.2.1
v3.2.2
v3.2.3
v3.2.4
v3.2.5
v3.2.6
v3.3.0
v3.4.0
v3.5.0
v3.5.1
v3.5.2
v3.6.0
v3.7.0
v3.7.1
v3.7.2
v3.8.0
v3.8.0-beta.1

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-75759.json"