216.73.216.133

CVE-2025-66578

· Published 09/12/2025 16:18 · Modified 11/12/2025 16:23

Labels: CVE-2025-66578 2025-12-09CVE-2025-66578CWE-248[email protected]

Essential information

Published
09/12/2025 16:18
Modified
11/12/2025 16:23
Author
Creator
CVSS
6.0 MEDIUM (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L

CVSS metrics

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.

NVD status

Status
Analyzed — CVE has had analysis completed and all data associations made.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
xmlseclibs project / xmlseclibs cpe:2.3:a:xmlseclibs_project:xmlseclibs:*:*:*:*:*:*:*:*

References