Back to overview

CVE-2026-47110

MEDIUM
6.5
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-47110
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-05-18 19:22 UTC
Published
2026-06-24 21:21 UTC
Last updated
2026-06-24 21:22 UTC
Primary CWE
CWE-241
Improper Handling of Unexpected Data Type
Vendor / Product
ueberdosis / tiptap-php
Sources
cve.org  ·  NVD

Severity & Metrics

6.5 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected products (1)
VendorProductPlatformVersions
ueberdosis tiptap-php 0 < 2.1.1
Weakness (CWE)
CWESourceDescription
CWE-241 cna Improper Handling of Unexpected Data Type
CVSS scores (2)
ScoreSeverityVersionSourceVector
7.1 HIGH 4.0 cna 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
6.5 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Back to overview