Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm audit: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS #13758

Closed
3 tasks done
mozeryansky opened this issue Sep 24, 2024 · 2 comments · Fixed by #13761
Closed
3 tasks done
Assignees
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK

Comments

@mozeryansky
Copy link

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

8.31.0

Framework Version

No response

Link to Sentry event

No response

Reproduction Example/SDK Setup

When I run npm audit the suggestion is to download Sentry.

rollup  <3.29.5
Severity: high
DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS - https:/advisories/GHSA-gcx4-mw62-g8wm
fix available via `npm audit fix --force`
Will install @sentry/[email protected], which is a breaking change
node_modules/rollup
  @sentry/nextjs  >=7.12.0
  Depends on vulnerable versions of rollup
  node_modules/@sentry/nextjs

Steps to Reproduce

  1. npm i @sentry/nextjs@latest
  2. npm audit

Expected Result

No security issues

Actual Result

Image

@mozeryansky mozeryansky changed the title npm audti: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS npm audit: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS Sep 24, 2024
@github-actions github-actions bot added the Package: nextjs Issues related to the Sentry Nextjs SDK label Sep 24, 2024
@mozeryansky
Copy link
Author

mozeryansky commented Sep 24, 2024

npm ls rollup reveals this:

└─┬ @sentry/[email protected]
  ├─┬ @rollup/[email protected]
  │ ├─┬ @rollup/[email protected]
  │ │ └── [email protected] deduped
  │ └── [email protected] deduped
  └── [email protected]

But "rollup" is a peer dependency in the plugins defined as: "rollup": "^2.68.0||^3.0.0||^4.0.0", so the fix should come from Sentry.

Copy link
Contributor

A PR closing this issue has just been released 🚀

This issue was closed by PR #13761, which was included in the 8.32.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants