doc-site-0.0.0.tgz: 8 vulnerabilities (highest severity is: 7.5)
Vulnerable Library - doc-site-0.0.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (doc-site version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2025-59343 | 7.5 | tar-fs-3.0.4.tgz | Transitive | N/A* | ❌ | |
| CVE-2025-48387 | 7.5 | tar-fs-3.0.4.tgz | Transitive | N/A* | ❌ | |
| CVE-2024-45296 | 7.5 | path-to-regexp-1.8.0.tgz | Transitive | N/A* | ❌ | |
| CVE-2024-37890 | 7.5 | detected in multiple dependencies | Transitive | N/A* | ❌ | |
| CVE-2024-12905 | 7.5 | tar-fs-3.0.4.tgz | Transitive | N/A* | ❌ | |
| CVE-2025-64718 | 5.3 | detected in multiple dependencies | Transitive | N/A* | ❌ | |
| CVE-2025-7339 | 3.4 | on-headers-1.0.2.tgz | Transitive | N/A* | ❌ | |
| CVE-2025-5889 | 3.1 | detected in multiple dependencies | 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-2025-59343
Vulnerable Library - tar-fs-3.0.4.tgz
Library home page: https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- plugin-ideal-image-3.9.2.tgz
- sharp-0.32.6.tgz
- :x: tar-fs-3.0.4.tgz (Vulnerable Library)
- sharp-0.32.6.tgz
- plugin-ideal-image-3.9.2.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
tar-fs provides filesystem bindings for tar-stream. Versions prior to 3.1.1, 2.1.3, and 1.16.5 are vulnerable to symlink validation bypass if the destination directory is predictable with a specific tarball. This issue has been patched in version 3.1.1, 2.1.4, and 1.16.6. A workaround involves using the ignore option on non files/directories.
Publish Date: 2025-09-24
URL: CVE-2025-59343
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: None
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://github.com/advisories/GHSA-vj76-c3g6-qr5v
Release Date: 2025-09-24
Fix Resolution: tar-fs - 3.1.1,tar-fs - 2.1.4,tar-fs - 1.16.6
Step up your Open Source Security Game with Mend here
CVE-2025-48387
Vulnerable Library - tar-fs-3.0.4.tgz
Library home page: https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- plugin-ideal-image-3.9.2.tgz
- sharp-0.32.6.tgz
- :x: tar-fs-3.0.4.tgz (Vulnerable Library)
- sharp-0.32.6.tgz
- plugin-ideal-image-3.9.2.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
tar-fs provides filesystem bindings for tar-stream. Versions prior to 3.0.9, 2.1.3, and 1.16.5 have an issue where an extract can write outside the specified dir with a specific tarball. This has been patched in versions 3.0.9, 2.1.3, and 1.16.5. As a workaround, use the ignore option to ignore non files/directories.
Publish Date: 2025-06-02
URL: CVE-2025-48387
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: None
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://github.com/advisories/GHSA-8cj5-5rvv-wf4v
Release Date: 2025-06-02
Fix Resolution: tar-fs - 1.16.5,https://github.com/mafintosh/tar-fs.git - v3.0.9,https://github.com/mafintosh/tar-fs.git - v1.16.5,tar-fs - 3.0.9,tar-fs - 2.1.3,https://github.com/mafintosh/tar-fs.git - v2.1.3
Step up your Open Source Security Game with Mend here
CVE-2024-45296
Vulnerable Library - path-to-regexp-1.8.0.tgz
Express style path to RegExp utility
Library home page: https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- core-3.9.2.tgz
- react-router-5.3.4.tgz
- :x: path-to-regexp-1.8.0.tgz (Vulnerable Library)
- react-router-5.3.4.tgz
- core-3.9.2.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a DoS. The bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period (.). For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0.
Publish Date: 2024-09-09
URL: CVE-2024-45296
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: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j
Release Date: 2024-09-09
Fix Resolution: path-to-regexp - 0.1.10,1.9.0,3.3.0,6.3.0,8.0.0
Step up your Open Source Security Game with Mend here
CVE-2024-37890
Vulnerable Libraries - ws-7.5.4.tgz, ws-8.13.0.tgz
ws-7.5.4.tgz
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
Library home page: https://registry.npmjs.org/ws/-/ws-7.5.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- core-3.9.2.tgz
- webpack-bundle-analyzer-4.10.2.tgz
- :x: ws-7.5.4.tgz (Vulnerable Library)
- webpack-bundle-analyzer-4.10.2.tgz
- core-3.9.2.tgz
ws-8.13.0.tgz
Library home page: https://registry.npmjs.org/ws/-/ws-8.13.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- graphql-config-5.1.5.tgz
- url-loader-8.0.0.tgz
- executor-graphql-ws-1.0.0.tgz
- :x: ws-8.13.0.tgz (Vulnerable Library)
- executor-graphql-ws-1.0.0.tgz
- url-loader-8.0.0.tgz
- graphql-config-5.1.5.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] (e55e510) and backported to [email protected] (22c2876), [email protected] (eeb76d3), and [email protected] (4abd8f6). In vulnerable versions of ws, the issue can be mitigated in the following ways: 1. Reduce the maximum allowed length of the request headers using the --max-http-header-size=size and/or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent. 2. Set server.maxHeadersCount to 0 so that no limit is applied.
Publish Date: 2024-06-17
URL: CVE-2024-37890
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: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q
Release Date: 2024-06-17
Fix Resolution: ws - 5.2.4,6.2.3,7.5.10,8.17.1
Step up your Open Source Security Game with Mend here
CVE-2024-12905
Vulnerable Library - tar-fs-3.0.4.tgz
Library home page: https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- plugin-ideal-image-3.9.2.tgz
- sharp-0.32.6.tgz
- :x: tar-fs-3.0.4.tgz (Vulnerable Library)
- sharp-0.32.6.tgz
- plugin-ideal-image-3.9.2.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
An Improper Link Resolution Before File Access ("Link Following") and Improper Limitation of a Pathname to a Restricted Directory ("Path Traversal"). This vulnerability occurs when extracting a maliciously crafted tar file, which can result in unauthorized file writes or overwrites outside the intended extraction directory. The issue is associated with index.js in the tar-fs package. This issue affects tar-fs: from 0.0.0 before 1.16.4, from 2.0.0 before 2.1.2, from 3.0.0 before 3.0.8.
Publish Date: 2025-03-27
URL: CVE-2024-12905
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: None
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Release Date: 2025-03-27
Fix Resolution: https://github.com/mafintosh/tar-fs.git - v2.1.2,tar-fs - 3.0.8,tar-fs - 1.16.4,https://github.com/mafintosh/tar-fs.git - v1.16.4,tar-fs - 2.1.2,https://github.com/mafintosh/tar-fs.git - v3.0.8
Step up your Open Source Security Game with Mend here
CVE-2025-64718
Vulnerable Libraries - js-yaml-4.1.0.tgz, js-yaml-3.14.1.tgz
js-yaml-4.1.0.tgz
YAML 1.2 parser and serializer
Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- preset-classic-3.9.2.tgz
- plugin-content-docs-3.9.2.tgz
- :x: js-yaml-4.1.0.tgz (Vulnerable Library)
- plugin-content-docs-3.9.2.tgz
- preset-classic-3.9.2.tgz
js-yaml-3.14.1.tgz
YAML 1.2 parser and serializer
Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- core-3.9.2.tgz
- utils-3.9.2.tgz
- gray-matter-4.0.3.tgz
- :x: js-yaml-3.14.1.tgz (Vulnerable Library)
- gray-matter-4.0.3.tgz
- utils-3.9.2.tgz
- core-3.9.2.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
js-yaml is a JavaScript YAML parser and dumper. In js-yaml 4.1.0 and below, it's possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution ("proto"). All users who parse untrusted yaml documents may be impacted. The problem is patched in js-yaml 4.1.1. Users can protect against this kind of attack on the server by using "node --disable-proto=delete" or "deno" (in Deno, pollution protection is on by default).
Publish Date: 2025-11-13
URL: CVE-2025-64718
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://github.com/advisories/GHSA-mh29-5h37-fv8m
Release Date: 2025-11-13
Fix Resolution: js-yaml - 4.1.1,js-yaml - 3.14.2
Step up your Open Source Security Game with Mend here
CVE-2025-7339
Vulnerable Library - on-headers-1.0.2.tgz
Execute a listener when a response is about to write headers
Library home page: https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- core-3.9.2.tgz
- webpack-dev-server-5.2.2.tgz
- compression-1.7.4.tgz
- :x: on-headers-1.0.2.tgz (Vulnerable Library)
- compression-1.7.4.tgz
- webpack-dev-server-5.2.2.tgz
- core-3.9.2.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
on-headers is a node.js middleware for listening to when a response writes headers. A bug in on-headers versions "<1.1.0" may result in response headers being inadvertently modified when an array is passed to "response.writeHead()". Users should upgrade to version 1.1.0 to receive a patch. Uses are strongly encouraged to upgrade to "1.1.0", but this issue can be worked around by passing an object to "response.writeHead()" rather than an array. Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2025-07-17
URL: CVE-2025-7339
CVSS 3 Score Details (3.4)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://github.com/advisories/GHSA-76c9-3jph-rj3q
Release Date: 2025-07-17
Fix Resolution: on-headers - 1.1.0,https://github.com/jshttp/on-headers.git - v1.1.0
Step up your Open Source Security Game with Mend here
CVE-2025-5889
Vulnerable Libraries - brace-expansion-1.1.11.tgz, brace-expansion-2.0.1.tgz
brace-expansion-1.1.11.tgz
Brace expansion as known from sh/bash
Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- core-3.9.2.tgz
- serve-handler-6.1.6.tgz
- minimatch-3.1.2.tgz
- :x: brace-expansion-1.1.11.tgz (Vulnerable Library)
- minimatch-3.1.2.tgz
- serve-handler-6.1.6.tgz
- core-3.9.2.tgz
brace-expansion-2.0.1.tgz
Brace expansion as known from sh/bash
Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- doc-site-0.0.0.tgz (Root Library)
- graphql-config-5.1.5.tgz
- minimatch-9.0.5.tgz
- :x: brace-expansion-2.0.1.tgz (Vulnerable Library)
- minimatch-9.0.5.tgz
- graphql-config-5.1.5.tgz
Found in HEAD commit: da0c9c84fdbc82b3b8e2221482a86225136e26be
Found in base branch: main
Vulnerability Details
A vulnerability was found in juliangruber brace-expansion up to 1.1.11. It has been rated as problematic. Affected by this issue is the function expand of the file index.js. The manipulation leads to inefficient regular expression complexity. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. The name of the patch is a5b98a4f30d7813266b221435e1eaaf25a1b0ac5. It is recommended to apply a patch to fix this issue. Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2025-06-09
URL: CVE-2025-5889
CVSS 3 Score Details (3.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
Release Date: 2025-06-09
Fix Resolution: brace-expansion - 1.1.12,brace-expansion - 4.0.1
Step up your Open Source Security Game with Mend here
:heavy_check_mark: This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.
:information_source: This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.