Intel

AIKIDO-2026-484358

@tiptap/core is vulnerable to Denial of Service (DoS)

Denial of Service (DoS) Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published 3 days ago

22

Low Risk

This Affects:

JS@tiptap/core
2.11.0 - 3.26.1
Fixed in 3.27.0
Are you affected? Scan for Free

TL;DR

The rewriteUnknownContent helper sanitizes untrusted editor JSON by filtering unknown marks and nodes before content is loaded. When marks or content arrays contain null or undefined entries, the helper dereferenced those values and threw a TypeError, aborting sanitization. Applications that call this helper on attacker-controlled JSON could crash the editor workflow or fail to load documents. The fix drops nullish array entries instead of throwing while preserving existing handling for valid marks and nodes.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

@tiptap/core is vulnerable to Denial of Service (DoS) in versions 2.11.0 - 3.26.1.

How to fix this

Upgrade the @tiptap/core library to the patch version.