PT-2025-23540 · Signxml · Signxml
Ahacker1-Securesaml
·
Published
2025-06-02
·
Updated
2025-06-05
·
CVE-2025-48995
CVSS v4.0
6.9
Medium
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
SignXML versions prior to 4.0.4
Description
The issue concerns a potential timing attack when verifying signatures with X509 certificate validation turned off and HMAC shared secret set. This could allow users to reconstruct the correct HMAC for any data by comparing the user-supplied hash with the correct HMAC, potentially leaking information about the correct HMAC. The
signxml.XMLVerifier.verify function is used with require x509=False and hmac key set.Recommendations
For versions prior to 4.0.4, update to version 4.0.4 or later to resolve the issue. As a temporary workaround, consider disabling the
verify function with require x509=False and hmac key set until a patch is available. Restrict access to the XMLVerifier class to minimize the risk of exploitation. Avoid using the hmac key parameter in the affected verify function until the issue is resolved.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Signxml