PatchSiren cyber security CVE debrief
CVE-2026-47383 nocodb CVE debrief
CVE-2026-47383 is a HIGH-severity vulnerability in NocoDB, a software for building databases as spreadsheets. 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 vulnerability is due to the comment write paths persisting 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. This vulnerability is fixed in version 2026.05.1.
- Vendor
- nocodb
- Product
- Unknown
- CVSS
- HIGH 7.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-23
- Original CVE updated
- 2026-06-25
- Advisory published
- 2026-06-23
- Advisory updated
- 2026-06-25
Who should care
Users of NocoDB, especially those with authenticated commenters, should be aware of this vulnerability and take immediate action to update to version 2026.05.1. Additionally, defenders should review their inventory of NocoDB instances and prioritize patching. Compensating controls, such as monitoring for suspicious activity, may be necessary until patching is complete.
Technical summary
The vulnerability exists in the comment write paths of NocoDB, where raw comment bodies are persisted without server-side sanitisation. When other users hover over the comment in the expanded form view, the stored body is rendered, and its data-tooltip attribute is fed to Tippy with allowHTML: true. This allows an authenticated commenter to store malicious HTML that executes as script. The vulnerability has a CVSS score of 7.4 and is classified as HIGH-severity.
Defensive priority
Defenders should prioritize patching NocoDB instances to version 2026.05.1. In the meantime, monitoring for suspicious activity and implementing compensating controls may be necessary.
Recommended defensive actions
- Update NocoDB to version 2026.05.1 or later
- Review inventory of NocoDB instances and prioritize patching
- Monitor for suspicious activity and implement compensating controls
- Implement server-side sanitisation for comment bodies
- Restrict access to authenticated commenters
Evidence notes
The CVE record and NVD detail provide information on the vulnerability, including its CVSS score and severity. The source item URL provides additional context on the vulnerability, including references to the security advisory.
Official resources
-
CVE-2026-47383 CVE record
CVE.org
-
CVE-2026-47383 NVD detail
NVD
-
Source item URL
nvd_modified
- Source reference
This article is AI-assisted and based on the supplied source corpus.