pysec-2021-49
Vulnerability from pysec
Published
2021-01-21 15:15
Modified
2021-03-10 21:00
Details
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.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "pysaml2", "purl": "pkg:pypi/pysaml2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "46578df0695269a16f1c94171f1429873f90ed99" } ], "repo": "https://github.com/IdentityPython/pysaml2", "type": "GIT" }, { "events": [ { "introduced": "0" }, { "fixed": "6.5.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.4.3", "1.0.1", "1.0.2", "1.0.3", "1.1.0", "2.0.0", "2.1.0", "2.2.0", "2.3.0", "2.4.0", "3.0.0", "3.0.2", "4.0.0", "4.0.1", "4.0.2", "4.0.3", "4.0.4", "4.0.5rc1", "4.0.5", "4.1.0", "4.2.0", "4.3.0", "4.4.0", "4.5.0", "4.6.0", "4.6.1", "4.6.2", "4.6.3", "4.6.4", "4.6.5", "4.7.0", "4.8.0", "4.9.0", "5.0.0", "5.1.0", "5.2.0", "5.3.0", "5.4.0", "6.0.0", "6.1.0", "6.2.0", "6.3.0", "6.3.1", "6.4.0", "6.4.1" ] } ], "aliases": [ "CVE-2021-21239", "GHSA-5p3x-r448-pc62" ], "details": "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.", "id": "PYSEC-2021-49", "modified": "2021-03-10T21:00:00Z", "published": "2021-01-21T15:15:00Z", "references": [ { "type": "WEB", "url": "https://www.aleksey.com/pipermail/xmlsec/2013/009717.html" }, { "type": "PACKAGE", "url": "https://pypi.org/project/pysaml2" }, { "type": "WEB", "url": "https://github.com/IdentityPython/pysaml2/releases/tag/v6.5.0" }, { "type": "ADVISORY", "url": "https://github.com/IdentityPython/pysaml2/security/advisories/GHSA-5p3x-r448-pc62" }, { "type": "FIX", "url": "https://github.com/IdentityPython/pysaml2/commit/46578df0695269a16f1c94171f1429873f90ed99" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2021/02/msg00038.html" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.