🛡️ CVE-2026-54756 — jodit

⚪ Unknown ✅ No Known Exploit CWE-1321 NVD
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Jodit has prototype pollution via Jodit.configure() / ConfigMerge

Summary

Jodit.configure(options) — and the internal ConfigMerge / ConfigProto helpers — merged user-supplied options into the editor configuration without filtering prototype-mutating keys. A payload nested under an existing plain-object option such as controls could reach and mutate Object.prototype (prototype pollution).

Affected

  • Package: jodit (npm)
  • Versions: < 4.12.18
  • Public API: Jodit.configure(options)

Proof of Concept

```js

import { Jodit } from 'jodit';

delete Object.prototype.polluted;

Jodit.configure(JSON.parse('{"controls":{"__proto__":{"polluted":"yes"}}}'));

console.log(({}).polluted); // "yes" (before the fix)

delete Object.prototype.polluted;

```

Impact

Applications that pass user-controlled or partially user-controlled configuration into Jodit.configure() could be vulnerable to prototype pollution: unexpected property injection, logic bypass, denial of service, or secondary security issues.

Patch

Fixed in 4.12.18 by rejecting __proto__, constructor, and prototype at every merge level in ConfigMerge and ConfigProto.

Credit

Responsibly reported by Junming Wu.

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. No user interaction is required. Rated impact: confidentiality low, integrity low, availability low.

Weakness class

CVE-2026-54756 is classified as CWE-1321: Prototype Pollution. Attacker input can modify an object prototype, changing behaviour for objects across the application.

Affected software

CVE-2026-54756 is recorded against 2 packages.

  • jodit
  • unknown

Timeline and source

Published on 31 July 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.

References

github.com (Web)
nvd.nist.gov (Advisory)
github.com (Web)
github.com (Package)
github.com (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N
CWE CWE-1321
Public Exploit ✅ No
Source NVD
Published 2026-07-31
Updated 2026-08-12
Modified 2026-07-31
Fix URL N/A

Affected Packages

Software From version Fixed in
jodit
unknown

Similar Threats

Free Vulnerability Check

Is your site affected by CVE-2026-54756?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against CVE-2026-54756 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.