Home

Description

xmlseclibs is a library written in PHP for working with XML Encryption and Signatures. Versions 3.1.3 contain an authentication bypass vulnerability due to a flaw in the libxml2 canonicalization process during document transformation. When libxml2’s canonicalization is invoked on an invalid XML input, it may return an empty string rather than a canonicalized node. xmlseclibs then proceeds to compute the DigestValue over this empty string, treating it as if canonicalization succeeded. This issue is fixed in version 3.1.4. Workarounds include treating canonicalization failures (exceptions or nil/empty outputs) as fatal and aborting validation, and/or adding explicit checks to reject when canonicalize returns nil/empty or raises errors.

PUBLISHED Reserved 2025-12-04 | Published 2025-12-09 | Updated 2025-12-09 | Assigner GitHub_M




MEDIUM: 6.0CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L

Problem types

CWE-248: Uncaught Exception

Product status

< 3.1.4
affected

References

github.com/...eclibs/security/advisories/GHSA-c4cc-x928-vjw9

github.com/...ommit/69fd63080bc47a8d51bc101c30b7cb756862d1d6

github.com/...b0c67f16f8bf24ce4b5c3e/src/XMLSecurityDSig.php

cve.org (CVE-2025-66578)

nvd.nist.gov (CVE-2025-66578)

Download JSON