CVE-2026-75759

Source
https://cve.org/CVERecord?id=CVE-2026-75759
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75759.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-75759
Aliases
Published
2026-08-30T01:12:43.435Z
Modified
2026-09-01T03:30:18.335637453Z
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

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 oidccjwtutil:verifydecryptedtoken/4, a decrypted payload that is not a signed JWS fell back to parsing the plaintext claims and returning them with no verifying key. oidcctoken:intvalidatejwt/4 then matched on the JOSE structure type rather than on whether a signature had been verified, and returned success. The JARM path in oidcctoken: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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/75xxx/CVE-2026-75759.json",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "introduced": "3.2.0-beta.1"
                },
                {
                    "fixed": "3.9.0"
                },
                {
                    "introduced": "37a1361f704889816db2873f72d744d63ec39568"
                },
                {
                    "fixed": "5f62fbccdae8526ff62653b8901657a6c1400fd9"
                }
            ]
        },
        {
            "source": "CPE_FIELD",
            "extracted_events": [
                {
                    "introduced": "3.2.0-beta.1"
                },
                {
                    "fixed": "3.9.0"
                }
            ]
        },
        {
            "source": "DESCRIPTION",
            "extracted_events": [
                {
                    "introduced": "3.2.0-beta.1"
                },
                {
                    "fixed": "3.9.0"
                }
            ]
        }
    ],
    "cna_assigner": "EEF",
    "cwe_ids": [
        "CWE-347"
    ]
}
References

Affected packages

Git / github.com/erlef/oidcc

Affected ranges

Type
GIT
Repo
https://github.com/erlef/oidcc
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Affected versions

Other
latest-indigo-release
v0.*
v0.1.0
v0.1.1
v0.2.0
v0.2.1
v0.3.0
v0.4.0
v1.*
v1.0.0
v1.0.1
v1.1.0
v1.2.1
v1.3.0
v1.4.0
v1.5.0
v1.5.1
v1.6.0
v1.7.0
v1.8.0
v1.8.1
v2.*
v2.0.0-alpha.1
v3.*
v3.0.0
v3.0.0-alpha.1
v3.0.0-alpha.2
v3.0.0-alpha.3
v3.0.0-alpha.4
v3.0.0-alpha.5
v3.0.0-rc.1
v3.0.0-rc.2
v3.0.0-rc.3
v3.0.0-rc.4
v3.0.0-rc.5
v3.0.0-rc.6
v3.0.1
v3.1.0
v3.1.0-beta.1
v3.1.0-beta.2
v3.1.1
v3.1.2-beta.1
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://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75759.json"