chore(deps): update dependency @babel/core to v7.29.6 [security] - #1067
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
2 times, most recently
from
July 16, 2026 15:37
df4dc72 to
0422ad9
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
2 times, most recently
from
July 24, 2026 19:39
8e02a6a to
2a9a731
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
from
July 30, 2026 16:33
2a9a731 to
a271bf4
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
2 times, most recently
from
August 14, 2026 20:36
c311346 to
205ac49
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
from
August 26, 2026 18:56
205ac49 to
3d1d6ed
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
4 times, most recently
from
September 9, 2026 20:02
aa8ca5b to
8a8abb7
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
2 times, most recently
from
September 15, 2026 15:02
7eb63ce to
141c44d
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
from
September 18, 2026 19:35
141c44d to
4f5a79f
Compare
renovate
Bot
force-pushed
the
renovate/npm-babel-core-vulnerability
branch
from
September 25, 2026 02:45
4f5a79f to
db2ba45
Compare
This branch has not been deployed
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.
This PR contains the following updates:
7.29.0→7.29.6@babel/core: Arbitrary File Read via sourceMappingURL Comment
CVE-2026-49356 / GHSA-4x5r-pxfx-6jf8
More information
Details
Impact
Using
@babel/coreto compile maliciously crafted code can allow ab attacker to read any source map from the system that is running Babel, if these conditions are all true:Users that only compile trusted code are not impacted.
Patches
The vulnerability has been fixed in
@babel/core@7.29.6and@babel/core@8.0.0-rc.6.Workarounds
Callers can mitigate the issue without upgrading by setting
inputSourceMap: falsein their Babel options.Callers can also manually extract the
#sourceMappingURLcomment from the input source code, validate whether the source map that it links to is allowed to be read, and if it is pass an object toinputSourceMap(passingfalsewhen it's not).Credits
Thanks Teodor-Cristian Radoi for reporting the vulnerability.
Severity
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
babel/babel (@babel/core)
v7.29.6Compare Source
v7.29.6 (2026-05-25)
🐛 Bug Fix
babel-generatorbabel-corebabel-core,babel-generatorCommitters: 3
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.