-
Notifications
You must be signed in to change notification settings - Fork 830
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
Dependency 'rollup' vulnerability: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS #3376
Comments
Please elaborate. |
I'll try to add: The version of rollup is quite old and has CVE-2024-47068, all sort of projects that uses workbox are affected by it (we got here by using docusaurus). github depenbot gives this an 8.3 which is quite high. |
This is fixed in roll-up 3.29.5, 4.22.4. |
It seems to also be fixed in v2.79.2, and according to CVE-2024-47068 this version does not have the vulnerability: This is the version which appears in the main branch: Line 74 in acb3c2b
And in the most recent release: Line 74 in c77dceb
This was done in #3359. |
This has been fixed for workbox directly, workbox-build still points to vulnerable version though |
@quarryman OK, I see that here:
And the actual version appearing in workbox/packages/workbox-build/package-lock.json Lines 2665 to 2667 in acb3c2b
This needs to be |
ref: #3354
workbox/packages/workbox-build/package.json
Line 42 in c77dceb
The text was updated successfully, but these errors were encountered: