Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. trix
  4. ›
  5. GHSA-53p3-c7vp-4mcc

GHSA-53p3-c7vp-4mcc: Trix is vulnerable to XSS through JSON deserialization bypass in drag-and-drop (Level0InputController)

March 29, 2026

The Trix editor, in versions prior to 2.1.18, is vulnerable to XSS when a crafted application/x-trix-document JSON payload is dropped into the editor in environments using the fallback Level0InputController (e.g., embedded WebViews lacking Input Events Level 2 support).

The StringPiece.fromJSON method trusted href attributes from the JSON payload without sanitization. An attacker could craft a draggable element containing a javascript: URI in the href attribute that, when dropped into a vulnerable editor, would bypass DOMPurify sanitization and inject executable JavaScript into the DOM.

Exploitation requires a specific environment (Level0InputController fallback) and social engineering (victim must drag and drop attacker-controlled content into the editor). Applications using server-side HTML sanitization (such as Rails’ built-in sanitizer) are additionally protected, as the payload is neutralized on save.

References

  • github.com/advisories/GHSA-53p3-c7vp-4mcc
  • github.com/basecamp/trix
  • github.com/basecamp/trix/commit/9c0a993d9fc2ffe9d56b013b030bc238f9c0557c
  • github.com/basecamp/trix/releases/tag/v2.1.18
  • github.com/basecamp/trix/security/advisories/GHSA-53p3-c7vp-4mcc

Code Behaviors & Features

Detect and mitigate GHSA-53p3-c7vp-4mcc with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.1.18

Fixed versions

  • 2.1.18

Solution

Upgrade to version 2.1.18 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

npm/trix/GHSA-53p3-c7vp-4mcc.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 30 Mar 2026 12:18:08 +0000.