Executive Summary

Informations
Name CVE-2025-48994 First vendor Publication 2025-06-02
Vendor Cve Last vendor Modification 2025-06-02

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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 algorithm confusion attack. Unless the user explicitly limits the expected signature algorithms using the `signxml.XMLVerifier.verify(expect_config=...)` setting, an attacker may supply a signature unexpectedly signed with a key other than the provided HMAC key, using a different (asymmetric key) signature algorithm. Starting with SignXML 4.0.4, specifying `hmac_key` causes the set of accepted signature algorithms to be restricted to HMAC only, if not already restricted by the user.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-48994

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-303 Incorrect Implementation of Authentication Algorithm

Sources (Detail)

https://github.com/XML-Security/signxml/commit/e3c0c2b82a3329a65d917830657649...
https://github.com/XML-Security/signxml/security/advisories/GHSA-6vx8-pcwv-xhf4
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
Date Informations
2025-06-04 02:37:30
  • Multiple Updates
2025-06-04 02:37:28
  • Multiple Updates
2025-06-03 17:20:54
  • Multiple Updates
2025-06-02 21:20:33
  • First insertion