CVE-2022-24719
Forwarding of confidentials headers to third parties in fluture-node
Description
Fluture-Node is a FP-style HTTP and streaming utils for Node based on Fluture. Using `followRedirects` or `followRedirectsWith` with any of the redirection strategies built into fluture-node 4.0.0 or 4.0.1, paired with a request that includes confidential headers such as Authorization or Cookie, exposes you to a vulnerability where, if the destination server were to redirect the request to a server on a third-party domain, or the same domain over unencrypted HTTP, the headers would be included in the follow-up request and be exposed to the third party, or potential http traffic sniffing. The redirection strategies made available in version 4.0.2 automatically redact confidential headers when a redirect is followed across to another origin. A workaround has been identified by using a custom redirection strategy via the `followRedirectsWith` function. The custom strategy can be based on the new strategies available in [email protected].
How to fix CVE-2022-24719
To remediate CVE-2022-24719, upgrade the affected package to a fixed version below.
- —upgrade to 4.0.2 or later
- —no fix listed
- —upgrade to 0c99bc511533d48be17dc6bfe641f7d0aeb34d77 or later
- —upgrade to 0c99bc511533d48be17dc6bfe641f7d0aeb34d77 or later
Is CVE-2022-24719 being exploited?
Low — EPSS is 0.4%, meaning exploitation activity has not been observed at scale.
Affected packages (4)
- >= 4.0.0, < 4.0.2
- from 0, <= 0.0.1
- from 0, < 0c99bc511533d48be17dc6bfe641f7d0aeb34d77, < 125e4474f910c1507f8ec3232848626fbc0f55c4 | from 0
- from 0, < 0c99bc511533d48be17dc6bfe641f7d0aeb34d77, < 125e4474f910c1507f8ec3232848626fbc0f55c4 | from 0
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N |
| osv | CVSS 3.1 | LOW2.6 | CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N |