CVE-2026-47110 PUBLISHED

Tiptap for PHP < 2.1.1 DoS via Malformed href Attribute

Assigner: VulnCheck
Reserved: 18.05.2026 Published: 24.06.2026 Updated: 24.06.2026

Tiptap for PHP before version 2.1.1 contains an input validation vulnerability that allows authenticated attackers to cause a denial of service by submitting Tiptap JSON with the attrs.href field set to an array instead of a string, causing an unhandled TypeError in the Link::isAllowedUri() function when passed to preg_match(). Attackers can persist malformed JSON records that permanently crash the server-side HTML rendering pipeline for all subsequent viewers of that record until the database entry is manually repaired.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor ueberdosis
Product tiptap-php
Versions Default: affected
  • affected from 0 to 2.1.1 (excl.)

Credits

  • Basant Kumar finder
  • VulnCheck coordinator

References

Problem Types

  • Improper Handling of Unexpected Data Type CWE