VYPR

Fabric.js

by Fabrick

Source repositories

CVEs (2)

  • CVE-2026-44311Jun 12, 2026
    risk 0.00cvss epss 0.00

    ### Summary A potential Cross-Site Scripting (XSS) vulnerability exists in Fabric.js due to improper escaping of user-controlled input during SVG serialization via the `toSVG()` method. Specifically, the `color` field within the `colorStops` array of a `fabric.Gradient` object…

  • CVE-2026-27013Feb 19, 2026
    risk 0.00cvss epss 0.00

    Fabric.js is a Javascript HTML5 canvas library. Prior to version 7.2.0, Fabric.js applies `escapeXml()` to text content during SVG export (`src/shapes/Text/TextSVGExportMixin.ts:186`) but fails to apply it to other user-controlled string values that are interpolated into SVG…