Skip to main content

Improper Verification of Cryptographic Signature

CVE-2025-47949

Severity High
Score 9.9/10

Summary

The samlify package is a Node.js library for SAML single sign-on. A Signature Wrapping attack was found in versions prior to 2.10.0, allowing an attacker to forge a SAML Response to authenticate as any user. An attacker would need a signed XML document by the identity provider. This vulnerability also affects all versions of the express-saml2 package.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • NONE

CWE-347 - Improper Verification of Cryptographic Signature

A cryptographic protocol is meant to ensure that services are provided in a secure manner. An application with absent or improper verification of cryptographic signatures allows malicious users to feed false messages to valid users or to disclose sensitive data, subverting the goals of the protocol. This can lead to security failures such as false authentication, account hijacking, and privilege escalation.

Advisory Timeline

  • Published