CVE-2026-48713General(i18next / i18next-fs-backend)

LOWCVSS 9.1 · CRITICAL

Signal is active with 1 mentions in latest observed window

Immediate actions

  • Patch i18next i18next-fs-backend systems immediately

Recommended action window: Monitor and triage in normal cycle

NVD description

Versions prior to 2.6.6 are vulnerable to prototype pollution via crafted missing-key strings when used to persist missing translation keys (e.g. via i18next-http-middleware's missingKeyHandler exposed to untrusted input). 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. Applications are affected only if the missingKeyHandler (or another route that forwards untrusted request bodies to i18next.t(..., { ... }) with saveMissing: true) is reachable by untrusted users and the default behaviour of splitting missing-key strings on keySeparator is in use (i.e. keySeparator is not false). Apps that do not expose missing-key persistence to untrusted input are not directly affected through this attack path. This issue has been fixed in version 2.6.6. If developers using the library are unable to upgrade immediately, they should take the following precautions: do not expose i18next-http-middleware's missingKeyHandler to untrusted users (mount it behind authentication, or remove the route), disable missing-key persistence (saveMissing: false, or no backend.create implementation) when accepting writes from untrusted input, and set keySeparator: false in their i18next options to disable backend key splitting (note: this also disables nested translation keys).

0.5/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-1321

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

STABLE

Are you affected?

If you run products in this scope, you should treat this CVE as relevant to your environment.

  • i18next-fs-backend

Threat summary

  • Patch or workaround signal is available
  • 3 mentions across 3 observed days
  • Momentum state: stable

What's happening

  • Patch or workaround mentioned in 1 signal
  • Technical details provided in 2 signals
  • General: 1 classified signal
  • Disclosure: 1 classified signal
  • Peaked 2d ago at 1 mentions (2026-06-16); latest day: 1
  • 3 total mentions across 3 days

Affected systems

Vendors
Products
i18next-fs-backend

Deep dive

Activity timeline3 mentions / 3d
00111Mentions · 2026-06-16: 1Mentions · 2026-06-18: 1Mentions · 2026-06-25: 1Patch / Workaround · 2026-06-18: 1Technical Details · 2026-06-18: 1Technical Details · 2026-06-25: 106-1606-1806-25
Signal classification3 categories
General
133.3%
Patch
133.3%
Disclosure
133.3%
Referenced assets3 URLs
Classification over time
DateTotalLabels
2026-06-161
General1
2026-06-181
Patch1
2026-06-251
Disclosure1
Full discourse3 posts
  • Daily CyberSecurity@the_yellow_fall
    Patch

    CVE-2026-48713 exposes i18next prototype pollution in i18next-fs-backend, a CVSS 9.1 flaw threatening 1M+ weekly downloads. Update to 2.6.6 now. #i18next #PrototypePollution #CVE202648713 #NodeJS #npm #Vulnerability https://securityonline.info/i18next-prototype-pollution https://t.co/OYT99DPJUV

    Post summary

    The tweet reports a high‑severity prototype pollution flaw (CVE‑2026‑48713) in i18next-fs-backend and urges users to update to version 2.6.6 for remediation.

    01021379
    12.8K followersView on X
  • DailyCVE@dailycve
    Disclosure

    🔴 i18next-fs-backend, Prototype Pollution, #CVE-2026-48713 (Critical) -DC-Jun2026-630 https://dailycve.com/i18next-fs-backend-prototype-pollution-cve-2026-48713-critical-dc-jun2026-630/

    Post summary

    The post announces a new prototype‑pollution vulnerability (CVE‑2026‑48713) in i18next‑fs‑backend, rated critical, but does not provide any PoC, exploit code, or patch information.

    0000043
    216 followersView on X
  • Vulmon Vulnerability Feed@VulmonFeeds
    General

    CVE-2026-48713 Prototype Pollution in i18next Versions Prior to 2.6.6 via Missing Keys https://vulmon.com/vulnerabilitydetails?qid=CVE-2026-48713

    Post summary

    The post briefly notes a prototype pollution vulnerability in i18next versions prior to 2.6.6 with no additional technical, exploitation, or mitigation details.

    0000052
    4.0K followersView on X
CPE platform detail1 entries

1 of 1 entries

PartVendorProductVersionTarget SWTarget HW
Appi18nexti18next-fs-backend-node.js-

Explore more