SignXML is an implementation of the W3C XML Signature standard in Python. When verifying signatures with X509 certificate validation turned off and HMAC shared secret set (`signxml.XMLVerifier.verify(require_x509=False, hmac_key=...`), versions of SignXML prior to 4.0.4 are vulnerable to a potential timing attack. The verifier may leak information about the correct HMAC when comparing it with the user supplied hash, allowing users to reconstruct the correct HMAC for any data.
CVSS
No CVSS.
References
Configurations
No configuration.
History
02 Jun 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-06-02 17:15
Updated : 2025-06-02 17:32
NVD link : CVE-2025-48995
Mitre link : CVE-2025-48995
CVE.ORG link : CVE-2025-48995
JSON object : View
Products Affected
No product.
CWE
CWE-208
Observable Timing Discrepancy