GHSA-qrfj-mgw8-j9c6
@platejs/core HTML deserialization can trigger browser behavior during parsing
Quick fix
GHSA-qrfj-mgw8-j9c6 — @platejs/core: upgrade to the fixed version with the command below.
npm install @platejs/core@53.3.11Details
### Summary
HTML strings passed to Plate's core deserialization APIs were parsed in the active document. Certain HTML attributes could therefore trigger browser behavior during parsing, before the content was converted into editor nodes.
Applications that deserialize HTML from untrusted or cross-user sources may be affected.
### Impact
An attacker who can control HTML later deserialized in another user's browser may be able to execute script in that application's origin.
### Remediation
Upgrade to `@platejs/core` 53.3.11 or later. Users of the discontinued 54.0.0 beta builds should install the fixed stable line. Applications should also sanitize untrusted HTML before rendering it; inert parsing is not a substitute for sanitization.
Are you affected?
Enter the version of the package you're using.
Affected packages
54.0.0-beta.0No fixed version published yet for @platejs/core (npm). Pin to a known-safe version or switch to an alternative.
References
- https://github.com/udecode/plate/security/advisories/GHSA-qrfj-mgw8-j9c6[WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-88976[ADVISORY]
- https://github.com/udecode/plate/pull/5117[WEB]
- https://github.com/udecode/plate/commit/d02afe45d5ec3a9fb95e0745bc5820ff18a3c12b[WEB]
- https://github.com/udecode/plate[PACKAGE]
- https://github.com/udecode/plate/releases/tag/v53.3.11[WEB]