-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Vulnerabilities
CVE | Severity | Dependency | Type | Fixed in (autotrack version) | Remediation Possible** | Reachability | |
---|---|---|---|---|---|---|---|
CVE-2024-47068 | 6.1 | rollup-0.41.6.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-47068
Vulnerable Library - rollup-0.41.6.tgz
Next-generation ES6 module bundler
Library home page: https://registry.npmjs.org/rollup/-/rollup-0.41.6.tgz
Dependency Hierarchy:
- autotrack-2.4.1.tgz (Root Library)
- ❌ rollup-0.41.6.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
Rollup is a module bundler for JavaScript. Versions prior to 3.29.5 and 4.22.4 are susceptible to a DOM Clobbering vulnerability when bundling scripts with properties from import.meta
(e.g., import.meta.url
) in cjs
/umd
/iife
format. The DOM Clobbering gadget can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements (e.g., an img
tag with an unsanitized name
attribute) are present. Versions 3.29.5 and 4.22.4 contain a patch for the vulnerability.
Publish Date: 2024-09-23
URL: CVE-2024-47068
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-gcx4-mw62-g8wm
Release Date: 2024-09-23
Fix Resolution: rollup - 3.29.5,4.22.4