{"api_version":"1","generated_at":"2026-07-23T11:53:58+00:00","cve":"CVE-2022-24719","urls":{"html":"https://cve.report/CVE-2022-24719","api":"https://cve.report/api/cve/CVE-2022-24719.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2022-24719","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2022-24719"},"summary":{"title":"CVE-2022-24719","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 fluture-node@4.0.2.","state":"PUBLIC","assigner":"security-advisories@github.com","published_at":"2022-03-01 21:15:00","updated_at":"2023-07-03 20:33:00"},"problem_types":["CWE-212"],"metrics":[],"references":[{"url":"https://github.com/psf/requests/pull/4718","name":"https://github.com/psf/requests/pull/4718","refsource":"MISC","tags":[],"title":"Strip Authorization header whenever root URL changes by bmerry · Pull Request #4718 · psf/requests · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/fluture-js/fluture-node/security/advisories/GHSA-32x6-qvw6-mxj4","name":"https://github.com/fluture-js/fluture-node/security/advisories/GHSA-32x6-qvw6-mxj4","refsource":"CONFIRM","tags":[],"title":"Forwarding of confidentials headers to third parties in fluture-node · Advisory · fluture-js/fluture-node · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/fluture-js/fluture-node/commit/0c99bc511533d48be17dc6bfe641f7d0aeb34d77","name":"https://github.com/fluture-js/fluture-node/commit/0c99bc511533d48be17dc6bfe641f7d0aeb34d77","refsource":"MISC","tags":[],"title":"Fix notion of cross-origin to include scheme changes · fluture-js/fluture-node@0c99bc5 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/fluture-js/fluture-node/commit/125e4474f910c1507f8ec3232848626fbc0f55c4","name":"https://github.com/fluture-js/fluture-node/commit/125e4474f910c1507f8ec3232848626fbc0f55c4","refsource":"MISC","tags":[],"title":"Update redirection strategies to drop confidential headers · fluture-js/fluture-node@125e447 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://www.cve.org/CVERecord?id=CVE-2022-24719","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2022-24719","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2022","cve_id":"24719","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"fluture-node_project","cpe5":"fluture-node","cpe6":"4.0.0","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"},{"cve_year":"2022","cve_id":"24719","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"fluture-node_project","cpe5":"fluture-node","cpe6":"4.0.0","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"node.js","cpe12":"*","cpe13":"*"},{"cve_year":"2022","cve_id":"24719","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"fluture-node_project","cpe5":"fluture-node","cpe6":"4.0.1","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"},{"cve_year":"2022","cve_id":"24719","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"fluture-node_project","cpe5":"fluture-node","cpe6":"4.0.1","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"node.js","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"security-advisories@github.com","ID":"CVE-2022-24719","STATE":"PUBLIC","TITLE":"Unauthorized forwarding of confidential headers in fluture-node"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"fluture-node","version":{"version_data":[{"version_value":">= 4.0.0, < 4.0.2"}]}}]},"vendor_name":"fluture-js"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"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 fluture-node@4.0.2."}]},"impact":{"cvss":{"attackComplexity":"HIGH","attackVector":"ADJACENT","availabilityImpact":"NONE","baseScore":2.6,"baseSeverity":"LOW","confidentialityImpact":"LOW","integrityImpact":"NONE","privilegesRequired":"LOW","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N","version":"3.1"}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"CWE-359: Exposure of Private Personal Information to an Unauthorized Actor"}]}]},"references":{"reference_data":[{"name":"https://github.com/fluture-js/fluture-node/security/advisories/GHSA-32x6-qvw6-mxj4","refsource":"CONFIRM","url":"https://github.com/fluture-js/fluture-node/security/advisories/GHSA-32x6-qvw6-mxj4"},{"name":"https://github.com/psf/requests/pull/4718","refsource":"MISC","url":"https://github.com/psf/requests/pull/4718"},{"name":"https://github.com/fluture-js/fluture-node/commit/0c99bc511533d48be17dc6bfe641f7d0aeb34d77","refsource":"MISC","url":"https://github.com/fluture-js/fluture-node/commit/0c99bc511533d48be17dc6bfe641f7d0aeb34d77"},{"name":"https://github.com/fluture-js/fluture-node/commit/125e4474f910c1507f8ec3232848626fbc0f55c4","refsource":"MISC","url":"https://github.com/fluture-js/fluture-node/commit/125e4474f910c1507f8ec3232848626fbc0f55c4"}]},"source":{"advisory":"GHSA-32x6-qvw6-mxj4","discovery":"UNKNOWN"}},"nvd":{"publishedDate":"2022-03-01 21:15:00","lastModifiedDate":"2023-07-03 20:33:00","problem_types":["CWE-212"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"REQUIRED","scope":"CHANGED","confidentialityImpact":"LOW","integrityImpact":"LOW","availabilityImpact":"NONE","baseScore":6.1,"baseSeverity":"MEDIUM"},"exploitabilityScore":2.8,"impactScore":2.7},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:M/Au:N/C:P/I:P/A:N","accessVector":"NETWORK","accessComplexity":"MEDIUM","authentication":"NONE","confidentialityImpact":"PARTIAL","integrityImpact":"PARTIAL","availabilityImpact":"NONE","baseScore":5.8},"severity":"MEDIUM","exploitabilityScore":8.6,"impactScore":4.9,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":true}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:fluture-node_project:fluture-node:4.0.0:*:*:*:*:node.js:*:*","cpe_name":[]},{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:fluture-node_project:fluture-node:4.0.1:*:*:*:*:node.js:*:*","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2022","CveId":"24719","Ordinal":"228211","Title":"CVE-2022-24719","CVE":"CVE-2022-24719","Year":"2022"},"notes":[{"CveYear":"2022","CveId":"24719","Ordinal":"1","NoteData":"** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.","Type":"Description","Title":null}]}}}