Vulnerabilities/

jodit: Prototype pollution in Jodit via Jodit.modules.Helpers.set()

Severity:
Medium

Description

Jodit.modules.Helpers.set(chain, value, obj) walks the dot-separated chain, creating and following each path segment, without filtering prototype-mutating keys. A chain that begins with (or contains) __proto__, constructor, or prototype lets the final assignment reach and mutate Object.prototype (prototype pollution).

Recommendation

Update the jodit package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
jodit
Anything's wrong? Let us know Last updated on July 31, 2026