Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Confidence
vue (source) ^2.5.16 -> ^2.5.16 || ^3.0.0 age confidence
vue (source) 2.6.10 -> 3.0.0 age confidence

GitHub Vulnerability Alerts

CVE-2024-9506

The ReDoS can be exploited through the parseHTML function in the html-parser.ts file. This flaw allows attackers to slow down the application by providing specially crafted input that causes inefficient processing of regular expressions, leading to excessive resource consumption.

To demonstrate this vulnerability, here's an example. In a Vue client-side application, create a new Vue instance with a template string that includes a <script> tag but closes it incorrectly with something like </textarea>.

new Vue({
  el: '#app',
  template: '
    <div>
      Hello, world!
      <script>${'<'.repeat(1000000)}</textarea>
    </div>'
});

Next, set up a basic HTML page (e.g., index.html) to load this JavaScript and mount the Vue instance:

<!DOCTYPE html>
<html>
<head>
  <title>My first Vue app</title>
</head>
<body>
  <div id=\"app\">Loading...</div>
</body>
</html>

When you visit the app in your browser at http://localhost:3000, you'll notice that the time taken to parse and mount the Vue application increases significantly due to the ReDoS vulnerability, demonstrating how the flaw can affect performance.


Release Notes

vuejs/core (vue)

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

v3.5.20

Compare Source

Bug Fixes

v3.5.19

Compare Source

Bug Fixes

v3.5.18

Compare Source

Bug Fixes

v3.5.17

Compare Source

Bug Fixes

v3.5.16

Compare Source

Reverts

v3.5.15

Compare Source

Bug Fixes

v3.5.14

Compare Source

Bug Fixes
Features

v3.5.13

Compare Source

Bug Fixes
Performance Improvements

v3.5.12

Compare Source

Bug Fixes

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 force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from dd9b19a to 9f9ba30 Compare October 28, 2024 16:35
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from b140adc to 1140122 Compare December 2, 2024 13:52
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 4 times, most recently from f941f53 to a5db7a9 Compare December 22, 2024 18:49
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from f15c042 to d53cd33 Compare January 14, 2025 23:35
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 3 times, most recently from 6b21873 to 2801048 Compare January 30, 2025 14:20
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch from 2801048 to 3426b88 Compare January 30, 2025 18:32
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from 68a65c5 to 2505f2d Compare February 9, 2025 16:34
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from f8e4cc3 to 617cb1a Compare March 3, 2025 22:05
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 6 times, most recently from e4c27b4 to 4662946 Compare March 17, 2025 22:54
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from fc89d1e to b481380 Compare April 1, 2025 19:55
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from d5dce47 to 62c8e53 Compare April 24, 2025 17:28
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from ed86fba to 0877da8 Compare May 7, 2025 22:24
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 4 times, most recently from 1449e80 to 8c9ba24 Compare May 19, 2025 23:39
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 4 times, most recently from bbb39d5 to 8464177 Compare June 4, 2025 09:51
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 4 times, most recently from 5abf1d8 to 23677b0 Compare June 22, 2025 18:02
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from ab49e0f to e807dd0 Compare July 2, 2025 21:55
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 4 times, most recently from 3ce1223 to d4ce891 Compare August 13, 2025 18:03
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from 9c6a69a to e8b2049 Compare August 19, 2025 22:01
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from 809f79f to d1217d0 Compare August 31, 2025 13:58
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from a54a64f to 1a957ae Compare September 25, 2025 22:38
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from 9e9c589 to 4abf3bb Compare October 22, 2025 00:06
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch 2 times, most recently from a59f23b to bf0887c Compare November 11, 2025 00:59
@renovate renovate bot force-pushed the renovate/npm-vue-vulnerability branch from bf0887c to 87c1ffd Compare November 18, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant