Skip to content

Update dependency @intlify/core to v11.1.10 [SECURITY] - #5511

Open
openverse-bot wants to merge 1 commit into
mainfrom
gha-renovatenpm-intlify-core-vulnerability
Open

openverse-bot wants to merge 1 commit into
mainfrom
gha-renovatenpm-intlify-core-vulnerability

Conversation

@openverse-bot

@openverse-bot openverse-bot commented Nov 17, 2025 •

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
@intlify/core (source) devDependencies minor 11.0.1 -> 11.1.10

GitHub Vulnerability Alerts

CVE-2025-53892

Summary

The escapeParameterHtml: true option in Vue I18n is designed to protect against HTML/script injection by escaping interpolated parameters. However, this setting fails to prevent execution of certain tag-based payloads, such as <img src=x onerror=...>, if the interpolated value is inserted inside an HTML context using v-html.

This may lead to a DOM-based XSS vulnerability, even when using escapeParameterHtml: true, if a translation string includes minor HTML and is rendered via v-html.

Details

When escapeParameterHtml: true is enabled, it correctly escapes common injection points.

However, it does not sanitize entire attribute contexts, which can be used as XSS vectors via:

<img src=x onerror=alert(1)>

PoC

In your Vue I18n configuration:

const i18n = createI18n({
  escapeParameterHtml: true,
  messages: {
    en: {
      vulnerable: 'Caution: <img src=x onerror="{payload}">'
    }
  }
});

Use this interpolated payload:

const payload = '<script>alert("xss")</script>';
Render the translation using v-html (even not using v-html):

<p v-html="$t('vulnerable', { payload })"></p>
Expected: escaped content should render as text, not execute.

Actual: script executes in some environments (or the payload is partially parsed as HTML).

Impact

This creates a DOM-based Cross-Site Scripting (XSS) vulnerability despite enabling a security option (escapeParameterHtml) .


Release Notes

intlify/vue-i18n (@​intlify/core)

v11.1.10

Compare Source

🔒 Security Fixes
  • fix: DOM-based XSS via tag attributes for escape parameter, about details see GHSA-x8qp-wqqm-57ph

Full Changelog: intlify/vue-i18n@v11.1.9...v11.1.10

v11.1.9

Compare Source

Full Changelog: intlify/vue-i18n@v11.1.8...v11.1.9

v11.1.8

Compare Source

What's Changed
⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.7...v11.1.8

v11.1.7

Compare Source

What's Changed
🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.1.6...v11.1.7

v11.1.6

Compare Source

What's Changed
⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.5...v11.1.6

v11.1.5

Compare Source

What's Changed
🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.1.4...v11.1.5

v11.1.4

Compare Source

What's Changed
🌟 Features
⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.3...v11.1.4

v11.1.3

Compare Source

What's Changed
🐛 Bug Fixes
⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.2...v11.1.3

v11.1.2

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v11.1.1...v11.1.2

v11.1.1

Compare Source

Full Changelog: intlify/vue-i18n@v11.1.0...v11.1.1

v11.1.0

Compare Source

What's Changed

🌟 Features
📝️ Documentations

Full Changelog: intlify/vue-i18n@v11.0.1...v11.1.0


Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

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

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


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

This PR has been generated by Renovate Bot.

@openverse-bot
openverse-bot requested a review from a team as a code owner November 17, 2025 12:13
@openverse-bot openverse-bot added dependencies Pull requests that update a dependency file 💻 aspect: code Concerns the software code in the repository 🟨 tech: javascript Involves JavaScript 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: frontend Related to the Nuxt frontend labels Nov 17, 2025
@openverse-bot openverse-bot added 🟩 priority: low Low priority and doesn't need to be rushed 💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟨 tech: javascript Involves JavaScript 🧱 stack: frontend Related to the Nuxt frontend labels Nov 17, 2025
@openverse-bot openverse-bot moved this to 👀 Needs Review in Openverse PRs Nov 17, 2025
@github-actions

github-actions Bot commented Nov 17, 2025 •

Copy link
Copy Markdown

Latest k6 run output1

     ✓ status was 200

     checks.........................: 100.00% ✓ 416      ✗ 0   
     data_received..................: 97 MB   402 kB/s
     data_sent......................: 132 kB  549 B/s
     http_req_blocked...............: avg=106.52µs min=2.38µs   med=4.6µs    max=2.71ms   p(90)=159.99µs p(95)=874.98µs
     http_req_connecting............: avg=73.25µs  min=0s       med=0s       max=2.67ms   p(90)=98.44µs  p(95)=215.32µs
     http_req_duration..............: avg=144.05ms min=16.17ms  med=92.08ms  max=885.69ms p(90)=346.91ms p(95)=444.37ms
       { expected_response:true }...: avg=144.05ms min=16.17ms  med=92.08ms  max=885.69ms p(90)=346.91ms p(95)=444.37ms
   ✓ http_req_failed................: 0.00%   ✓ 0        ✗ 416 
     http_req_receiving.............: avg=166.29µs min=59.35µs  med=148.92µs max=3.13ms   p(90)=238.92µs p(95)=277.85µs
     http_req_sending...............: avg=28.66µs  min=8.48µs   med=22.28µs  max=1.22ms   p(90)=41.26µs  p(95)=64.51µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=143.85ms min=16.05ms  med=91.87ms  max=885.47ms p(90)=346.66ms p(95)=444.14ms
     http_reqs......................: 416     1.725349/s
     iteration_duration.............: avg=774.97ms min=262.11ms med=805.52ms max=1.6s     p(90)=1.07s    p(95)=1.11s   
     iterations.....................: 78      0.323503/s
     vus............................: 3       min=0      max=6 
     vus_max........................: 60      min=60     max=60

Footnotes

  1. This comment will automatically update with new output each time k6 runs for this PR ↩

@openverse-bot
openverse-bot force-pushed the gha-renovatenpm-intlify-core-vulnerability branch 12 times, most recently from b7becc7 to a2dc8c0 Compare November 24, 2025 08:12
@openverse-bot
openverse-bot force-pushed the gha-renovatenpm-intlify-core-vulnerability branch 12 times, most recently from 6f1887f to 2791ffb Compare December 10, 2025 14:43
@openverse-bot
openverse-bot force-pushed the gha-renovatenpm-intlify-core-vulnerability branch 6 times, most recently from 699ce62 to 1f32bc3 Compare December 19, 2025 05:10
@openverse-bot
openverse-bot force-pushed the gha-renovatenpm-intlify-core-vulnerability branch 4 times, most recently from 66e14b4 to 6f95a9d Compare December 21, 2025 06:11
@openverse-bot
openverse-bot force-pushed the gha-renovatenpm-intlify-core-vulnerability branch 4 times, most recently from 5460a0d to 9fbc125 Compare December 31, 2025 15:39
@openverse-bot
openverse-bot force-pushed the gha-renovatenpm-intlify-core-vulnerability branch 3 times, most recently from 4b7e66d to 704fe1d Compare January 8, 2026 05:11

This branch has not been deployed

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

Labels

💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: frontend Related to the Nuxt frontend 🟨 tech: javascript Involves JavaScript

Projects

Status: 👀 Needs Review

Development

Successfully merging this pull request may close these issues.

1 participant