CVE-2025-27597

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-27597
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-27597.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-27597
Aliases
Published
2025-03-07T15:51:39Z
Modified
2025-10-14T14:34:12Z
Severity
  • 8.9 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P CVSS Calculator
Summary
Vue I18n Prototype Pollution in `handleFlatJson`
Details

Vue I18n is the internationalization plugin for Vue.js. @intlify/message-resolver and @intlify/vue-i18n-core are vulnerable to Prototype Pollution through the entry function: handleFlatJson. An attacker can supply a payload with Object.prototype setter to introduce or modify properties within the global prototype chain, causing denial of service (DoS) a the minimum consequence. Moreover, the consequences of this vulnerability can escalate to other injection-based attacks, depending on how the library integrates within the application. For instance, if the polluted property propagates to sensitive Node.js APIs (e.g., exec, eval), it could enable an attacker to execute arbitrary commands within the application's context.

References

Affected packages

Git /

Affected ranges

Database specific

{
    "unresolved_versions": [
        {
            "type": "",
            "events": [
                {
                    "introduced": "9.1.0"
                },
                {
                    "fixed": "9.14.3"
                }
            ]
        },
        {
            "type": "",
            "events": [
                {
                    "introduced": "10.0.0-alpha.1"
                },
                {
                    "fixed": "10.0.6"
                }
            ]
        },
        {
            "type": "",
            "events": [
                {
                    "introduced": "11.0.0-beta.0"
                },
                {
                    "fixed": "11.1.2"
                }
            ]
        }
    ]
}