Vulnerabilities (CVE)

Filtered by vendor Node Saml Project Subscribe
Filtered by product Node Saml
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-40178 1 Node Saml Project 1 Node Saml 2023-12-10 N/A 5.3 MEDIUM
Node-SAML is a SAML library not dependent on any frameworks that runs in Node. The lack of checking of current timestamp allows a LogoutRequest XML to be reused multiple times even when the current time is past the NotOnOrAfter. This could impact the user where they would be logged out from an expired LogoutRequest. In bigger contexts, if LogoutRequests are sent out in mass to different SPs, this could impact many users on a large scale. This issue was patched in version 4.0.5.
CVE-2022-39300 1 Node Saml Project 1 Node Saml 2023-12-10 N/A 8.1 HIGH
node SAML is a SAML 2.0 library based on the SAML implementation of passport-saml. A remote attacker may be able to bypass SAML authentication on a website using passport-saml. A successful attack requires that the attacker is in possession of an arbitrary IDP signed XML element. Depending on the IDP used, fully unauthenticated attacks (e.g without access to a valid user) might also be feasible if generation of a signed message can be triggered. Users should upgrade to node-saml version 4.0.0-beta5 or newer. Disabling SAML authentication may be done as a workaround.