Skip to main content

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

CVE-2024-52809

Severity Medium
Score 5.3/10

Summary

The package vue-i18n is an internationalization plugin for "Vue.js". In affected versions, vue-i18n can be passed locale messages to `createI18n` or `useI18n`. When locale message ASTs are generated in development mode, there is a possibility of Cross-site Scripting attack. Users are advised to upgrade. There are no known workarounds for this vulnerability. This issue affects packages @intlify/core, @intlify/core-base, @intlify/vue-i18n-core, petite-vue-i18n and vue-i18n 9.3.0-beta.0 through 9.14.1, and 10.0.0-alpha.1 through 10.0.4, and 11.0.0-beta.0 through 11.0.0-beta.1.

  • LOW
  • NETWORK
  • PASSIVE
  • NONE

CWE-79 - Cross Site Scripting

Cross-Site Scripting, commonly referred to as XSS, is the most dominant class of vulnerabilities. It allows an attacker to inject malicious code into a pregnable web application and victimize its users. The exploitation of such a weakness can cause severe issues such as account takeover, and sensitive data exfiltration. Because of the prevalence of XSS vulnerabilities and their high rate of exploitation, it has remained in the OWASP top 10 vulnerabilities for years.

Advisory Timeline

  • Published