SAP / open-ux-tools

Enable community collaboration to jointly promote and facilitate best in class tooling capabilities
Apache License 2.0
82 stars 33 forks source link

[Security] `follow-redirects` Information Exposure #1767

Open tobiasqueck opened 3 months ago

tobiasqueck commented 3 months ago

Description

follow-redirects is an open source, drop-in replacement for Node's http and https modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials too. This vulnerability may lead to credentials leak, but has been addressed in version 1.15.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.

More information at https://security.snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610

Tasks

donal-tobin-sap commented 2 months ago