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.
CVE-2026-81731
Score 5.4 from GitHub Security Advisory published 2026-08-27. a secondary CVSS source baseline 5.4; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.4
- EG Score
- 5.4(high)
- EG Risk
- 29(Track)EG Risk 29/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity54% × 45%Exploitation0% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 7%
- KEV
- Not listed
Published
August 27, 2026
Last Modified
August 28, 2026
Advisory Details (5)
Auto-updated Aug 27, 2026Frappe 15.11.0 through 16.32.0 Stored XSS via Workspace Link Description | Advisories | VulnCheck
https://www.vulncheck.com/advisories/frappe-15.11.0-through-16.32.0-stored-xss-via-workspace-link-descriptioncommit 9f65e5ceca71 (frappe/frappe)
Fix landed in frappe/frappe commit 9f65e5ceca71 — awaiting tagged release
https://github.com/frappe/frappe/commit/9f65e5ceca71aae91dcfd9bb3c0904afd386a01afrappe/frappe/public/js/frappe/widgets/links_widget.js at v16.32.0 · frappe/frappe · GitHub
https://github.com/frappe/frappe/blob/v16.32.0/frappe/public/js/frappe/widgets/links_widget.js#L37frappe/frappe/desk/doctype/workspace_link/workspace_link.json at v16.32.0 · frappe/frappe · GitHub
https://github.com/frappe/frappe/blob/v16.32.0/frappe/desk/doctype/workspace_link/workspace_link.json#L118GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript · GitHub
https://github.com/frappe/frappeVendor Advisories for CVE-2026-81731(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 8× in last 7d / 8× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-29 20:45 UTCEG score recompute
- 2026-08-29 20:45 UTCGHSA enrichment
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 19:03 UTCEG score recompute
- 2026-08-28 19:03 UTCGHSA enrichment
- 2026-08-27 20:26 UTCEG score recompute
- 2026-08-27 20:14 UTCEG score recompute
- 2026-08-27 20:13 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-81731?
When was CVE-2026-81731 disclosed?
Is CVE-2026-81731 actively exploited?
What is the CVSS score of CVE-2026-81731?
How do I remediate CVE-2026-81731?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-81731
Is Your Infrastructure Affected by CVE-2026-81731?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.