Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. i18next-fs-backend
  4. ›
  5. CVE-2026-48713

CVE-2026-48713: i18next-fs-backend vulnerable to prototype pollution via crafted missing-key string

June 25, 2026

i18next-fs-backend ≤ 2.6.5, when used to persist missing translation keys (e.g. via i18next-http-middleware’s missingKeyHandler exposed to untrusted input), is vulnerable to prototype pollution via crafted missing-key strings.

Backend.writeFile() splits each queued missing-key string on the configured keySeparator (default .) before calling the internal setPath() walker. The walker (getLastOfPath in lib/utils.js) did not guard against unsafe segments, so a key like "__proto__.polluted" was split into ["__proto__", "polluted"] and walked straight into Object.prototype, allowing an attacker to write arbitrary properties onto the global object prototype.

Depending on the host application, polluted prototype properties may cause crashes, corrupted translation behaviour, configuration poisoning, or bypasses of property-based security checks.

References

  • github.com/advisories/GHSA-2933-q333-qg83
  • github.com/i18next/i18next-fs-backend/commit/3ab0448087da6935a40117f904b7457281f963f4
  • github.com/i18next/i18next-fs-backend/security/advisories/GHSA-2933-q333-qg83
  • nvd.nist.gov/vuln/detail/CVE-2026-48713

Code Behaviors & Features

Detect and mitigate CVE-2026-48713 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.6.6

Fixed versions

  • 2.6.6

Solution

Upgrade to version 2.6.6 or above.

Impact 9.1 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Source file

npm/i18next-fs-backend/CVE-2026-48713.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 10 Jul 2026 12:16:59 +0000.