CVE-2025-66578
Last modified
CVE-2025-66578 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Xmlseclibs Project | Xmlseclibs | < 3.1.4 |
References
- https://github.com/robrichards/xmlseclibs/security/advisories/GHSA-c4cc-x928-vjw9Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-66578?
How severe is CVE-2025-66578?
How do I fix CVE-2025-66578?
Are you affected by CVE-2025-66578?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
