GHSA-4mxg-3p6v-xgq3

Suggest an improvement
Source
https://github.com/advisories/GHSA-4mxg-3p6v-xgq3
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/07/GHSA-4mxg-3p6v-xgq3/GHSA-4mxg-3p6v-xgq3.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-4mxg-3p6v-xgq3
Aliases
Published
2025-07-28T20:38:44Z
Modified
2025-07-30T11:43:09Z
Severity
  • 10.0 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N CVSS Calculator
Summary
Node-SAML SAML Signature Verification Vulnerability
Details

Node-SAML loads the assertion from the (unsigned) original response document. This is different than the parts that are verified when checking signature.

This allows an attacker to modify authentication details within a valid SAML assertion. For example, in one attack it is possible to remove any character from the SAML assertion username.

To conduct the attack an attacker would need a validly signed document from the identity provider (IdP).

In fixing this we made sure to process the SAML assertions from only verified/authenticated contents. This will prevent future variants from coming up.

Note: this is distinct from the previous xml-crypto CVEs.

Database specific
{
    "cwe_ids": [
        "CWE-287",
        "CWE-347"
    ],
    "nvd_published_at": "2025-07-28T20:17:48Z",
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2025-07-28T20:38:44Z"
}
References

Affected packages

npm / @node-saml/node-saml

Package

Name
@node-saml/node-saml
View open source insights on deps.dev
Purl
pkg:npm/%40node-saml/node-saml

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.0

Database specific

{
    "last_known_affected_version_range": "<= 5.0.1"
}