---
id: CVE-2026-81731
title: Frappe 15.11.0 through 16.32.0 Stored XSS via Workspace Link Description
summary: >-
  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/wor…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'
cvssSource: cna
cwe:
  - CWE-79
vendor: frappe
product: frappe
affected:
  - frappe >= 15.11.0 <= 16.32.0
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-08-31T16:23:39.534697Z'
published: '2026-08-27'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T14:19:50.988Z'
source: CVEORG
sourceUrl: 'https://www.cve.org/CVERecord?id=CVE-2026-81731'
references:
  - url: >-
      https://github.com/frappe/frappe/commit/9f65e5ceca71aae91dcfd9bb3c0904afd386a01a
    label: Patch Commit
  - url: 'https://github.com/frappe/frappe'
  - url: >-
      https://github.com/frappe/frappe/blob/v16.32.0/frappe/desk/doctype/workspace_link/workspace_link.json#L118
  - url: >-
      https://github.com/frappe/frappe/blob/v16.32.0/frappe/public/js/frappe/widgets/links_widget.js#L37
  - url: >-
      https://www.vulncheck.com/advisories/frappe-15.11.0-through-16.32.0-stored-xss-via-workspace-link-description
    label: >-
      VulnCheck Advisory: Frappe 15.11.0 through 16.32.0 Stored XSS via
      Workspace Link Description
tags:
  - cve.org
epss: 0.00302
epssPercentile: 0.20437
ingestedAt: '2026-09-24T15:45:56.696Z'
---

## Overview

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() in frappe/model/base_document.py skips any field carrying that flag, so the value is stored exactly as submitted. frappe.desk.desktop.get_desktop_page returns it unchanged, and LinksWidget.set_body() in frappe/public/js/frappe/widgets/links_widget.js interpolates it into a Bootstrap popover created with html: true, by way of the __() translation helper, which performs no HTML escaping. A user holding the Workspace Manager role can therefore place arbitrary markup in a public workspace's card description and have it execute in the session of any desk user who opens that workspace and hovers the description, including higher-privileged users, allowing session token theft and authenticated requests as the victim. The flag is removed on the development branch but remains present in the shipped 15.x and 16.x release lines, so no released version carries the fix.

## Affected

- `frappe >= 15.11.0 <= 16.32.0`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
