Vulnerabilities (CVE)

Filtered by vendor Simplesamlphp Subscribe
Filtered by product Xml-security
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-32600 1 Simplesamlphp 1 Xml-security 2026-03-17 N/A 8.2 HIGH
xml-security is a library that implements XML signatures and encryption. Prior to versions 2.3.1 and 1.13.9, XML nodes encrypted with either aes-128-gcm, aes-192-gcm, or aes-256-gcm lack validation of the authentication tag length. An attacker can use this to brute-force an authentication tag, recover the GHASH key, and decrypt the encrypted nodes. It also allows to forge arbitrary ciphertexts without knowing the encryption key. This vulnerability is fixed in 2.3.1 and 1.13.9.
CVE-2023-49087 1 Simplesamlphp 2 Saml2, Xml-security 2024-11-21 N/A 6.8 MEDIUM
xml-security is a library that implements XML signatures and encryption. Validation of an XML signature requires verification that the hash value of the related XML-document matches a specific DigestValue-value, but also that the cryptographic signature on the SignedInfo-tree (the one that contains the DigestValue) verifies and matches a trusted public key. If an attacker somehow (i.e. by exploiting a bug in PHP's canonicalization function) manages to manipulate the canonicalized version's DigestValue, it would be possible to forge the signature. This issue has been patched in version 1.6.12 and 5.0.0-alpha.13.