VYPR

Workspace Link doctype

by Frappe

CVEs (1)

  • CVE-2026-81731MedAug 27, 2026
    risk 0.28cvss 5.4epss

    Frappe 15.11.0 through 16.32.0 stores and renders the workspace card description without XSS filtering. The description field of the Workspace Link doctype is declared with "ignore_xss_filter": 1 in frappe/desk/doctype/workspace_link/workspace_link.json, and _sanitize_content()…