All the vulnerabilites related to IdentityPython - pysaml2
cve-2021-21239
Vulnerability from cvelistv5
Published
2021-01-21 14:15
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
PySAML2 is a pure python implementation of SAML Version 2 Standard. PySAML2 before 6.5.0 has an improper verification of cryptographic signature vulnerability. Users of pysaml2 that use the default CryptoBackendXmlSec1 backend and need to verify signed SAML documents are impacted. PySAML2 does not ensure that a signed SAML document is correctly signed. The default CryptoBackendXmlSec1 backend is using the xmlsec1 binary to verify the signature of signed SAML documents, but by default xmlsec1 accepts any type of key found within the given document. xmlsec1 needs to be configured explicitly to only use only _x509 certificates_ for the verification process of the SAML document signature. This is fixed in PySAML2 6.5.0.
References
▼ | URL | Tags |
---|---|---|
https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-5p3x-r448-pc62 | x_refsource_CONFIRM | |
https://pypi.org/project/pysaml2 | x_refsource_MISC | |
https://www.aleksey.com/pipermail/xmlsec/2013/009717.html | x_refsource_MISC | |
https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0 | x_refsource_MISC | |
https://github.com/IdentityPython/pysaml2/commit/46578df0695269a16f1c94171f1429873f90ed99 | x_refsource_MISC | |
https://lists.debian.org/debian-lts-announce/2021/02/msg00038.html | mailing-list, x_refsource_MLIST |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | IdentityPython | pysaml2 |
Version: < 6.5.0 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:09:14.896Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-5p3x-r448-pc62" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://pypi.org/project/pysaml2" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.aleksey.com/pipermail/xmlsec/2013/009717.html" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/IdentityPython/pysaml2/commit/46578df0695269a16f1c94171f1429873f90ed99" }, { "name": "[debian-lts-announce] 20210226 [SECURITY] [DLA 2577-1] python-pysaml2 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00038.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "pysaml2", "vendor": "IdentityPython", "versions": [ { "status": "affected", "version": "\u003c 6.5.0" } ] } ], "descriptions": [ { "lang": "en", "value": "PySAML2 is a pure python implementation of SAML Version 2 Standard. PySAML2 before 6.5.0 has an improper verification of cryptographic signature vulnerability. Users of pysaml2 that use the default CryptoBackendXmlSec1 backend and need to verify signed SAML documents are impacted. PySAML2 does not ensure that a signed SAML document is correctly signed. The default CryptoBackendXmlSec1 backend is using the xmlsec1 binary to verify the signature of signed SAML documents, but by default xmlsec1 accepts any type of key found within the given document. xmlsec1 needs to be configured explicitly to only use only _x509 certificates_ for the verification process of the SAML document signature. This is fixed in PySAML2 6.5.0." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-347", "description": "CWE-347 Improper Verification of Cryptographic Signature", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-02-26T06:06:18", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-5p3x-r448-pc62" }, { "tags": [ "x_refsource_MISC" ], "url": "https://pypi.org/project/pysaml2" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.aleksey.com/pipermail/xmlsec/2013/009717.html" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/IdentityPython/pysaml2/commit/46578df0695269a16f1c94171f1429873f90ed99" }, { "name": "[debian-lts-announce] 20210226 [SECURITY] [DLA 2577-1] python-pysaml2 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00038.html" } ], "source": { "advisory": "GHSA-5p3x-r448-pc62", "discovery": "UNKNOWN" }, "title": "Open default xmlsec1 key-type preference", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21239", "STATE": "PUBLIC", "TITLE": "Open default xmlsec1 key-type preference" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "pysaml2", "version": { "version_data": [ { "version_value": "\u003c 6.5.0" } ] } } ] }, "vendor_name": "IdentityPython" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "PySAML2 is a pure python implementation of SAML Version 2 Standard. PySAML2 before 6.5.0 has an improper verification of cryptographic signature vulnerability. Users of pysaml2 that use the default CryptoBackendXmlSec1 backend and need to verify signed SAML documents are impacted. PySAML2 does not ensure that a signed SAML document is correctly signed. The default CryptoBackendXmlSec1 backend is using the xmlsec1 binary to verify the signature of signed SAML documents, but by default xmlsec1 accepts any type of key found within the given document. xmlsec1 needs to be configured explicitly to only use only _x509 certificates_ for the verification process of the SAML document signature. This is fixed in PySAML2 6.5.0." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-347 Improper Verification of Cryptographic Signature" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-5p3x-r448-pc62", "refsource": "CONFIRM", "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-5p3x-r448-pc62" }, { "name": "https://pypi.org/project/pysaml2", "refsource": "MISC", "url": "https://pypi.org/project/pysaml2" }, { "name": "https://www.aleksey.com/pipermail/xmlsec/2013/009717.html", "refsource": "MISC", "url": "https://www.aleksey.com/pipermail/xmlsec/2013/009717.html" }, { "name": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0", "refsource": "MISC", "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "name": "https://github.com/IdentityPython/pysaml2/commit/46578df0695269a16f1c94171f1429873f90ed99", "refsource": "MISC", "url": "https://github.com/IdentityPython/pysaml2/commit/46578df0695269a16f1c94171f1429873f90ed99" }, { "name": "[debian-lts-announce] 20210226 [SECURITY] [DLA 2577-1] python-pysaml2 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00038.html" } ] }, "source": { "advisory": "GHSA-5p3x-r448-pc62", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-21239", "datePublished": "2021-01-21T14:15:21", "dateReserved": "2020-12-22T00:00:00", "dateUpdated": "2024-08-03T18:09:14.896Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2021-21238
Vulnerability from cvelistv5
Published
2021-01-21 14:15
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
PySAML2 is a pure python implementation of SAML Version 2 Standard. PySAML2 before 6.5.0 has an improper verification of cryptographic signature vulnerability. All users of pysaml2 that need to validate signed SAML documents are impacted. The vulnerability is a variant of XML Signature wrapping because it did not validate the SAML document against an XML schema. This allowed invalid XML documents to be processed and such a document can trick pysaml2 with a wrapped signature. This is fixed in PySAML2 6.5.0.
References
▼ | URL | Tags |
---|---|---|
https://pypi.org/project/pysaml2 | x_refsource_MISC | |
https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0 | x_refsource_MISC | |
https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-f4g9-h89h-jgv9 | x_refsource_CONFIRM | |
https://github.com/IdentityPython/pysaml2/commit/1d8fd268f5bf887480a403a7a5ef8f048157cc14 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | IdentityPython | pysaml2 |
Version: < 6.5.0 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:09:15.156Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://pypi.org/project/pysaml2" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-f4g9-h89h-jgv9" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/IdentityPython/pysaml2/commit/1d8fd268f5bf887480a403a7a5ef8f048157cc14" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "pysaml2", "vendor": "IdentityPython", "versions": [ { "status": "affected", "version": "\u003c 6.5.0" } ] } ], "descriptions": [ { "lang": "en", "value": "PySAML2 is a pure python implementation of SAML Version 2 Standard. PySAML2 before 6.5.0 has an improper verification of cryptographic signature vulnerability. All users of pysaml2 that need to validate signed SAML documents are impacted. The vulnerability is a variant of XML Signature wrapping because it did not validate the SAML document against an XML schema. This allowed invalid XML documents to be processed and such a document can trick pysaml2 with a wrapped signature. This is fixed in PySAML2 6.5.0." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-347", "description": "CWE-347 Improper Verification of Cryptographic Signature", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-01-21T14:15:27", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://pypi.org/project/pysaml2" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-f4g9-h89h-jgv9" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/IdentityPython/pysaml2/commit/1d8fd268f5bf887480a403a7a5ef8f048157cc14" } ], "source": { "advisory": "GHSA-f4g9-h89h-jgv9", "discovery": "UNKNOWN" }, "title": "SAML XML Signature wrapping", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21238", "STATE": "PUBLIC", "TITLE": "SAML XML Signature wrapping" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "pysaml2", "version": { "version_data": [ { "version_value": "\u003c 6.5.0" } ] } } ] }, "vendor_name": "IdentityPython" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "PySAML2 is a pure python implementation of SAML Version 2 Standard. PySAML2 before 6.5.0 has an improper verification of cryptographic signature vulnerability. All users of pysaml2 that need to validate signed SAML documents are impacted. The vulnerability is a variant of XML Signature wrapping because it did not validate the SAML document against an XML schema. This allowed invalid XML documents to be processed and such a document can trick pysaml2 with a wrapped signature. This is fixed in PySAML2 6.5.0." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-347 Improper Verification of Cryptographic Signature" } ] } ] }, "references": { "reference_data": [ { "name": "https://pypi.org/project/pysaml2", "refsource": "MISC", "url": "https://pypi.org/project/pysaml2" }, { "name": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0", "refsource": "MISC", "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "name": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-f4g9-h89h-jgv9", "refsource": "CONFIRM", "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-f4g9-h89h-jgv9" }, { "name": "https://github.com/IdentityPython/pysaml2/commit/1d8fd268f5bf887480a403a7a5ef8f048157cc14", "refsource": "MISC", "url": "https://github.com/IdentityPython/pysaml2/commit/1d8fd268f5bf887480a403a7a5ef8f048157cc14" } ] }, "source": { "advisory": "GHSA-f4g9-h89h-jgv9", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-21238", "datePublished": "2021-01-21T14:15:27", "dateReserved": "2020-12-22T00:00:00", "dateUpdated": "2024-08-03T18:09:15.156Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }