Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-55665 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Grist is spreadsheet software using Python as its formula language. Prior to 1.7.15, Grist contained two cross-site scripting vulnerabilities where an attacker-controlled value reached a link's href without scheme validation, so a javascript URL could run in a victim's Grist origin on a single click. On the account-selection page, /welcome/select-account used its next query parameter as the account buttons' link target. In document tours, the GristDocTour table's Link_URL column became a clickable button, allowing an editor of a shared document to store a javascript URL there that ran when another user opened the document and clicked the tour link. Because the script runs in the victim's authenticated session, it can call Grist APIs as the victim, reading or modifying data and changing sharing settings and access rules. A document editor could therefore escalate to owner-level access. This issue is fixed in version 1.7.15.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
Grist
< 1.7.15 (semver)

CPE

  • cpe:2.3:a:getgrist:grist-core:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.7.15moderate efforthttps://github.com/gristlabs/grist-core/releases/tag/v1.7.15
  • Mitigation:low effort

    Limit document edit access to trusted users, or deny structure-edit permission to untrusted editors, and restrict edits to the GristDocTour table in documents that contain one. Be cautious clicking /welcome/select-account links from untrusted parties while signed in to Grist.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-55665
NVD Published Date:
Jul 10, 2026
NVD Last Modified:
Jul 14, 2026
Source:
[email protected]
CVE-2026-55665 Details - Not Deferred