Lucene search

K
cvelistGitHub_MCVELIST: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
www.cve.org
10
rollup
javascript
dom clobbering
xss
import.meta
cjs
umd
iife

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

EPSS

0

Percentile

16.3%

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.

CNA Affected

[
  {
    "vendor": "rollup",
    "product": "rollup",
    "versions": [
      {
        "version": "< 3.29.5",
        "status": "affected"
      },
      {
        "version": ">= 4.0.0, < 4.22.4",
        "status": "affected"
      }
    ]
  }
]

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

EPSS

0

Percentile

16.3%