CVE-2026-81731
Last modified
CVE-2026-81731 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Frappe | Frappe | >= 15.11.0, <= 16.32.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-81731?
How severe is CVE-2026-81731?
How do I fix CVE-2026-81731?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81726NLTK through 3.10.3 contains a path traversal vulnerability …7
- CVE-2026-81727NLTK versions before 3.10.3 contain a filesystem containment…7.1
- CVE-2026-81728Dolibarr before 24.0.0 contains a SQL injection in its CSV a…8.1
- CVE-2026-81729Dolibarr before 23.0.4 authorizes REST API document deletion…6.5
- CVE-2026-8173The web GUI of affected Murrelektronik Xelity switches logs …5.3
- CVE-2026-81730Dolibarr 9.0.0 through 23.0.4 saves inbound email attachment…8.2
- CVE-2026-81732WWBN AVideo through version 30.0 fails to enforce authentica…6.9
- CVE-2026-81733WWBN AVideo through 30.0 (and master up to commit 4cb576e) c…5.1
- CVE-2026-81735startServer.ts in the mcp-http-server package of UI-TARS-des…10
- CVE-2026-8174Zohocorp Zoho Mail wordpress plugin is vulnerable to Cross-S…5.7
- CVE-2026-81743Affected versions of Flowintel allow the LOG_FILE configurat…7.5
- CVE-2026-8175IBM Aspera High-Speed Transfer Endpoint 3.7.4 through 4.4.7 …9.8
Are you affected by CVE-2026-81731?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
