You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request is a simplified http request client.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) due to insufficient checks in the lib/redirect.js file by allowing insecure redirects in the default configuration, via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP).
NOTE: This package has been deprecated, so a fix is not expected. See request/request#3142.
Remediation
A fix was pushed into the master branch but not yet published.
Detailed paths
Overview
request is a simplified http request client.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) due to insufficient checks in the
lib/redirect.js
file by allowing insecure redirects in the default configuration, via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP).NOTE: This package has been deprecated, so a fix is not expected. See request/request#3142.
Remediation
A fix was pushed into the
master
branch but not yet published.References
SNYK-JS-REQUEST-3361831
(CVE-2023-28155) request@2.88.2
The text was updated successfully, but these errors were encountered: