Description
NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, an authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. The comment write paths persisted the raw comment body with no server-side sanitisation; the expanded-form sidebar then rendered the stored body and fed its data-tooltip attribute to Tippy with allowHTML: true. Even when the editor stripped script tags at write time, attribute-level payloads re-entered the DOM as live HTML on hover. This vulnerability is fixed in 2026.05.1.
Published: 2026-06-23
Score: 7.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, an authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. The comment write paths persisted the raw comment body with no server‑side sanitisation; the expanded‑form sidebar then rendered the stored body and fed its data‑tooltip attribute to Tippy with allowHTML: true. Even when the editor stripped script tags at write time, attribute‑level payloads re‑entered the DOM as live HTML on hover, enabling a stored‑cross‑site‑scripting attack. This vulnerability is fixed in 2026.05.1.

Affected Systems

The vulnerability affects installations of NocoDB prior to the 2026.05.1 release. Any user who can comment on rows is at risk and any viewer of commented rows, including administrators, may be impacted.

Risk and Exploitability

The CVSS score of 7.4 indicates a high severity. No EPSS score is currently available and the issue is not listed in the CISA KEV catalogue. The stored‑XSS attack requires authenticated comment write access and the victim’s browser interacting with the comment. Based on the description, it is inferred that the exploit only triggers when a user hovers over the comment, so the attacker would need a target to view the comment in the UI. Despite the need for a user interaction, the absence of server‑side filtering makes the flaw easily exploitable for any user with commenting rights.

Generated by OpenCVE AI on June 24, 2026 at 10:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NocoDB to version 2026.05.1 or later.
  • If immediate upgrade is not feasible, disable the row comment feature or restrict commenting to trusted users.
  • Implement client‑side sanitization to strip script tags from comment input before it is sent to the server, and configure Tippy to disable allowHTML.

Generated by OpenCVE AI on June 24, 2026 at 10:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jf3g-4gwg-4h66 NocoDB: Stored Cross-Site Scripting via Row Comments
History

Wed, 24 Jun 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Nocodb
Nocodb nocodb
Vendors & Products Nocodb
Nocodb nocodb

Tue, 23 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Description NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, an authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. The comment write paths persisted the raw comment body with no server-side sanitisation; the expanded-form sidebar then rendered the stored body and fed its data-tooltip attribute to Tippy with allowHTML: true. Even when the editor stripped script tags at write time, attribute-level payloads re-entered the DOM as live HTML on hover. This vulnerability is fixed in 2026.05.1.
Title NocoDB: Stored Cross-Site Scripting via Row Comments
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 7.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-23T20:15:56.168Z

Reserved: 2026-05-19T19:22:45.728Z

Link: CVE-2026-47383

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T10:15:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')