Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55661
Published:June 18, 2026
Updated:June 22, 2026
TinaCMS rich-text parsing and the default link/image renderers did not sanitize the "url" field on Slate link/image nodes. Content containing "javascript:" or "data:text/html" URLs — including case-variant, whitespace-padded, and control-character-obfuscated forms — is rendered into "href"/"src" and executes when the content is viewed. Any actor able to author rich-text content (for example a lower-privileged editor, or imported/external content) can achieve stored XSS against editors and site viewers. Fixed in https://github.com/tinacms/tinacms/pull/7056 via a "sanitizeUrl()" helper (case-insensitive, whitespace/control-character-normalized scheme allow-list) applied recursively to Slate trees at parse time and in the default rich-text rendering.
Affected Packages
tinacms (NPM):
Affected version(s) >=0.0.0-a1ff961-20250623024558 <3.9.3
Fix Suggestion:
Update to version 3.9.3
@tinacms/mdx (NPM):
Affected version(s) >=0.0.0-a1ff961-20250623024558 <2.1.7
Fix Suggestion:
Update to version 2.1.7
Do you need more information?
Contact Us
CVSS v4
Base Score:
4.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
ACTIVE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
LOW
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Alternate XSS Syntax
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')