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.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47383 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47383
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47383 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47383
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/nocodb/nocodb/security/advisories/GHSA-jf3g-4gwg-4h66
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.