🔐 CVE Alert

CVE-2026-76837

MEDIUM 6.4

Baserow before 2.3.0 Stored Cross-Site Scripting via Rich Text Mention Display Name

CVSS Score
6.4
EPSS Score
0.0%
EPSS Percentile
0th

Baserow interpolates a user's display name into the rich-text mention markup without HTML encoding. PATCH /api/user/account/ stores the first_name value verbatim, and the mention renderer in web-frontend/modules/core/editor/mention.js builds its element with a template literal that places the name into a data-label attribute and the element body unescaped. A name containing a double quote closes that attribute and the opening tag, so following markup lands in the element content. The result is rendered through v-html by the rich-text field components, so any rich-text cell mentioning the account executes the stored script for every workspace member who views the table, without a click. Any workspace member, at the lowest permission level, can set the name and reach every other member of the workspace, and the payload persists until the name is changed or the mentioning row is removed. Version 2.3.0 escapes the value before interpolation.

CWE CWE-79
Vendor baserow
Product baserow
Published Aug 24, 2026
Last Updated Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for baserow baserow

Be the first to know when new medium vulnerabilities affecting baserow baserow are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

Baserow / Baserow
0 < 2.3.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/baserow/baserow github.com: https://github.com/baserow/baserow/pull/5618 github.com: https://github.com/baserow/baserow/commit/a870dc0d38c9 github.com: https://github.com/baserow/baserow/blob/2.2.2/web-frontend/modules/core/editor/mention.js vulncheck.com: https://www.vulncheck.com/advisories/baserow-before-stored-cross-site-scripting-via-rich-text-mention-display-name

Credits

Jaime Ramírez (@JaimeRamirez-coder)