Skip to content

fix(deps): update dependency @babel/runtime-corejs3 to v7.26.10 [security]#763

Merged
CarlosCortizasCT merged 4 commits intomainfrom
renovate/npm-babel-runtime-corejs3-vulnerability
Jun 30, 2025
Merged

fix(deps): update dependency @babel/runtime-corejs3 to v7.26.10 [security]#763
CarlosCortizasCT merged 4 commits intomainfrom
renovate/npm-babel-runtime-corejs3-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/runtime-corejs3 (source) 7.26.0 -> 7.26.10 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2025-27789

Impact

When using Babel to compile regular expression named capturing groups, Babel will generate a polyfill for the .replace method that has quadratic complexity on some specific replacement pattern strings (i.e. the second argument passed to .replace).

Your generated code is vulnerable if all the following conditions are true:

  • You use Babel to compile regular expression named capturing groups
  • You use the .replace method on a regular expression that contains named capturing groups
  • Your code uses untrusted strings as the second argument of .replace

If you are using @babel/preset-env with the targets option, the transform that injects the vulnerable code is automatically enabled if:

  • you use duplicated named capturing groups, and target any browser older than Chrome/Edge 126, Opera 112, Firefox 129, Safari 17.4, or Node.js 23
  • you use any named capturing groups, and target any browser older than Chrome 64, Opera 71, Edge 79, Firefox 78, Safari 11.1, or Node.js 10

You can verify what transforms @babel/preset-env is using by enabling the debug option.

Patches

This problem has been fixed in @babel/helpers and @babel/runtime 7.26.10 and 8.0.0-alpha.17, please upgrade. It's likely that you do not directly depend on @babel/helpers, and instead you depend on @babel/core (which itself depends on @babel/helpers). Upgrading to @babel/core 7.26.10 is not required, but it guarantees that you are on a new enough @babel/helpers version.

Please note that just updating your Babel dependencies is not enough: you will also need to re-compile your code.

Workarounds

If you are passing user-provided strings as the second argument of .replace on regular expressions that contain named capturing groups, validate the input and make sure it does not contain the substring $< if it's then not followed by > (possibly with other characters in between).

References

This vulnerability was reported and fixed in https://github.com/babel/babel/pull/17173.


Release Notes

babel/babel (@​babel/runtime-corejs3)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.7

Compare Source

🐛 Bug Fix

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from a team as code owners March 20, 2025 13:56
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 20, 2025

⚠️ No Changeset found

Latest commit: c2259f3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/npm-babel-runtime-corejs3-vulnerability branch from 321ccd6 to 4cc2a15 Compare April 7, 2025 15:14
@renovate renovate Bot force-pushed the renovate/npm-babel-runtime-corejs3-vulnerability branch 3 times, most recently from e53bb90 to e3a4b0a Compare April 24, 2025 11:15
@renovate renovate Bot force-pushed the renovate/npm-babel-runtime-corejs3-vulnerability branch from e3a4b0a to 8101c09 Compare May 12, 2025 08:00
@renovate renovate Bot force-pushed the renovate/npm-babel-runtime-corejs3-vulnerability branch from 8101c09 to 56bf203 Compare June 30, 2025 16:26
@renovate renovate Bot force-pushed the renovate/npm-babel-runtime-corejs3-vulnerability branch from 56bf203 to 1b8a10e Compare June 30, 2025 16:30
@CarlosCortizasCT CarlosCortizasCT merged commit 569c154 into main Jun 30, 2025
4 checks passed
@CarlosCortizasCT CarlosCortizasCT deleted the renovate/npm-babel-runtime-corejs3-vulnerability branch June 30, 2025 16:33
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 30, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant