{"api_version":"1","generated_at":"2026-07-24T20:00:12+00:00","cve":"CVE-2020-26244","urls":{"html":"https://cve.report/CVE-2020-26244","api":"https://cve.report/api/cve/CVE-2020-26244.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2020-26244","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2020-26244"},"summary":{"title":"CVE-2020-26244","description":"Python oic is a Python OpenID Connect implementation. In Python oic before version 1.2.1, there are several related cryptographic issues affecting client implementations that use the library. The issues are: 1) The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg. 2) JWA `none` algorithm was allowed in all flows. 3) oic.consumer.Consumer.parse_authz returns an unverified IdToken. The verification of the token was left to the discretion of the implementator. 4) iat claim was not checked for sanity (i.e. it could be in the future). These issues are patched in version 1.2.1.","state":"PUBLIC","assigner":"security-advisories@github.com","published_at":"2020-12-02 20:15:00","updated_at":"2020-12-08 02:37:00"},"problem_types":["CWE-347"],"metrics":[],"references":[{"url":"https://github.com/OpenIDC/pyoidc/security/advisories/GHSA-4fjv-pmhg-3rfg","name":"https://github.com/OpenIDC/pyoidc/security/advisories/GHSA-4fjv-pmhg-3rfg","refsource":"CONFIRM","tags":["Third Party Advisory"],"title":"Client vulnerabilites to replay attack and cipher downgrade · Advisory · OpenIDC/pyoidc · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"0"},{"url":"https://github.com/OpenIDC/pyoidc/commit/62f8d753fa17c8b1f29f8be639cf0b33afb02498","name":"https://github.com/OpenIDC/pyoidc/commit/62f8d753fa17c8b1f29f8be639cf0b33afb02498","refsource":"MISC","tags":["Patch","Third Party Advisory"],"title":"Merge pull request from GHSA-4fjv-pmhg-3rfg · OpenIDC/pyoidc@62f8d75 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://pypi.org/project/oic/","name":"https://pypi.org/project/oic/","refsource":"MISC","tags":["Product","Vendor Advisory"],"title":"oic · PyPI","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/OpenIDC/pyoidc/releases/tag/1.2.1","name":"https://github.com/OpenIDC/pyoidc/releases/tag/1.2.1","refsource":"MISC","tags":["Third Party Advisory"],"title":"Release Security vulnerability fix (CVE-2020-26244) · OpenIDC/pyoidc · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://www.cve.org/CVERecord?id=CVE-2020-26244","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2020-26244","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2020","cve_id":"26244","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"python_openid_connect_project","cpe5":"python_openid_connect","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"},{"cve_year":"2020","cve_id":"26244","vulnerable":"1","versionEndIncluding":"1","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"python_openid_connect_project","cpe5":"python_openid_connect","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[{"cve":"CVE-2020-26244","qid":"983086","title":"Python (pip) Security Update for oic (GHSA-4fjv-pmhg-3rfg)"}]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"security-advisories@github.com","ID":"CVE-2020-26244","STATE":"PUBLIC","TITLE":"Cryptographic issues in Python oic"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"pyoidc","version":{"version_data":[{"version_value":"< 1.2.1"}]}}]},"vendor_name":"OpenIDC"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"Python oic is a Python OpenID Connect implementation. In Python oic before version 1.2.1, there are several related cryptographic issues affecting client implementations that use the library. The issues are: 1) The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg. 2) JWA `none` algorithm was allowed in all flows. 3) oic.consumer.Consumer.parse_authz returns an unverified IdToken. The verification of the token was left to the discretion of the implementator. 4) iat claim was not checked for sanity (i.e. it could be in the future). These issues are patched in version 1.2.1."}]},"impact":{"cvss":{"attackComplexity":"HIGH","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":6.8,"baseSeverity":"MEDIUM","confidentialityImpact":"HIGH","integrityImpact":"HIGH","privilegesRequired":"LOW","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N","version":"3.1"}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"CWE-325 Missing Required Cryptographic Step"}]},{"description":[{"lang":"eng","value":"CWE-347 Improper Verification of Cryptographic Signature"}]}]},"references":{"reference_data":[{"name":"https://github.com/OpenIDC/pyoidc/security/advisories/GHSA-4fjv-pmhg-3rfg","refsource":"CONFIRM","url":"https://github.com/OpenIDC/pyoidc/security/advisories/GHSA-4fjv-pmhg-3rfg"},{"name":"https://pypi.org/project/oic/","refsource":"MISC","url":"https://pypi.org/project/oic/"},{"name":"https://github.com/OpenIDC/pyoidc/commit/62f8d753fa17c8b1f29f8be639cf0b33afb02498","refsource":"MISC","url":"https://github.com/OpenIDC/pyoidc/commit/62f8d753fa17c8b1f29f8be639cf0b33afb02498"},{"name":"https://github.com/OpenIDC/pyoidc/releases/tag/1.2.1","refsource":"MISC","url":"https://github.com/OpenIDC/pyoidc/releases/tag/1.2.1"}]},"source":{"advisory":"GHSA-4fjv-pmhg-3rfg","discovery":"UNKNOWN"}},"nvd":{"publishedDate":"2020-12-02 20:15:00","lastModifiedDate":"2020-12-08 02:37:00","problem_types":["CWE-347"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N","attackVector":"NETWORK","attackComplexity":"HIGH","privilegesRequired":"LOW","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"NONE","baseScore":6.8,"baseSeverity":"MEDIUM"},"exploitabilityScore":1.6,"impactScore":5.2},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:M/Au:S/C:P/I:P/A:N","accessVector":"NETWORK","accessComplexity":"MEDIUM","authentication":"SINGLE","confidentialityImpact":"PARTIAL","integrityImpact":"PARTIAL","availabilityImpact":"NONE","baseScore":4.9},"severity":"MEDIUM","exploitabilityScore":6.8,"impactScore":4.9,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":false}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:python_openid_connect_project:python_openid_connect:*:*:*:*:*:*:*:*","versionEndExcluding":"1.2.1","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2020","CveId":"26244","Ordinal":"187666","Title":"CVE-2020-26244","CVE":"CVE-2020-26244","Year":"2020"},"notes":[{"CveYear":"2020","CveId":"26244","Ordinal":"1","NoteData":"Python oic is a Python OpenID Connect implementation. In Python oic before version 1.2.1, there are several related cryptographic issues affecting client implementations that use the library. The issues are: 1) The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg. 2) JWA `none` algorithm was allowed in all flows. 3) oic.consumer.Consumer.parse_authz returns an unverified IdToken. The verification of the token was left to the discretion of the implementator. 4) iat claim was not checked for sanity (i.e. it could be in the future). These issues are patched in version 1.2.1.","Type":"Description","Title":null},{"CveYear":"2020","CveId":"26244","Ordinal":"2","NoteData":"2020-12-02","Type":"Other","Title":"Published"},{"CveYear":"2020","CveId":"26244","Ordinal":"3","NoteData":"2020-12-02","Type":"Other","Title":"Modified"}]}}}