Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @node-saml/node-saml
  4. ›
  5. CVE-2023-40178

CVE-2023-40178: @node-saml/node-saml's validatePostRequestAsync does not include checkTimestampsValidityError

August 21, 2023

Summary

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.

Details

It was noticed that in the validatePostRequestAsync() flow in saml.js, the current timestamp is never checked. This could present a vulnerability where a user who has an XML LogoutRequest could validated it if the IssueInstance and the NotOnOrAfter are valid along with valid credentials (signature, certificate etc.).

PoC

I was able to validate a sample valid LogoutRequest XML multiple times through postman by sending it to my endpoint regardless if the current present time was past the NotOnOrAfter time. After some further testing, it seems that only the IssueInstance is checked against NotOnOrAfter. Not sure if this was the intended behaviour but I believe having a never expiring valid LogoutRequest could be dangerous.

Impact

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.

References

  • github.com/advisories/GHSA-vx8m-6fhw-pccw
  • github.com/node-saml/node-saml/commit/045e3b9c54211fdb95f96edf363679845b195cec
  • github.com/node-saml/node-saml/releases/tag/v4.0.5
  • github.com/node-saml/node-saml/security/advisories/GHSA-vx8m-6fhw-pccw

Code Behaviors & Features

Detect and mitigate CVE-2023-40178 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.0.5

Fixed versions

  • 4.0.5

Solution

Upgrade to version 4.0.5 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Source file

npm/@node-saml/node-saml/CVE-2023-40178.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:48 +0000.