漏洞标题
签名信息验证
漏洞描述信息
xml-security 是一个库,用于实现 XML 签名和加密。验证 XML 签名需要验证相关 XML 文档的哈希值与特定 DigestValue-value 匹配,同时也要验证 SignedInfo-tree(包含 DigestValue 的)的加密签名并匹配 trusted 公钥。如果攻击者 somehow(即通过利用 PHP 的常量归并函数中的 bug)成功地操纵归并版本中的 DigestValue,那么可能会伪造签名。这个问题已经在 1.6.12 版本和 5.0.0-alpha.13 版本中修复。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
漏洞类别
密码学签名的验证不恰当
漏洞标题
Validation of SignedInfo
漏洞描述信息
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.
CVSS信息
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N
漏洞类别
对数据真实性的验证不充分
漏洞标题
xml-security 数据伪造问题漏洞
漏洞描述信息
xml-security是SimpleSAMLphp开源的一个库。 xml-security 1.6.11版本、saml2 5.0.0-alpha.13版本存在数据伪造问题漏洞,该漏洞源于XML 签名验证需要验证相关 XML 文档的哈希值是否与特定的 DigestValue 值匹配,而且还需要验证 SignedInfo 树上的加密签名并匹配受信任的公钥, 攻击者利用该漏洞可以以某种方式操纵规范化版本的 DigestValue,并可能伪造签名。
CVSS信息
N/A
漏洞类别
授权问题