Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-47068
HistorySep 23, 2024 - 3:26 p.m.

CVE-2024-47068 DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS

2024-09-2315:26:09
CWE-79
GitHub_M
github.com
8
cve-2024
dom clobbering
rollup
javascript
xss
vulnerability
cross-site scripting

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

AI Score

5.8

Confidence

High

EPSS

0

Percentile

16.3%

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

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.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:rollup:rollup:*:*:*:*:*:*:*:*"
    ],
    "vendor": "rollup",
    "product": "rollup",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "3.29.5",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "4.0.0",
        "lessThan": "4.22.4",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

AI Score

5.8

Confidence

High

EPSS

0

Percentile

16.3%

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-47068