Skip to content

SAML Attribute Smuggling Vulnerability Allowing User Impersonation

High
kevinroh-okta published GHSA-8gqj-226h-gm8r May 6, 2025

Package

npm passport-wsfed-saml2 (npm)

Affected versions

>=3.0.5

Patched versions

4.6.4

Description

Overview

This vulnerability allows an attacker to impersonate any user during SAML authentication by tampering with a valid SAML response. This can be done by adding attributes to the response.

Am I Affected?

You are affected by this SAML Attribute Smuggling vulnerability if you are using passport-wsfed-saml2 version 4.5.1 or below, specifically under the following conditions:

  1. The service provider is using passport-wsfed-saml2,
  2. A valid SAML Response signed by the Identity Provider can be obtained

Fix

Upgrade to v4.6.4 or greater.

Severity

High

CVE ID

CVE-2025-46573

Weaknesses

No CWEs