-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Vulnerable Library - axios-1.6.5.tgz
Library home page: https://registry.npmjs.org/axios/-/axios-1.6.5.tgz
Path to dependency file: /interaction-content-download/package.json
Path to vulnerable library: /interaction-content-download/node_modules/axios/package.json,/interaction-content-delete/node_modules/axios/package.json
Vulnerabilities
| CVE | Severity | Exploit Maturity | EPSS | Dependency | Type | Fixed in (axios version) | Remediation Possible** | Reachability | |
|---|---|---|---|---|---|---|---|---|---|
| CVE-2024-39338 | 7.5 | Not Defined | 0.1% | axios-1.6.5.tgz | Direct | 1.7.4 | ✅ | ||
| CVE-2024-28849 | 6.5 | Not Defined | 0.0% | follow-redirects-1.15.4.tgz | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-39338
Vulnerable Library - axios-1.6.5.tgz
Library home page: https://registry.npmjs.org/axios/-/axios-1.6.5.tgz
Path to dependency file: /interaction-content-download/package.json
Path to vulnerable library: /interaction-content-download/node_modules/axios/package.json,/interaction-content-delete/node_modules/axios/package.json
Dependency Hierarchy:
- ❌ axios-1.6.5.tgz (Vulnerable Library)
Found in base branch: master
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.
Publish Date: 2024-08-09
URL: CVE-2024-39338
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.1%
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-8hc4-vh64-cxmj
Release Date: 2024-08-09
Fix Resolution: 1.7.4
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2024-28849
Vulnerable Library - follow-redirects-1.15.4.tgz
Library home page: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz
Path to dependency file: /interaction-content-download/package.json
Path to vulnerable library: /interaction-content-download/node_modules/follow-redirects/package.json,/interaction-content-delete/node_modules/follow-redirects/package.json
Dependency Hierarchy:
- axios-1.6.5.tgz (Root Library)
- ❌ follow-redirects-1.15.4.tgz (Vulnerable Library)
Found in base branch: master
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
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.
Publish Date: 2024-03-14
URL: CVE-2024-28849
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-cxjh-pqwp-8mfp
Release Date: 2024-03-14
Fix Resolution: follow-redirects - 1.15.6
⛑️Automatic Remediation will be attempted for this issue.