fix: upgrade @babel/plugin-transform-modules-systemjs to 7.29.4, 8.0.0-alpha.13 (CVE-2026-44728) - #1607
Open
anupamme wants to merge 1 commit into
Conversation
Automated dependency upgrade by OrbisAI Security
Contributor
|
Hey @anupamme, thanks for the pull request! Before we can review it, could you complete the pull request template? Right now:
|
i7Gamer
added a commit
to i7Gamer/MySpeed
that referenced
this pull request
Aug 26, 2026
…VE-2026-44728 The vulnerable 7.29.0 rode in transitively (vite-plugin-pwa -> workbox-build -> preset-env) and only runs at build time compiling workbox's own service worker, so exposure was near zero - but the override to ^7.29.4 (resolving 7.29.8) clears the scanner finding upstream PR gnmyt#1607 chases, without adopting that PR's mistake of adding the babel-8 alpha line as a direct dependency next to a preset-env that cannot use it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4, 8.0.0-alpha.13 to fix CVE-2026-44728.
Vulnerability
CVE-2026-44728client/bun.lock(dependency:@babel/plugin-transform-modules-systemjs)Description: Babel is a compiler for writing next generation JavaScript. From 7.12. ...
Evidence
Scanner confirmation: trivy rule
CVE-2026-44728flagged this pattern.Threat Model Context
This is a web service - vulnerabilities in request handlers are directly exploitable by remote attackers.
Changes
client/package.jsonclient/bun.lockBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security